- 3430fb8 More whatsnew updates. by R David Murray · 13 years ago
- 30a13fb Reword the next version placeholder now that the changelog is part of the published What's New docs by Nick Coghlan · 13 years ago
- 4443762 #15979: merge with 3.2. by Ezio Melotti · 13 years ago
- d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 13 years ago
- 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 13 years ago
- 6c47581 The default reST role `foo` can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file. by Georg Brandl · 13 years ago
- 44d0c21 Several improvements to the HTML NEWS version: by Georg Brandl · 13 years ago
- 8fc6cb3 Move 3.1 and 3.2 NEWS items to HISTORY. by Georg Brandl · 13 years ago
- 0016066 Update suspicious ignore file. by Ezio Melotti · 13 years ago
- 445d69c More additions to whatsnew. by R David Murray · 13 years ago
- c652ce6 More whatsnew adds, especially the os module. by R David Murray · 13 years ago
- d2489cf Add some missing stuff to whatsnew. by R David Murray · 13 years ago
- 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 13 years ago
- cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 13 years ago
- eea7427 Fix reST markup in NEWS. by Georg Brandl · 13 years ago
- 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 13 years ago
- 81b409c Add missing 3.3.1 NEWS entries deleted in 83496b5e1916. by Georg Brandl · 13 years ago
- ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 13 years ago
- 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 13 years ago
- 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 13 years ago
- 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 13 years ago
- ac76833 Post-release update. by Georg Brandl · 13 years ago
- c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 13 years ago
- 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 13 years ago
- 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 13 years ago
- 3d78385 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 13 years ago
- f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 13 years ago
- 0beb4d2 don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 13 years ago
- 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 13 years ago
- 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 13 years ago
- d37b9d7 Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() method. by Georg Brandl · 13 years ago
- e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 13 years ago
- f248717 Post-release updates. by Georg Brandl · 13 years ago
- 6f80f5d 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
- 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 13 years ago
- 6147515 Add news entries for recent changes. by Georg Brandl · 13 years ago
- 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 13 years ago
- e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 13 years ago
- 98b1c44 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 13 years ago
- c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 13 years ago
- 1e7ee9d Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 13 years ago
- 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 13 years ago
- c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 13 years ago
- be23292 Fix issue number. by Georg Brandl · 13 years ago
- bdc7e69 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 13 years ago
- 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 13 years ago
- fd296ff Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 13 years ago
- 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 13 years ago
- deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 13 years ago
- ebf7f95 Fix NEWS entry location. by Georg Brandl · 13 years ago
- 63b38bb Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 13 years ago
- f022aa5 Spacing fix. by Georg Brandl · 13 years ago
- dbcf103 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 13 years ago
- 6c4b095 Updates NEWS for issue #15895 by Christian Heimes · 13 years ago
- 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 13 years ago
- 7330da4 Issue #15881: Added NEWS entry and proper credit. by Alexander Belopolsky · 13 years ago
- 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 13 years ago
- 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 13 years ago
- 7ff1822 Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 13 years ago
- 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
- 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 13 years ago
- 94dd7cb #15509: If %action substitution produces a null string, drop it. by R David Murray · 13 years ago
- 0b164c0 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 13 years ago
- 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 13 years ago
- 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 13 years ago
- 070175d Fix NEWS entry location. by Georg Brandl · 13 years ago
- 24ec054 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 13 years ago
- 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
- ef06595 Changelog entry for 8c2e87aeb707. by Georg Brandl · 13 years ago
- 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 13 years ago
- 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 13 years ago
- a45afca Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 13 years ago
- af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 13 years ago
- eaaf9e9 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 13 years ago
- 91b9f13 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 13 years ago
- 380c55c Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 13 years ago
- 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 13 years ago
- 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 13 years ago
- 0398985 Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 13 years ago
- 3014771 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 13 years ago
- ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 13 years ago
- 3694401 Post-release updates. by Georg Brandl · 13 years ago
- 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 13 years ago
- cb460b9 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is by Ronald Oussoren · 13 years ago
- 2543756 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 13 years ago
- 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 13 years ago
- 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 13 years ago
- e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
- 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 13 years ago
- fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
- cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
- 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
- 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 13 years ago
- 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 13 years ago
- ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
- 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
- 4784e02 Output lib files for PGO build into PGO directory. by Martin v. Löwis · 13 years ago
- 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 13 years ago
- bddf724 Drop PC\python_nt.h as it's not used. by Martin v. Löwis · 13 years ago
- b4b92be Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. by Martin v. Löwis · 13 years ago