- 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
- 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 14 years ago
- bc53032 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 14 years ago
- 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 14 years ago
- cbbd562 Merge branch default by Victor Stinner · 14 years ago
- 896f471 Merge branch 3.2 by Victor Stinner · 14 years ago
- 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 14 years ago
- 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 14 years ago
- bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 14 years ago
- be55d99 Fix 13245: by Giampaolo Rodola' · 14 years ago
- 6dd381e Issue #12328: Under Windows, refactor handling of Ctrl-C events and by Antoine Pitrou · 14 years ago
- ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 14 years ago
- 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- aadc519 Merge branch 3.2 (closes #13338) by Petri Lehtinen · 14 years ago
- 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 14 years ago
- f34a0cd Issue #10227: Add an allocation cache for a single slice object. by Antoine Pitrou · 14 years ago
- 304261e #13358: merge with 3.2. by Ezio Melotti · 14 years ago
- 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 14 years ago
- def4728 #4147: merge with 3.2. by Ezio Melotti · 14 years ago
- 8008f2a #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. by Ezio Melotti · 14 years ago
- 56a220a Issue #13393: BufferedReader.read1() now asks the full requested size to by Antoine Pitrou · 14 years ago
- 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 14 years ago
- 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 14 years ago
- 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 14 years ago
- 3f2ba3b Branch merge by Éric Araujo · 14 years ago
- 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
- 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
- 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 14 years ago
- d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 14 years ago
- a5e7f31 Remove NEWS entries for packaging test suite fixes. by Éric Araujo · 14 years ago
- d5d4406 #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. by Ezio Melotti · 14 years ago
- c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
- 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 14 years ago
- 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 14 years ago
- 4ff29db Merge 3.2 by Brian Curtin · 14 years ago
- 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 14 years ago
- de20b0b Issue #13149: Speed up append-only StringIO objects. by Antoine Pitrou · 14 years ago
- 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 14 years ago
- 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
- a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
- bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
- c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
- c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 14 years ago
- 6e533f0 MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
- 0fd66b8 MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
- 217f05b Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3 by Nick Coghlan · 14 years ago
- 304a165 News updates for #13327. by Brian Curtin · 14 years ago
- b1c6f59 Branch merge by Éric Araujo · 14 years ago
- 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 14 years ago
- 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
- ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
- 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 14 years ago
- 08ad2fb curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 14 years ago
- fd6b582 curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 14 years ago
- 8e5d7cb Remove obsolete/duplicate entries by Éric Araujo · 14 years ago
- 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 14 years ago
- 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 14 years ago
- 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 14 years ago
- c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 14 years ago
- 7d7cee9 Merge heads by Petri Lehtinen · 14 years ago
- 6ab96e4 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 14 years ago
- d64fc39 news note about range introspection by Benjamin Peterson · 14 years ago
- bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 14 years ago
- 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
- 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
- 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago
- 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago
- 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 14 years ago
- 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 14 years ago
- c9f3846 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 14 years ago
- 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 14 years ago
- 495dcbd Merge 3.2: issue #13140 by Florent Xicluna · 14 years ago
- 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 14 years ago
- ab1078b (Merge 3.2) Issue #13339. by Ross Lagerwall · 14 years ago
- dcfde5a Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. by Ross Lagerwall · 14 years ago
- 65f51bb (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead by Victor Stinner · 14 years ago
- b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
- 146f870 Branch merge by Éric Araujo · 14 years ago
- 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 14 years ago
- 8159011 Fix typos in recent NEWS entries by Éric Araujo · 14 years ago
- df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 14 years ago
- 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
- ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 14 years ago
- 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 14 years ago
- f24e7e6 Merge 3.2: issue #2892 by Florent Xicluna · 14 years ago
- 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 14 years ago
- 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
- 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
- ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago
- 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
- 9783b44 Merge heads by Florent Xicluna · 14 years ago
- 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 14 years ago
- 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 14 years ago
- cd06a14 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 14 years ago
- 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 14 years ago
- 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
- 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago