- 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 13 years ago v3.3.0rc1
- d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 13 years ago
- cc0274b merge with 3.2 by Georg Brandl · 13 years ago
- c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 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
- 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 13 years ago
- a6894ba Reverted change to venv initialisation. by Vinay Sajip · 13 years ago
- 448f577 Remove incorrect lines (meant for cdecimal) from recently added Decimal tests. by Mark Dickinson · 13 years ago
- e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
- fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
- ba0a3ed Issue #2051: Tweak last commit for this issue to pass in mode instead by Brett Cannon · 13 years ago
- 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 13 years ago
- 491b1dc Closes #9374: merge with 3.2 by Georg Brandl · 13 years ago
- a61b09f Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. by Georg Brandl · 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
- a508770 Close #2501: Permission bits are once again correctly copied from the source file to the cached bytecode file. Test by Eric Snow. by Nick Coghlan · 13 years ago
- 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 13 years ago
- f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 13 years ago
- 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 13 years ago
- 097a120 #665194: fix variable name in exception code path. by R David Murray · 13 years ago
- b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 13 years ago
- 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
- ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
- b9717b5 #15752: merge with 3.2. by Ezio Melotti · 13 years ago
- 1b47bf4 #15752: s/assertRaisesRegexp/assertRaisesRegex/g by Ezio Melotti · 13 years ago
- 5b27c53 Merge 3.2. by Stefan Krah · 13 years ago
- 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 13 years ago
- 139cd43 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
- 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
- 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 13 years ago
- df9c945 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
- c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
- 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 13 years ago
- c0c03be Merge 3.2. by Stefan Krah · 13 years ago
- db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 13 years ago
- 6adf243 Merge 3.2. by Stefan Krah · 13 years ago
- fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). by Stefan Krah · 13 years ago
- 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 13 years ago
- db7920b Close #14814: Avoid depending on struct by using newer features. Also use enumerate where appropriate (patch by Serhiy Storchaka). Declaring PEP 3144 final at this point - any further changes to code or docs can go in new issues. by Nick Coghlan · 13 years ago
- a8517ad Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky). by Nick Coghlan · 13 years ago
- 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
- e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
- a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 13 years ago
- 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 13 years ago
- 377a152 Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess. by Andrew Svetlov · 13 years ago
- 47ec25d Brush subprocess tests a bit. by Andrew Svetlov · 13 years ago
- 4d16bcc The latest NumPy revision no longer segfaults here. by Stefan Krah · 13 years ago
- aaf8e2e Fix out-of-date comment in test_memoryview. by Stefan Krah · 13 years ago
- dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
- b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
- 35fa864 Issue #15477: Merge fix from 3.2 by Mark Dickinson · 13 years ago
- 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 13 years ago
- 5c3ddc8 Closes #15632: regrtest.py: fix spurious refleaks due to various caches by Stefan Krah · 13 years ago
- 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 13 years ago
- 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 13 years ago
- 943c5b3 Fix subprocess test broken on Windows by Andrew Svetlov · 13 years ago
- 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 13 years ago
- 69a06dd #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 13 years ago
- 8861494 #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 13 years ago
- 5395d2f Add yet another test for subprocess.Popen.communicate by Andrew Svetlov · 13 years ago
- 592df20 Cleanup universal_newlines usage for subprocess.Popen, remove unused param. by Andrew Svetlov · 13 years ago
- aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
- 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
- 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
- 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
- aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. by Andrew Svetlov · 13 years ago
- f376507 Add test to explicit check the absence regression in subprocess (issue #15592). by Andrew Svetlov · 13 years ago
- 3165a75 Merge 3.2 by Richard Oudkerk · 13 years ago
- e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 13 years ago
- 835df52 Merge 3.2 by Brian Curtin · 13 years ago
- 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 13 years ago
- 4e9e9c1 Issue #15571: comment the fact what python impl of TextIOWrapper always works in write_throuth mode by Andrew Svetlov · 13 years ago
- b428f47 Don't overwrite a __path__ value from extension modules if already set. by Brett Cannon · 13 years ago
- 826d570 Merge with 3.2. by Georg Brandl · 13 years ago
- 7b250a5 Revert 961a15aff2a6, this is already checked in another way. by Georg Brandl · 13 years ago
- 68fad6f Merge with 3.2. by Georg Brandl · 13 years ago
- 22bfa37 Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test. by Georg Brandl · 13 years ago
- 1b94ab7 Bump to 3.3b2. by Georg Brandl · 13 years ago v3.3.0b2
- a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 13 years ago
- 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
- 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
- 688a551 fix docstring wording by Philip Jenvey · 13 years ago
- f410ce8 Issue #15502: Refactor some code. by Brett Cannon · 13 years ago
- 731d48a update docstring per the extension package fix, refactor by Philip Jenvey · 13 years ago
- ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 13 years ago
- f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 13 years ago
- 25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 by Andrew Svetlov · 13 years ago
- 3a2b97e Issue #14992: merge from 3.2 by Ned Deily · 13 years ago
- c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case by Ned Deily · 13 years ago
- 9d512ab Issue #13072: Fix test_array for installation without the ctypes module by Victor Stinner · 13 years ago
- 2965011 regrtest: give more information when a child process fails with an error by Victor Stinner · 13 years ago
- bded28c Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... by Victor Stinner · 13 years ago
- 8d4734f Issue #13072: Fix test_array for Windows with 16-bit wchar_t by Victor Stinner · 13 years ago
- 0ed0505 merge heads by Benjamin Peterson · 13 years ago
- b37df51 fix yield from return value on custom iterators (closes #15568) by Benjamin Peterson · 13 years ago
- d340b43 Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's data. by Brett Cannon · 13 years ago
- cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 13 years ago