summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(ver): bump 2.0.0.dev1-->2.1.0.dev3, and morev2.1.0.dev3Kostis Anagnostopoulos2016-10-274-14/+7
* refact(util): ask global `util.mman` from mman moduleKostis Anagnostopoulos2016-10-271-10/+4
* refact(elapsed): improve no div0 when time-elapsed too smallKostis Anagnostopoulos2016-10-252-16/+16
* fix(compat): PY3-check must hold even for PY4Kostis Anagnostopoulos2016-10-251-1/+1
* feat(streams): use named-tuplesKostis Anagnostopoulos2016-10-254-123/+38
* chore(deps): pin dev dependencies on requirements textKostis Anagnostopoulos2016-10-253-6/+4
* doc(changes): describe v2.1.0 changes on APIKostis Anagnostopoulos2016-10-251-14/+55
* fix(io): BREAKING, wrap more out-stream usagesKostis Anagnostopoulos2016-10-2519-193/+199
* refact(win_errs): move HIDE_WINDOWS_KNOWN_ERRORS from main-code to testKostis Anagnostopoulos2016-10-254-10/+18
* test(travis): enable all tests (inc perf) on TravisCIKostis Anagnostopoulos2016-10-253-9/+0
* style(listuple): use literals for empty lists/tuplesKostis Anagnostopoulos2016-10-257-11/+11
* chore(ver): bump 2.0.0.dev0-->2.1.0.dev2 (yes, last ver was old)v2.1.0.dev2Kostis Anagnostopoulos2016-10-241-1/+1
* fix(pack): restore packers as LazyMixinsKostis Anagnostopoulos2016-10-241-88/+75
* fix(win): FIX and HIDE 2 win-errors remainingv2.1.0.dev1Kostis Anagnostopoulos2016-10-2415-90/+119
* chore(ver): bump 2.0.0-->2.1.0.dev0v2.1.0.dev0Kostis Anagnostopoulos2016-10-243-3/+3
* chore(gitdb): actually delete submodule from sourcesKostis Anagnostopoulos2016-10-242-3/+0
* chore(ci): depend on "leaks" smmap branchKostis Anagnostopoulos2016-10-241-19/+0
* chore(ci): depend on "leaks" smmap branchKostis Anagnostopoulos2016-10-242-0/+2
* feat(io): breaking API: retrofit Packers as context-managers!Kostis Anagnostopoulos2016-10-2410-295/+458
* feat(io): Retrofit streams as context-managers.Kostis Anagnostopoulos2016-10-248-59/+176
* feat(src): subst `reduce` with `sum` for size calcsKostis Anagnostopoulos2016-10-245-9/+5
* Merge pull request #33 from ankostis/appveyorKostis Anagnostopoulos2016-10-246-19/+70
|\
| * tc: HALF FIX of `test_pack_entity ()`Kostis Anagnostopoulos2016-10-221-3/+6
| * TCs: fix div-by-zero on elapsed times (appveyor CPU is fast!)Kostis Anagnostopoulos2016-10-223-11/+11
| * appveyor: Add badge on ankostis repo for testing.Kostis Anagnostopoulos2016-10-221-5/+4
| * ci: Test on Appveyor for Windows.Kostis Anagnostopoulos2016-10-221-0/+49
|/
* chore(rename): gitdb2 v2.02.0.0Sebastian Thiel2016-10-163-4/+4
* Merge pull request #34 from graingert/use-optional-gitdb-speedupsSebastian Thiel2016-10-099-1387/+49
|\
| * support optional gitdb_speedupsThomas Grainger2016-10-049-1387/+49
|/
* Merge pull request #31 from graingert/patch-2Sebastian Thiel2016-09-241-2/+0
|\
| * Do not support universal wheelsThomas Grainger2016-09-121-2/+0
|/
* Merge pull request #29 from graingert/patch-1Sebastian Thiel2016-09-111-0/+2
|\
| * Support universal wheelsThomas Grainger2016-09-071-0/+2
|/
* Merge pull request #28 from scop/withSebastian Thiel2016-07-304-15/+10
|\
| * Handle more file open/close with "with"Ville Skyttä2016-07-274-15/+10
* | Merge pull request #27 from scop/spellingSebastian Thiel2016-07-3011-12/+12
|\ \
| * | Spelling fixesVille Skyttä2016-07-2711-12/+12
| |/
* | Merge pull request #26 from scop/py35Sebastian Thiel2016-07-302-0/+2
|\ \ | |/ |/|
| * setup: Add Python 3.5 classifierVille Skyttä2016-07-271-0/+1
| * travis: Test with Python 3.5Ville Skyttä2016-07-271-0/+1
|/
* Ignore MANIFEST.inSebastian Thiel2016-03-281-0/+1
* fix(distribution): remove redundant self-referenceSebastian Thiel2015-11-301-2/+1
* fix(loose): avoid unnecessary file rename on windowsSebastian Thiel2015-10-042-4/+9
* docs(gitdb): discourage usage of GitDB typeSebastian Thiel2015-08-221-1/+5
* Merge pull request #20 from Kronuz/patch-1Sebastian Thiel2015-04-071-5/+5
|\
| * Duplicate `const` fixedGermán M. Bravo2015-04-071-5/+5
|/
* Added issuestats to readme fileSebastian Thiel2015-01-221-0/+6
* Bumped version to 0.6.40.6.4Sebastian Thiel2015-01-122-2/+2
* Adjusted stream logic to make it work on all tested platforms ... .Sebastian Thiel2015-01-124-4/+12
* Merge pull request #18 from yarikoptic/masterSebastian Thiel2015-01-094-9/+7
|\