6657 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)

Author SHA1 Message Date
Éric Araujo 8e5d7cbca1 Remove obsolete/duplicate entries 14 years ago
Petri Lehtinen 395ca72380 Issue #3067: Enhance the documentation and docstring of locale.setlocale() 14 years ago
Petri Lehtinen 8c482ee955 Fix Maildir initialization so that maildir contents are read correctly. 14 years ago
Amaury Forgeot d'Arc 97c1bef6a4 Issue #13343: Fix a SystemError when a lambda expression uses a global 14 years ago
Petri Lehtinen 3c85fe07f4 Issue #3067: Fix the error raised by locale.setlocale() 14 years ago
Florent Xicluna 12b66b5217 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. 15 years ago
Ross Lagerwall dcfde5aac9 Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. 15 years ago
Victor Stinner b3bc7e764d Issue #10570: curses.putp() is now expecting a byte string, instead of a 15 years ago
Éric Araujo 880801501b Improve byte-compilation in packaging to be independent of -O or -B. 15 years ago
Éric Araujo 815901108b Fix typos in recent NEWS entries 15 years ago
Victor Stinner 2662133a05 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a 15 years ago
Charles-François Natali 23e1ecbd66 Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. 15 years ago
Ezio Melotti ca897e960a #13295: http.server now produces valid HTML 4.01 strict. 15 years ago
Florent Xicluna 91d5193b3a Closes #2892: preserve iterparse events in case of SyntaxError. 15 years ago
Senthil Kumaran 6c5bd40a3e issue13287 - Define __all__ for urllib.request and urllib.error and expose only 15 years ago
Ezio Melotti 7de56f6a04 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. 15 years ago
Ned Deily 316f573d9c Issue #13304: Skip test case if user site-packages disabled (-s or 15 years ago
Senthil Kumaran ce260142c6 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError 15 years ago
Ned Deily 7aff451728 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. 15 years ago
Florent Xicluna 93dfee1dfc Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. 15 years ago
Florent Xicluna 3fa29f7cd7 Closes #13291: NameError in xmlrpc package. 15 years ago
Petri Lehtinen cd06a14df7 Add Misc/NEWS entry for issue #10519 15 years ago
Antoine Pitrou 8db076cf8a Issue #10363: Deallocate global locks in Py_Finalize(). 15 years ago
Barry Warsaw 46ae0efce1 - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. 15 years ago
Florent Xicluna 5d1155c08e Closes #13258: Use callable() built-in in the standard library. 15 years ago
Ezio Melotti f50ffa94ab #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. 15 years ago
Petri Lehtinen a94200e6ce Issue #13018: Fix reference leaks in error paths in dictobject.c. 15 years ago
Charles-François Natali f8859e1808 Issue #10332: multiprocessing: fix a race condition when a Pool is closed 15 years ago
Florent Xicluna c45fb25fba Issue #13255: wrong docstrings in array module. 15 years ago
Florent Xicluna 023611f34e Issue 13141: Demonstrate recommended style for socketserver examples. 15 years ago
Nick Coghlan de31b191e5 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. 15 years ago
Florent Xicluna 711f87ca7d Issue #9168: now smtpd is able to bind privileged port. 15 years ago
Senthil Kumaran fdd4575d19 News entry for Issue12529 and Issue12604 15 years ago
Senthil Kumaran 29fa9d4d68 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated 15 years ago
Łukasz Langa a5a9a9c369 Fixes #10860: Handle empty port after port delimiter in httplib 15 years ago
Antoine Pitrou 551ba20e8e Issue #13188: When called without an explicit traceback argument, 15 years ago
Ezio Melotti 6bfecd1271 #12448: smtplib now flushes stdout while running ``python -m smtplib`` 15 years ago
Nadeem Vawda bcb86c5246 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. 15 years ago
Mark Hammond 6c58b28f2f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest 15 years ago
Raymond Hettinger 4b779b3785 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. 15 years ago
Ross Lagerwall 59142db6d3 Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). 15 years ago
Florent Xicluna 75861df9ab Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server. 15 years ago
Charles-François Natali d4621190c9 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch 15 years ago
Antoine Pitrou 41032a69c1 Issue #11183: Add finer-grained exceptions to the ssl module, so that 15 years ago
Victor Stinner 7592d0513e Fix the issue number of my cp65001 commit: 13247 => issue #13216 15 years ago
Victor Stinner 2f3ca9f20e Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) 15 years ago
Victor Stinner 82a647b721 Fix typo in NEWS 15 years ago
Victor Stinner 8b905bd9d4 Issue #13226: Add RTLD_xxx constants to the os module. These constants can by 15 years ago
Victor Stinner e0be423297 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to 15 years ago
Mark Dickinson 39411f60a2 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. 15 years ago