summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backport checkin:Walter Dörwald2005-11-252-3/+4
* Backport checkin:Walter Dörwald2005-11-251-2/+12
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-243-5/+47
* Backport of patch #1314396: prevent threading.Thread.join() from blocking if aBrett Cannon2005-11-232-16/+22
* Bug #1357604: os.makedirs handles UNC pathsGeorg Brandl2005-11-221-3/+2
* added example for the ** operator in function callsGeorg Brandl2005-11-221-0/+14
* Patch #1255218: libmultifile.tex: tell what a decoration isGeorg Brandl2005-11-221-3/+3
* Bug #869197: setgroups rejects long integer argumentGeorg Brandl2005-11-222-6/+33
* Bug #1359035: Doc: Uxxxxxxxx escapes are interpreted in raw unicode literals.Georg Brandl2005-11-221-2/+3
* Add a note to os.chown that permission constants can be combinedGeorg Brandl2005-11-221-1/+2
* [Patch #1094164] replaceChild(x,x) ends up removing x from the tree. Add fix...Andrew M. Kuchling2005-11-222-2/+13
* [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...Andrew M. Kuchling2005-11-222-2/+4
* [Bug #449093] FloorDiv AST node type not listedAndrew M. Kuchling2005-11-221-0/+4
* Backport r41489:Walter Dörwald2005-11-211-1/+1
* Backport one of the ref/memory leaksNeal Norwitz2005-11-211-0/+1
* backportSkip Montanaro2005-11-171-0/+1
* backportSkip Montanaro2005-11-171-0/+6
* Backport r41462:Walter Dörwald2005-11-171-1/+1
* update busted commentFred Drake2005-11-111-1/+2
* Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...Vinay Sajip2005-11-091-1/+1
* Backport: SF Bug #1348477, regextest can't be pydoc'ed.Neal Norwitz2005-11-091-1/+2
* Backport:Neal Norwitz2005-11-092-1/+8
* Backport (with output/test_poll):Neal Norwitz2005-11-034-0/+26
* Make consistent with HEAD (some change was not backported)Neal Norwitz2005-11-031-1/+1
* Fix SF #1346026, doc typoNeal Norwitz2005-11-031-1/+1
* Add an import to a code fragment.Brett Cannon2005-11-021-1/+2
* Backport:Neal Norwitz2005-11-022-1/+2
* Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors.Neal Norwitz2005-11-022-0/+6
* Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...Vinay Sajip2005-10-311-0/+12
* Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...Vinay Sajip2005-10-311-0/+2
* add missing "and"Fred Drake2005-10-301-2/+3
* SF Bug #1341934: Fix a representation of "\n" to use a proper tag.Hye-Shik Chang2005-10-301-1/+1
* Backport:Neal Norwitz2005-10-283-5/+33
* One-off "No handlers..." error message only raised if raiseExceptions is set.Vinay Sajip2005-10-231-1/+1
* Backport: SF bug #1167751: fix incorrect code being for generator expressions.Neal Norwitz2005-10-234-8/+31
* Don't use a string exception since it's deprecatedNeal Norwitz2005-10-211-1/+1
* add missing wordFred Drake2005-10-201-1/+1
* Backport:Neal Norwitz2005-10-202-1/+50
* Get BSD DB working most for version 3.2Neal Norwitz2005-10-201-0/+2
* Backport: SF bug #1331563 ] string_subscript doesn't check for failed PyMem_M...Neal Norwitz2005-10-201-0/+2
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-153-0/+9
* Optimised Placeholders handling of child loggers by using a dict rather than ...Vinay Sajip2005-10-141-4/+8
* Backport: SF bug #1323739, C API doc for PySequence_Tuple duplicatedNeal Norwitz2005-10-121-9/+5
* fix stupid typoFred Drake2005-10-111-1/+1
* Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...Vinay Sajip2005-10-111-1/+10
* Backport: SF bug #1323294, Minor error in the Library Reference doc.Neal Norwitz2005-10-111-1/+2
* backport Py_UNICODE clarificationSkip Montanaro2005-10-101-6/+16
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
* Fixed bug where the logging message was wrongly being demoted from Unicode to...Vinay Sajip2005-10-071-6/+8
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-053-22/+38