- d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 13 years ago
- 8d510cd Issue #17049: Localized calendar methods now return unicode if a locale by Serhiy Storchaka · 13 years ago
- 0be506a Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an by Serhiy Storchaka · 13 years ago
- 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 13 years ago
- 77cd8aa Issue 15505. unittest.installHandler and non callable signal handlers by Michael Foord · 13 years ago
- 64cca12 Move NEWS entity from library to core section. by Serhiy Storchaka · 13 years ago
- c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 13 years ago
- 46f5b35 Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao. by Serhiy Storchaka · 13 years ago
- 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 13 years ago
- 221508c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 13 years ago
- c59c85c Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 13 years ago
- 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 13 years ago
- 1c60c7a Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 13 years ago
- fa3f9a3 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 13 years ago
- 9abc830 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 13 years ago
- 4e63fbe - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 13 years ago
- b09ec9b Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
- 353e54e Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 13 years ago
- 302ad8d Fix a few typos in Misc/NEWS. by Ezio Melotti · 13 years ago
- a41cf29 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
- 08e153a check windows fd validity (closes #16992) by Benjamin Peterson · 13 years ago
- e39ba04 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 13 years ago
- 9599745 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 13 years ago
- 90b5d92 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 13 years ago
- 80a9fd7 Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. by Serhiy Storchaka · 13 years ago
- eebcb5f Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 13 years ago
- 2cdb643 Issue #16398: Optimize deque.rotate() by Raymond Hettinger · 13 years ago
- 8cd7f82 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 13 years ago
- 5c4e32b #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 13 years ago
- 32851d6 #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression. by R David Murray · 13 years ago
- d618684 #15545: sort iterdump via SQL instead of in python code by R David Murray · 13 years ago
- ec8f8f7 Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and by Ned Deily · 13 years ago
- c4b82c0 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 13 years ago
- be2b907 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 13 years ago
- 58abc5b #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 13 years ago
- 23a32ba Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 13 years ago
- 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
- a708adf call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) by Benjamin Peterson · 13 years ago
- 140794d merge heads by Benjamin Peterson · 13 years ago
- 6b3f8d3 ensure the attribute name string is initalized before using it (closes #16839) by Benjamin Peterson · 13 years ago
- dbaac37 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 13 years ago
- 1422442 Issue #16819: IDLE method completion now correctly works for unicode literals. by Serhiy Storchaka · 13 years ago
- 7450a81 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 13 years ago
- 10e93a6 Issue #14958: backport to 2.7.x from 3.3 (patch by Roger Serwy) by Ned Deily · 13 years ago
- cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 13 years ago
- 4ed797e Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 13 years ago
- 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 13 years ago
- cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 13 years ago
- 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 13 years ago
- 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 13 years ago
- a0b7e9c Null merge. by Serhiy Storchaka · 13 years ago
- 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 13 years ago
- 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 13 years ago
- 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 13 years ago
- 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 13 years ago
- 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 13 years ago
- 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 13 years ago
- 1c6c90f Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
- f8a6b00 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 13 years ago
- ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 13 years ago
- 9201442 add news note (#16597) by Benjamin Peterson · 13 years ago
- c2a8169 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 13 years ago
- bc453ca Fix #14901. Update some sections of Windows FAQ. by Brian Curtin · 13 years ago
- 124ee8b Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 13 years ago
- 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
- 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
- 7dddec4 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 13 years ago
- 367efc2 Branch merge by Éric Araujo · 13 years ago
- 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 13 years ago
- d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
- 8eeda72 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 13 years ago
- 7ddd9c2 Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Jesus Cea · 13 years ago
- 8c7c697 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Victor Stinner · 13 years ago
- b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
- 8da8268 Backport from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
- 256aaf7 add changelog by Benjamin Peterson · 13 years ago
- def6ee5 #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 13 years ago
- d8feba9 #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 13 years ago
- 0d68ab3 Plug a leak in timemodule. The module dictionary is saved during by Gregory P. Smith · 13 years ago
- 282d331 #16559: Add more tests for the json module. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
- b1cc6aa Issue #9011: AST creation no longer modifies CST for negated numeric literals. by Mark Dickinson · 13 years ago
- b83ea14 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 13 years ago
- db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 13 years ago
- 9e94972 #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 13 years ago
- 02512fb Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 13 years ago
- e3ae321 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 13 years ago
- f34e4de Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 13 years ago
- 0801231 Backport from 3.2: update PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 13 years ago
- b704eab Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 13 years ago
- 04050b8 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 13 years ago
- 9d3b6e9 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 13 years ago
- f2705ae Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 13 years ago
- c1ce93a Fixes issue #9535: Fix pending signals that have been received but not yet by Gregory P. Smith · 13 years ago
- 3c30970 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 13 years ago
- 252f4dc Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 13 years ago
- 2cc0b07 Bug #16441: avoid excessive memory usage working with large gzip files by Chris Withers · 13 years ago
- dc11879 #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
- b271b3e Issue #15001: fix segfault on "del sys.modules['__main__']" by Hynek Schlawack · 13 years ago
- 6cad371 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 13 years ago
- 751a50f Fix typo. by Ezio Melotti · 13 years ago