- 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
- 3cac309 Merged upstream change. by Vinay Sajip · 13 years ago
- 0f15181 Closes #14267: Merged fix from 3.2. by Vinay Sajip · 13 years ago
- 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
- 19b114b merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
- 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
- 5738e4f Merge by Michael Foord · 13 years ago
- e01c62c Fix unittest test discovery for Jython by Michael Foord · 13 years ago
- a971905 #8942: add test for __path__ contents in zipimport tests by R David Murray · 13 years ago
- 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 13 years ago
- 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 13 years ago
- cc50ba2 #14179: merge with 3.2. by Ezio Melotti · 13 years ago
- df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
- f2bb889 Merge heads. by Eric V. Smith · 13 years ago
- 97722c4 str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. Patch by Akira Li. by Eric V. Smith · 13 years ago
- 56bac7b Merge by Michael Foord · 13 years ago
- b36c70c Move adding unittest test discovery command line options into their own method. by Michael Foord · 13 years ago
- 1d4798c Merge heads. by Eric V. Smith · 13 years ago
- edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 13 years ago
- 48d578c #13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
- 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
- c1f5d8a Merge by Michael Foord · 13 years ago
- 5f99ced Refactor unittest command line handling to always use optparse by Michael Foord · 13 years ago
- 17591c1 Head merge. by Łukasz Langa · 13 years ago
- f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 13 years ago
- f28fcff adjust for change in AST type by Benjamin Peterson · 13 years ago
- 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 13 years ago
- 61a4161 merge 3.2 by Benjamin Peterson · 13 years ago
- ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 13 years ago
- 6645f7e merge heads by Benjamin Peterson · 13 years ago
- 09b4bd0 merge 3.2 by Benjamin Peterson · 13 years ago
- d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 13 years ago
- 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 13 years ago
- b69ef16 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
- 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
- 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
- eab2a50 PEP8-ize test names by Antoine Pitrou · 13 years ago
- 8cd8d5e Remove useless failOnException() method by Antoine Pitrou · 13 years ago
- 6aacc14 Merge with 3.2. by Georg Brandl · 13 years ago
- e144c74 Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split(). by Georg Brandl · 13 years ago
- 2839382 Issue #14205: Fix test_dict.test_mutating_lookup() by Victor Stinner · 13 years ago
- 3774977 Relax timeout tests for weak Windows buildbot by Antoine Pitrou · 13 years ago
- 63ed566 Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4. by Victor Stinner · 13 years ago
- 865756a Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module. by Eli Bendersky · 13 years ago
- 40c9565 Issue #14211: Oops, I removed the wrong file :-) by Victor Stinner · 13 years ago
- 2d01dc0 Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to by Victor Stinner · 13 years ago
- d74782b Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to by Victor Stinner · 13 years ago
- 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 13 years ago
- 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
- 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 13 years ago
- 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 13 years ago
- 1ae230a merge heads by Benjamin Peterson · 13 years ago
- e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
- 2fa0cbc Remove buggy change for #13719 in packaging by Éric Araujo · 13 years ago
- 00b41fc Merge 3.2 by Éric Araujo · 13 years ago
- a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 13 years ago
- f67e494 merge by Brett Cannon · 13 years ago
- 5bb9a8f Remove a couple of local imports. by Antoine Pitrou · 13 years ago
- 6c64cc1 Reap processes at test end to avoid false positives in reference leak detection. by Antoine Pitrou · 13 years ago
- b1f7f63 test_pty: fix ResourceWarning warnings by Victor Stinner · 13 years ago
- 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 13 years ago
- b2fcd3a Added delay before record creation. by Vinay Sajip · 13 years ago
- bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
- 1e88f3f Merge. by Stefan Krah · 13 years ago
- 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 13 years ago
- c53d624 Merge 3.2 by Éric Araujo · 13 years ago
- b8e280d Make packaging’ upload command work with bdist_msi products (#13719) by Éric Araujo · 13 years ago
- c3705d3 Fix NameError from #13719 fix by Éric Araujo · 13 years ago
- 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
- 80f7102 Improve packaging.database documentation by Éric Araujo · 13 years ago
- 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 13 years ago
- e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
- c432a9d Use raw string for a docstring that uses a backslash by Éric Araujo · 13 years ago
- bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 13 years ago
- 8d217c6 Issue #12151: Added more info to diagnostics. by Vinay Sajip · 13 years ago
- 8cf4b51 xml.dom.minidom: add more __slots__ to limit resource usage. by Florent Xicluna · 13 years ago
- 6c75301 xml.dom: fix typo, drop unused imports. by Florent Xicluna · 13 years ago
- fb06746 Flatten nested try ... finally, try ... except. by Florent Xicluna · 13 years ago
- 49ab14f Merge. by Stefan Krah · 13 years ago
- fcbb416 Issue #10181: The decision was to raise a buffer error in memory_exit() by Stefan Krah · 13 years ago
- 682c979 Merged upstream changes. by Vinay Sajip · 13 years ago
- b6f6670 Added more diagnostics for diagnosing #12151. by Vinay Sajip · 13 years ago
- 75b5e7e Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method. by Florent Xicluna · 13 years ago
- 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 13 years ago
- 67245a6 Issue #14168: Check for presence of _attrs before accessing it. by Martin v. Löwis · 13 years ago
- f1c4259 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
- 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
- 5102bf4 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
- f7dabd8 Merge by Antoine Pitrou · 13 years ago
- a14bd00 Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 13 years ago
- 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
- 0b2b583 Fix spelling. by Georg Brandl · 13 years ago
- de89d4b Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 13 years ago
- 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 13 years ago
- 6c8850d Bump to 3.3.0a1. by Georg Brandl · 13 years ago
- 0f25cea Regenerate pydoc topics. by Georg Brandl · 13 years ago
- c0eaeca Updated tokenize to support the inverse byte literals new in 3.3 by Armin Ronacher · 13 years ago
- 6ecf77b Basic support for PEP 414 without docs or tests. by Armin Ronacher · 13 years ago
- 745ccf8 fix trailing whitespace by Eli Bendersky · 13 years ago
- 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 13 years ago