- b21f51a Note that the #1548891 fix indirectly fixes shlex (#6988, #1170) by Éric Araujo · 14 years ago
- 5a77fe9 Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode by Antoine Pitrou · 14 years ago
- 47fb192 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
- 797b95b News entry for Issue12529 and Issue12604 by Senthil Kumaran · 14 years ago
- ddd4031 Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
- 7a15390 Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
- deb1ce7 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 14 years ago
- 323b5da Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
- a7b0976 PyEval_CallObject requires a tuple of args (closes #13186) by Benjamin Peterson · 14 years ago
- 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
- 3624815 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 14 years ago
- 40ab002 Issue #13156: Add an entry in Misc/NEWS. by Charles-François Natali · 14 years ago
- 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 14 years ago
- bd9d07c Issue #7425 and Issue #7367: add NEWS items. by Ned Deily · 14 years ago
- 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
- ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
- 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
- ad349a1 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 14 years ago
- 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
- fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
- a96b0d1 Backport issue #12973 itertools fix from 3.x. by Mark Dickinson · 14 years ago
- 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 14 years ago
- 51b7198 Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of by Victor Stinner · 14 years ago
- c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
- 4ac5d2c Backport issue #12973 list_repeat fix from 3.x. by Mark Dickinson · 14 years ago
- dbbed04 Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang. by Mark Dickinson · 14 years ago
- d256ca1 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
- 439c25e Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 14 years ago
- dcdc3ef Branch merge by Éric Araujo · 14 years ago
- a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
- 6ebaca1 NEWS by Jesus Cea · 14 years ago
- ab08da0 Branch merge by Éric Araujo · 14 years ago
- 8babfdf Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 14 years ago
- 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
- cf316a1 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 14 years ago
- 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
- 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
- fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 14 years ago
- bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
- 2a34eb3 Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid by Charles-François Natali · 14 years ago
- 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 14 years ago
- a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
- cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
- 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
- 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
- acacbaa Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 14 years ago
- e7329f4 Guard shutil._make_archive against a logger=None argument. by Éric Araujo · 14 years ago
- b02302c Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
- 39935f4 NEWS entry. by Barry Warsaw · 14 years ago
- 15d6b65 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
- f432aec Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
- 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 14 years ago
- 498da2c Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
- 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
- 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
- 55e5e27 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
- fee7745 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 14 years ago
- 0cf7e25 - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
- d8e3901 Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
- d8b1723 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
- 528c4ad Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 14 years ago
- 3de8c73 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
- 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
- 0d2889f Fix typo in NEWS entry for dbf1e1a27427. by Nadeem Vawda · 14 years ago
- b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
- 97781b0 Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 14 years ago
- 6c18ff0 news note by Benjamin Peterson · 14 years ago
- 4929eb9 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 14 years ago
- a4c383b Upstream merge. by Barry Warsaw · 14 years ago
- 495ee8f Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 14 years ago
- c564328 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 14 years ago
- 9522595 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
- 877f2e4 Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler by Eli Bendersky · 14 years ago
- 304f0f9 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
- c3349cd port 8d05f697acd4 (#11627) by Benjamin Peterson · 14 years ago
- 2659140 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
- 0ab67ee Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
- bf547fd Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
- 1616645 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
- 4a4a0fe Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
- 2960308 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
- a4d58d2 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
- ba8b3a2 Close #12501: Adjust callable() warning: callable() is only not supported in by Victor Stinner · 14 years ago
- e790131 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
- 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 14 years ago
- 46268c4 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 14 years ago
- 65c1535 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
- 414d0fa Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
- bf7a266 Fixup repr for dict_proxy objects. by Raymond Hettinger · 14 years ago
- 87e82bb Issue #9516: Update Misc/NEWS. by Ned Deily · 14 years ago
- 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
- 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
- 64e5995 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
- 2c316a3 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 14 years ago
- ffa8e2f Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 14 years ago
- ecb863b Revert d370d609d09b as requested by Terry Jan Reedy: by Victor Stinner · 14 years ago
- c36c6cc Close #3067: locale.setlocale() accepts a Unicode locale. by Victor Stinner · 14 years ago
- f1138bb #11700: proxy object close methods can now be called multiple times by R David Murray · 14 years ago
- c74a6ba Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP by Victor Stinner · 14 years ago
- 0eb4ac4 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 14 years ago