summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add heading for 2.7a0.Martin v. Löwis2009-01-241-2/+8
* Issue #4393: fix 3 classes of potential portability problems in longobject.c:Mark Dickinson2009-01-241-23/+20
* Issue #4710: Extract directories properly in the zipfile module;Martin v. Löwis2009-01-244-4/+48
* Add a test for UNC import paths, see issue 3677Kristján Valur Jónsson2009-01-241-0/+21
* Add various itemsAndrew M. Kuchling2009-01-241-8/+73
* Issue 3807: multiprocessing fails to compile under --without-threadsJesse Noller2009-01-232-3/+11
* Issue 4593: apply() documentation is unclearJesse Noller2009-01-221-1/+3
* Clarify wording.Georg Brandl2009-01-221-2/+3
* Update comments and add an optimized path for Counter.update().Raymond Hettinger2009-01-221-3/+5
* More doc tweaks.Raymond Hettinger2009-01-221-15/+12
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-212-25/+26
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-213-24/+17
* Markup fixesAndrew M. Kuchling2009-01-211-4/+5
* Add some itemsAndrew M. Kuchling2009-01-211-5/+13
* Issue 5009: multiprocessing: failure in manager._debug_info()Jesse Noller2009-01-212-3/+5
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-213-0/+29
* Beautify and cleanup the references section.Raymond Hettinger2009-01-201-12/+19
* Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat...Vinay Sajip2009-01-202-12/+9
* Issue 5013: Fixed bug in FileHandler when delay was set.Vinay Sajip2009-01-202-15/+18
* Issue 4998: __slots__ on Fractions was useless.Raymond Hettinger2009-01-203-0/+18
* fix urlBenjamin Peterson2009-01-201-1/+1
* backport r68802 (bugfix)Benjamin Peterson2009-01-201-1/+1
* allow unicode keyword arguments for the ** syntax #4978Benjamin Peterson2009-01-203-12/+55
* Fix typos.Raymond Hettinger2009-01-201-3/+3
* Use Georg's new permalinks to documentation by version number.Raymond Hettinger2009-01-201-1/+1
* Don't disrupt automatic url target name generationRaymond Hettinger2009-01-201-15/+1
* Make merging easier by formattng comment blocks the same in Py3.1Raymond Hettinger2009-01-201-3/+5
* Add Counter() to __all__.Raymond Hettinger2009-01-201-1/+1
* Build-outs for Counter() class:Raymond Hettinger2009-01-203-13/+168
* issue 5002: fix windows warning that I intro'ed with r68768Jesse Noller2009-01-201-3/+1
* I'm sick of these deprecations warnings in test_osBenjamin Peterson2009-01-191-3/+5
* make bad file descriptor tests more robustBenjamin Peterson2009-01-193-15/+32
* add email addressBenjamin Peterson2009-01-191-1/+1
* move BufferedIOBase into the base class sectionBenjamin Peterson2009-01-191-53/+53
* simplify codeBenjamin Peterson2009-01-191-4/+2
* add a note about the ftruncate changeBenjamin Peterson2009-01-191-0/+3
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-194-3/+33
* Removed merge tracking for "svnmerge" forBenjamin Peterson2009-01-190-0/+0
* Removed merge tracking for "svnmerge" forBenjamin Peterson2009-01-190-0/+0
* Issue 4957Kristján Valur Jónsson2009-01-192-3/+2
* Added more cross-reference targets and tidied up list of useful handlers.Vinay Sajip2009-01-191-22/+45
* raise an OSError for invalid fds #4991Benjamin Peterson2009-01-193-0/+27
* fix encoding cookie caseBenjamin Peterson2009-01-181-1/+1
* fix test that wasn't working as expected #4990Benjamin Peterson2009-01-181-1/+1
* issue 4301: patch logging to add processName, remove the old _check_logger_cl...Jesse Noller2009-01-183-24/+13
* #4986: augassigns are not expressions.Georg Brandl2009-01-181-3/+3
* #4923: clarify what was added.Georg Brandl2009-01-181-5/+6
* #4857: fix augmented assignment target spec.Georg Brandl2009-01-181-1/+2
* #4979: correct result range for some random functions.Georg Brandl2009-01-181-9/+10
* issue 4293: make test_capi.py more robutst, it times out on some platforms, ...Kristján Valur Jónsson2009-01-181-6/+29