- 0006aac Issue #15038: Document caveats with the emulated condition variables. by Kristjan Valur Jonsson · 13 years ago
- 066dacf Add versionchanged tags for #14772 changes by Brian Curtin · 13 years ago
- 1d25b6f Issue #15103: remove the NUL character (serving as a Mercurial binary marker) from Python/importlib.h. by Antoine Pitrou · 13 years ago
- 1617077 Issue #15038: by Kristjan Valur Jonsson · 13 years ago
- 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 13 years ago
- e75ff35 Issue #15038: Optimize python Locks on Windows by Kristján Valur Jónsson · 13 years ago
- 633c4d9 Issue #15064: Use with-blocks for some examples in docs. by Richard Oudkerk · 13 years ago
- ac38571 Issue #15064: Make BaseManager.__enter__() start server if necessary. by Richard Oudkerk · 13 years ago
- 9c1feb8 Add comments to the power functions, in particular to _mpd_qpow_real(). by Stefan Krah · 13 years ago
- d69cfe8 Issue #15064: Implement context manager protocol for multiprocessing types by Richard Oudkerk · 13 years ago
- 0f88427 Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 13 years ago
- f29ec4b Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 13 years ago
- 1375884 Fiddle with timeouts in barrier tests by Richard Oudkerk · 13 years ago
- 10e6588 Fix NEWS entry for #15036 by Petri Lehtinen · 13 years ago
- da7a6e7 Fix NEWS entry for #15036 by Petri Lehtinen · 13 years ago
- d5a1a21 Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback. by Antoine Pitrou · 13 years ago
- 48114b9 Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap. by Antoine Pitrou · 13 years ago
- 7636b19 Merge: Update out of date docstring. by R David Murray · 13 years ago
- 3ac8c78 Update out of date docstring. by R David Murray · 13 years ago
- 5b1406f #14840: merge with 3.2. by Ezio Melotti · 13 years ago
- f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 13 years ago
- 307ef8a Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib) by Nick Coghlan · 13 years ago
- 14d99a1 Ignore X-Antivirus headers in test_nntplib by Nick Coghlan · 13 years ago
- e51e25a Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib) by Nick Coghlan · 13 years ago
- e6ef462 Issue #15095: Use better assertions in test_imaplib by Nick Coghlan · 13 years ago
- 9aff2a7 Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded) by Nick Coghlan · 13 years ago
- 658dc3f Disable test on Unix. Causes buildbots to fail. See Issue #15091 by Jason R. Coombs · 13 years ago
- be4e4b5 Issue #15043: skip test_gdb if the custom hooks can't be loaded by Nick Coghlan · 13 years ago
- 1730139 White space normalization. by Martin v. Löwis · 13 years ago
- bce1666 Issue #14055: Add __sizeof__ support to _elementtree. by Martin v. Löwis · 13 years ago
- 1e5d0ff Elaborate that sizeof only accounts for the object itself. by Martin v. Löwis · 13 years ago
- 2b3eb0d Merge from 3.2. (Issue #15044: Handle Fedora 17's approach to ndbm compatibility) by Nick Coghlan · 13 years ago
- 50f147a Issue #15044: Handle Fedora 17's approach to ndbm compatibility by Nick Coghlan · 13 years ago
- 71fde31 Adding test from issue6727 demonstrating that symlink import issue does not occur here in 3.3 by Jason R. Coombs · 13 years ago
- 9680bdb Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) by Nick Coghlan · 13 years ago
- d972265 Improve an internal ipaddress test, add a comment explaining why treating networks as containers of interfaces rather than addresses would prove confusing by Nick Coghlan · 13 years ago
- 5b0dac1 Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the generator implementation by Nick Coghlan · 13 years ago
- c40bc09 Issue #13783: the PEP 380 implementation no longer expands the public C API by Nick Coghlan · 13 years ago
- 8d5c0b8 Issue #15054: Fix incorrect tokenization of 'b' string literals. by Meador Inge · 13 years ago
- 2d9db1d Try to fix issue #15086: build failure on Ubuntu shared buildbot. by Antoine Pitrou · 13 years ago
- 7e19337 Normalize whitespace by Antoine Pitrou · 13 years ago
- aaefac7 Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. by Antoine Pitrou · 13 years ago
- c62bd13 1) State the relative errors of the power functions for integer exponents. by Stefan Krah · 13 years ago
- f185226 _copy_characters(): move debug code at the top to avoid noisy #ifdef by Victor Stinner · 13 years ago
- 6319e0f Make the test more resilient to test-run order (closes #15075) by Eli Bendersky · 13 years ago
- 0762133 Fix PyUnicode_GetSize(): Don't replace _PyUnicode_Ready() exception by Victor Stinner · 13 years ago
- 8a8b3ea Fix a compiler warning in _copy_characters() and remove debug code by Victor Stinner · 13 years ago
- 24e403b Oops, fix my previous change on _copy_characters() by Victor Stinner · 13 years ago
- 81c39a8 get_sourcefile(): use PyUnicode_READ() to avoid the creation of a temporary by Victor Stinner · 13 years ago
- ca439ee Fix unicode_adjust_maxchar(): catch PyUnicode_New() failure by Victor Stinner · 13 years ago
- 184252a Fix "%f" format of str%args if the result is not an ASCII or latin1 string by Victor Stinner · 13 years ago
- 9a77770 Remove debug code by Victor Stinner · 13 years ago
- c9d369f Optimize _PyUnicode_FastCopyCharacters() when maxchar(from) > maxchar(to) by Victor Stinner · 13 years ago
- f05e17e unicodeobject.c: Remove debug code by Victor Stinner · 13 years ago
- 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 13 years ago
- ea0b823 Issue #14938: importlib.abc.SourceLoader.is_package() now takes the by Brett Cannon · 13 years ago
- 0450c9e Issue #13959: Add to imp.find_module() and load_module's docstrings by Brett Cannon · 13 years ago
- 47b3239 Closes issue #14982: Document that pkgutil's walk_packages() and by Brett Cannon · 13 years ago
- 24aa693 Merge by Brett Cannon · 13 years ago
- 016ef55 Removed redundant code by Alexander Belopolsky · 13 years ago
- 9125775 Fix _TestListener.ALLOWED_TYPES and add sanity check by Richard Oudkerk · 13 years ago
- c909296 Mention the UTF-16 encoding speedup in the whatsnew (issue #15026). by Antoine Pitrou · 13 years ago
- 27f6a3b Issue #15026: utf-16 encoding is now significantly faster (up to 10x). by Antoine Pitrou · 13 years ago
- 3049f12 Increase timeout used when waiting for manager to shutdown cleanly by Richard Oudkerk · 13 years ago
- 0f52346 Fix for 2d2f206d040e so that test_multiprocessing does not depend on ctypes by Richard Oudkerk · 13 years ago
- a717d56 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 13 years ago
- 02653f1 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 13 years ago
- 3730a17 Issue #14059: Implement multiprocessing.Barrier by Richard Oudkerk · 13 years ago
- a6bc4b4 Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 13 years ago
- 1377522 Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 13 years ago
- 96f806b Fix typos in NEWS entry by Nick Coghlan · 13 years ago
- 807770e Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac by Nick Coghlan · 13 years ago
- 307693a Skip XincludeTest entirely instead of just ignoring failures, because it may segfault, depending on the order of running tests by Eli Bendersky · 13 years ago
- 27cbb19 Removed _SimpleElementPath and its flaky test. The test monkey-patches the module, which causes other failures and fails itself depending on the order tests are run. by Eli Bendersky · 13 years ago
- 175fada mark problematic test as expected failure - investigating by Eli Bendersky · 13 years ago
- 113da64 Fix windows compilation problems caused by previous commit. by Eli Bendersky · 13 years ago
- 64d11e6 Replace the iter/itertext methods of Element in _elementtree with true C implementations, instead of the bootstrapped Python code. In addition to being cleaner (removing the last remains of the bootstrapping code in _elementtree), this gives a 10x performance boost for iter() on large documents. by Eli Bendersky · 13 years ago
- fedb04a Update .hgignore for VS9.0-generated files by Antoine Pitrou · 13 years ago
- 58440c9 Issue #15070: fix VS9.0 build regression by Antoine Pitrou · 13 years ago
- 73d9a29 Issue #13841: Make child processes exit using sys.exit() on Windows by Richard Oudkerk · 13 years ago
- bc07cb8 Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API. by Martin v. Löwis · 13 years ago
- c838ec1 Issue #14936: curses_panel was converted to PEP 3121 API. by Martin v. Löwis · 13 years ago
- 474eb23 merge 3.2 by Martin v. Löwis · 13 years ago
- 993fe3f Issue #14937: Fix typo. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
- c142bba Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields by Alexander Belopolsky · 13 years ago
- f6a899f Issue #15060: merge with 3.2 by Sandro Tosi · 13 years ago
- 27b130e Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 13 years ago
- 9994b09 Issue #15060: merge with 3.2 by Sandro Tosi · 13 years ago
- 56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 13 years ago
- 6222d76 Fix test_time for adjusted/adjustable changes by Victor Stinner · 13 years ago
- 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 13 years ago
- bda4b88 time.get_clock_info() uses a namespace instead of structseq by Victor Stinner · 13 years ago
- d973824 Fixed a typo in time_localtime() by Alexander Belopolsky · 13 years ago
- b783293 1) Fix signature of _mpd_qpow_uint(): contrary to the comment base is constant. by Stefan Krah · 13 years ago
- f0604fd Issue #3518: Remove references to non-existent BaseManager.from_address() method by Richard Oudkerk · 13 years ago
- 99d776f Update importlib.h by touching Lib/importlib/_bootstrap.py. by Brett Cannon · 13 years ago
- 7b383c4 Make a test easier to read. by Brett Cannon · 13 years ago
- 839a482 Dummy merge by Richard Oudkerk · 13 years ago
- 197651b Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 13 years ago
- 4fae8cd Close #13857: Added textwrap.indent() function (initial patch by Ezra Berch) by Nick Coghlan · 13 years ago