summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid testing stuff that's been fixed in 2.7 on older PythonsAntoine Pitrou2011-10-041-0/+4
* Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-042-9/+30
* Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-0/+12
* #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-012-2/+11
* Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...Antoine Pitrou2011-10-012-2/+53
* Issue #7732: Fix a crash on importing a module if a directory has the same nameVictor Stinner2011-09-231-0/+8
* Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead ofVictor Stinner2011-09-222-0/+6
* Fix a race condition in test_socket.ThreadableTest: the client is reportedCharles-François Natali2011-09-211-1/+1
* Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-211-2/+13
* Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+17
* Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-191-1/+1
* Issue #12935: Correct typo in findertools.Ned Deily2011-09-151-1/+1
* Port the fix for Issue12924 (missing quote_plus) to 2.7 branch.Senthil Kumaran2011-09-121-0/+1
* Remove trailing spacesAmaury Forgeot d'Arc2011-09-121-1/+1
* Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+8
* Branch mergeÉric Araujo2011-09-122-55/+65
|\
| * Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-102-1/+16
| * Slight cleanup in distutils test_dist.Éric Araujo2011-09-101-54/+49
* | Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
* | Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
|/
* Issue #12333: fix test_distutils failures under Solaris and derivatives. Patc...Jesus Cea2011-09-091-0/+4
* Issue #12326: Remove plat-linux3 directoryVictor Stinner2011-09-055-1083/+0
* Branch mergeÉric Araujo2011-09-052-7/+35
|\
| * Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-022-2/+31
| * Enable catching WARN-level logging messages in distutils' test_sdistÉric Araujo2011-09-021-5/+4
* | Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-051-8/+2
* | Issue #12764: Fix a crash in ctypes when the name of a Structure field is notAmaury Forgeot d'Arc2011-09-021-0/+8
|/
* Remove obsolete commentÉric Araujo2011-09-011-2/+0
* Clarify compileall command-line options (#10454).Éric Araujo2011-09-011-13/+26
* Fix test_sysconfig when run from a Python installed under /site (#10086).Éric Araujo2011-08-311-2/+2
* Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+4
* Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-294-25/+41
* Fix test failures when Python is compiled without thread support.Nadeem Vawda2011-08-291-9/+1
* Provide a better diagnosis on socket errorsAntoine Pitrou2011-08-271-2/+4
* Add FIXME note as a reminderÉric Araujo2011-08-261-0/+2
* Branch mergeÉric Araujo2011-08-265-62/+317
|\
| * Backport tests for the distutils install commandÉric Araujo2011-08-261-2/+193
| * Try to fix test_distutils on Windows (#12678)Éric Araujo2011-08-261-0/+1
| * Add tests for build_ext --user (backport from 3.2)Éric Araujo2011-08-261-0/+36
| * Refactor helpers for compiling the xx module in distutils tests.Éric Araujo2011-08-252-59/+85
| * Add missing name in shutil.__all__Éric Araujo2011-08-211-1/+2
* | Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoidCharles-François Natali2011-08-252-6/+47
* | Update link to the decimal arithmetic specification.Raymond Hettinger2011-08-251-1/+1
* | Issue #4106: Fix occasional exceptions printed out by multiprocessing on inte...Antoine Pitrou2011-08-241-7/+1
* | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-1/+82
* | Issue #12821: Fix test_fcntl failures on OpenBSD 5.Charles-François Natali2011-08-231-6/+2
* | #9200: backport tests but run them on wide builds only.Ezio Melotti2011-08-221-2/+185
* | Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-211-0/+1
|/
* #5301: add image/vnd.microsoft.icon (.ico) MIME typeSandro Tosi2011-08-201-0/+1
* Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-2/+43