- 81c393b Merge. by Georg Brandl · 13 years ago v3.2.3
- 4403601 Bump to 3.2.3 final. by Georg Brandl · 13 years ago
- 470f33f News entry for f91ecbc8bafc. by Georg Brandl · 13 years ago
- aa589b3 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 13 years ago
- a7f6b14 Add 3.2.3rc2 uuid. by Martin v. Löwis · 13 years ago
- 1eb0f9d Post-release updates for 3.2.3rc2. by Georg Brandl · 13 years ago
- ed77feb Added tag v3.2.3rc2 for changeset 428f05cb7277 by Georg Brandl · 13 years ago
- 226af70 Bump to 3.2.3rc2. by Georg Brandl · 13 years ago v3.2.3rc2
- c73f6da Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
- a5d729a Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Georg Brandl · 13 years ago
- 48605a6 3.2.3rc1 done by Georg Brandl · 13 years ago
- 29b9255 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
- cbfe4d4 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 13 years ago
- 195261e Added tag v3.2.3rc1 for changeset 7085403daf43 by Georg Brandl · 13 years ago
- 2142ee8 Update copyright year. by Georg Brandl · 13 years ago v3.2.3rc1
- e578021 Add 3.2.3 to license. by Georg Brandl · 13 years ago
- afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 13 years ago
- 29ca21c Update pydoc topics. by Georg Brandl · 13 years ago
- eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
- ba528f5 merge 3.1 by Benjamin Peterson · 13 years ago
- 273cd18 update copyright year by Benjamin Peterson · 13 years ago
- bff13be merge 3.1 (with 3.1.5rc1 release tag) by Benjamin Peterson · 13 years ago
- 31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c by Benjamin Peterson · 13 years ago
- 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 13 years ago v3.1.5rc1
- c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
- 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 13 years ago
- 7214612 In find_module(), do not silence fileno() and dup() errors. by Antoine Pitrou · 13 years ago
- 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
- 7ef825f merge with 3.2 by Georg Brandl · 13 years ago
- c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
- 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
- dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
- 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
- e249dca merge 3.2 by Benjamin Peterson · 13 years ago
- 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
- 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
- 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
- 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 13 years ago
- 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 13 years ago
- 9edceb3 Merge by Antoine Pitrou · 13 years ago
- 2697cd1 Dummy-merge with 3.1 by Georg Brandl · 13 years ago
- 91e5c08 Fix typo in conditional. by Georg Brandl · 13 years ago
- e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 13 years ago
- e5a0e0a Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. by Georg Brandl · 13 years ago
- 09562b4 Fix typo. by Georg Brandl · 13 years ago
- 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
- f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 13 years ago
- 9571155 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 13 years ago
- 7c573f7 Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
- 06b1c4f Fix typo. by Georg Brandl · 13 years ago
- 12897d7 Fix typo in conditional. by Georg Brandl · 13 years ago
- 6147024 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 13 years ago
- 27fe226 Another test_dis dict order dependency. by Georg Brandl · 13 years ago
- b9dafe6 Merge with 3.1. by Georg Brandl · 13 years ago
- a108227 Fix test_dis dependency on dict order. by Georg Brandl · 13 years ago
- c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 13 years ago
- 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 13 years ago
- a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 13 years ago
- 8848255 Run tests with -R on "make test" and the buildbots. by Georg Brandl · 13 years ago
- 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 13 years ago
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
- c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
- 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
- f06d444 don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 13 years ago
- 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
- 496c53d use Py_CLEAR by Benjamin Peterson · 13 years ago
- fbc6f94 Test for issue #13500 by Jesus Cea · 13 years ago
- c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
- cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
- ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
- ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
- 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
- c86d9e2 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
- b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
- f670ca5 Issue #13878: Fix random test_sched failures. by Charles-François Natali · 13 years ago
- a124a68 don't use assertSameElements. by Gregory P. Smith · 13 years ago
- 58e7c1d NEWS entry for previous commit. by Gregory P. Smith · 13 years ago
- 05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 13 years ago
- 5c724a8 Issue #13913: Another fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 13 years ago
- 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
- 23357eb Merge by Antoine Pitrou · 13 years ago
- 2f5a163 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 13 years ago
- 1303298 Issue #13913: Fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 13 years ago
- 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
- 2640b52 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). by Antoine Pitrou · 13 years ago
- 2a57a36 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
- ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 13 years ago
- b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
- 4b3c784 Fix indentation by Antoine Pitrou · 13 years ago
- 37784ba Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 13 years ago
- f5f1fe0 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
- 7113562 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 13 years ago
- ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 13 years ago
- a127ecb import re for the previous commit. by Gregory P. Smith · 13 years ago
- 9903c70 re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 13 years ago
- 93b98ca Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 13 years ago
- cbe0134 Issue #13913: normalize utf-8 codec name in UTF-8 decoder by Victor Stinner · 13 years ago
- e31dded Fix an index and clean up comments. by Ezio Melotti · 13 years ago