7079 Commits (45e50de1f5eed5b2ee936e36dd297cd6a43c042d)

Author SHA1 Message Date
Alexandre Vassalotti 3bfc65a25b Issue #13505: Make pickling of bytes object compatible with Python 2. 15 years ago
Benjamin Peterson 2122cf717f alias resource.error to OSError 15 years ago
Lars Gustäbel 0a9dd2f11d Issue #5689: Add support for lzma compression to the tarfile module. 15 years ago
Florent Xicluna 67317750af Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). 15 years ago
Victor Stinner 720f34a3e8 Issue #5905: time.strftime() is now using the locale encoding, instead of 15 years ago
Ned Deily 2f0ad742b5 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". 15 years ago
Antoine Pitrou 38d9643d5e Issue #13464: Add a readinto() method to http.client.HTTPResponse. 15 years ago
Lars Gustäbel ed1ac587df Correctly detect bzip2 compressed streams with blocksizes other than 900k. 15 years ago
Barry Warsaw 9f57135465 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix 15 years ago
Antoine Pitrou b0e1f8b38b Issue #13503: Use a more efficient reduction format for bytearrays with 15 years ago
Meador Inge 777bebb0ef Issue #13513: IOBase docs incorrectly link to the readline module 15 years ago
Charles-François Natali 506b361a97 Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul 15 years ago
Petri Lehtinen 9aa20affb6 Issue #13439: Fix many errors in turtle docstrings. 15 years ago
Nadeem Vawda 59bb0e077f Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). 15 years ago
Nadeem Vawda 3ff069ebc6 Issue #6715: Add module for compression using the LZMA algorithm. 15 years ago
Éric Araujo a74f8ef419 Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). 15 years ago
Éric Araujo a2b89e364f Fix last remaining references to ex-devguide 15 years ago
Antoine Pitrou 11942a58a1 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. 15 years ago
Meador Inge 22b9b37915 Issue #12618: py_compile cannot create files in current directory 15 years ago
Antoine Pitrou d7c8fbf89e Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. 15 years ago
Antoine Pitrou f0effe6379 Better resolution for issue #11849: Ensure that free()d memory arenas are really released 15 years ago
Victor Stinner 0fdfceb782 Issue #12567: The curses module uses Unicode functions for Unicode arguments 15 years ago
Antoine Pitrou 4558bad7d6 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. 15 years ago
Victor Stinner cad939bf9d NEWS: fix the issue number for PyUnicode_EncodeDecimal change 15 years ago
Victor Stinner 6345be9a14 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers 15 years ago
Antoine Pitrou 86a36b500a PEP 3155 / issue #13448: Qualified name for classes and functions. 15 years ago
Antoine Pitrou 0e86a5842d Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. 15 years ago
Antoine Pitrou 116d6b98bf Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. 15 years ago
Victor Stinner 60b385e813 Issue #13415: os.unsetenv() doesn't ignore errors anymore. 15 years ago
Amaury Forgeot d'Arc 58e8761da6 Issue #13436: Fix a bogus error message when an AST object was passed 15 years ago
Giampaolo Rodola' f683700121 sort last committed name in alphabetical order 15 years ago
Giampaolo Rodola' bc7ea5872b fix wrong credit and issue id given in previous commit 15 years ago
Giampaolo Rodola' be55d99b3d Fix 13245: 15 years ago
Antoine Pitrou 6dd381eb62 Issue #12328: Under Windows, refactor handling of Ctrl-C events and 15 years ago
Antoine Pitrou ce4a9da705 Issue #13411: memoryview objects are now hashable when the underlying object is hashable. 15 years ago
Antoine Pitrou 58fcf9f801 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is 15 years ago
Petri Lehtinen 8d40f16a60 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER 15 years ago
Antoine Pitrou f34a0cdc6c Issue #10227: Add an allocation cache for a single slice object. 15 years ago
Ezio Melotti 15cb489234 #13358: HTMLParser now calls handle_data only once for each CDATA. 15 years ago
Ezio Melotti 8008f2aba0 #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. 15 years ago
Antoine Pitrou 56a220ae4e Issue #13393: BufferedReader.read1() now asks the full requested size to 15 years ago
Victor Stinner 1ab6c2d2c2 Issue #13374: The Windows bytes API has been deprecated in the os module. Use 15 years ago
Florent Xicluna 6166519d2b Closes #13297: use bytes type to send and receive binary data through XMLRPC. 15 years ago
Antoine Pitrou 28e401e717 Issue #13392: Writing a pyc file should now be atomic under Windows as well. 15 years ago
Antoine Pitrou 5418ee0b9a Issue #13333: The UTF-7 decoder now accepts lone surrogates 15 years ago
Antoine Pitrou 9a812cbc89 Issue #13389: Full garbage collection passes now clear the freelists for 15 years ago
Jesus Cea d8b9ae6e8f Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. 15 years ago
Éric Araujo 84ed8f7075 Add entries for distutils2 contributors (their patches are in packaging) 15 years ago
Éric Araujo a5e7f31070 Remove NEWS entries for packaging test suite fixes. 15 years ago
Ezio Melotti c2fe57762b #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. 15 years ago