- 3755452 Issue #25220: regrtest setups Python after parsing command line options by Victor Stinner · 10 years ago
- bd1a72c Issue #25220: Enhance regrtest --coverage by Victor Stinner · 10 years ago
- 56e05dd Issue #25220: Create libregrtest/runtest_mp.py by Victor Stinner · 10 years ago
- dad20e4 Issue #25220: Split the huge main() function of libregrtest.main into a class by Victor Stinner · 10 years ago
- b272329 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 10 years ago
- f1c7808 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 10 years ago
- b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 10 years ago
- 5527cf1 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 10 years ago
- f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 10 years ago
- 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 10 years ago
- 87b93fe Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 10 years ago
- 3066fc4 Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 10 years ago
- 11c715f Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 10 years ago
- 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 10 years ago
- e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 10 years ago
- a6b1031 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.5->3.6.) by Guido van Rossum · 10 years ago
- 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 10 years ago
- d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 10 years ago
- 11adfb9 Merge 3.5 -> default by Andrew Svetlov · 10 years ago
- e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 10 years ago
- d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 10 years ago
- 6dcada3 Issue #25034: Merge from 3.5. by Eric V. Smith · 10 years ago
- ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 10 years ago
- 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 10 years ago
- 2fbcd2a Added additional unpickling tests. by Serhiy Storchaka · 10 years ago
- cb76496 Added additional unpickling tests. by Serhiy Storchaka · 10 years ago
- b8b951f Added additional unpickling tests. by Serhiy Storchaka · 10 years ago
- 8ebcfd6 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 10 years ago
- 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 10 years ago
- c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 10 years ago
- 4277134 Issue #25220: Add test for --wait in test_regrtest by Victor Stinner · 10 years ago
- feabaed Oops, revert unwanted change, sorry by Victor Stinner · 10 years ago
- 3f74685 test by Victor Stinner · 10 years ago
- c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 10 years ago
- e143c1f Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 10 years ago
- 6b41510 Issue #25220: Add functional tests to test_regrtest by Victor Stinner · 10 years ago
- 174d059 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.5->default.) by Guido van Rossum · 10 years ago
- d2f1846 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.) by Guido van Rossum · 10 years ago
- 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 10 years ago
- ff6ee25 Issue #25122: Remove verbose mode of test_eintr by Victor Stinner · 10 years ago
- 2cf2aac Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 10 years ago
- 636b83f Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 10 years ago
- 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 10 years ago
- 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 10 years ago
- edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 10 years ago
- d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 10 years ago
- c58c2cb Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 10 years ago
- c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 10 years ago
- ab82422 Issue #25011: rlcomplete now omits private and special attribute names unless by Serhiy Storchaka · 10 years ago
- 8ace8e9 Issue #25209: rlcomplete now can add a space or a colon after completed keyword. by Serhiy Storchaka · 10 years ago
- 36b3fbb Issue #25220: Fix Lib/test/autotest.py by Victor Stinner · 10 years ago
- 3844fe5 Issue #25220: Move most regrtest.py code to libregrtest by Victor Stinner · 10 years ago
- 98de534 Issue #25220: Create Lib/test/libregrtest/ by Victor Stinner · 10 years ago
- 00d4442 merge 3.5 (#25131) by Benjamin Peterson · 10 years ago
- 58b5395 make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131) by Benjamin Peterson · 10 years ago
- 0931ba2 Issue #25211: Merge test_long from 3.5 by Martin Panter · 10 years ago
- 429f28d Issue #25211: Merge test_long from 3.4 into 3.5 by Martin Panter · 10 years ago
- cbe16ae Issue #25211: Eliminate lazy error message class by using subTest by Martin Panter · 10 years ago
- 0cca00b Issue #25220: Backed out changeset eaf9a99b6bb8 by Victor Stinner · 10 years ago
- 7b92abf Issue #25220: Create Lib/test/libregrtest/ by Victor Stinner · 10 years ago
- b2080f6 f-strings: More tests for empty expressions along with missing closing braces. by Eric V. Smith · 10 years ago
- 548c4d3 Added more f-string test for empty expressions. by Eric V. Smith · 10 years ago
- 1d44c41 Move f-string compilation of the expression earlier, before the conversion character and format_spec are checked. This allows for error messages that more closely match what a user would expect. by Eric V. Smith · 10 years ago
- f9cd8ff Issue #25047: Merge Element Tree encoding from 3.5 by Martin Panter · 10 years ago
- 982a08f Issue #25047: Merge Element Tree encoding from 3.4 into 3.5 by Martin Panter · 10 years ago
- 89f76d3 Issue #25047: Respect case writing XML encoding declarations by Martin Panter · 10 years ago
- dd7cb10 Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls by Berker Peksag · 10 years ago
- 9b93c6b Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls by Berker Peksag · 10 years ago
- f96418d Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape, by Victor Stinner · 10 years ago
- 1d59fee Merge 3.5 (Issue #23630, fix test_asyncio) by Victor Stinner · 10 years ago
- e355604 Merge 3.4 (Issue #23630, fix test_asyncio) by Victor Stinner · 10 years ago
- 582b17c Issue #23630: Fix test_asyncio on Windows by Victor Stinner · 10 years ago
- ca0d038 Merge 3.5 (test_asyncio) by Victor Stinner · 10 years ago
- e63f1a6 Merge 3.4 (test_asyncio) by Victor Stinner · 10 years ago
- 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 10 years ago
- 996572c Merge 3.5 (asyncio) by Victor Stinner · 10 years ago
- 7b58a2b Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 10 years ago
- 385c75f Merge 3.5 (asyncio) by Victor Stinner · 10 years ago
- d1fcca8 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 10 years ago
- 4ddccad Merge 3.5 (test_eintr, FreeBSD) by Victor Stinner · 10 years ago
- 6dae395 Issue #25122: test_eintr: the FreeBSD fix will be released in FreeBSD 10.3 by Victor Stinner · 10 years ago
- 2bf20a4 Merge 3.5 (test_socket, issue #25138) by Victor Stinner · 10 years ago
- 900db26 Merge 3.4 (test_socket, issue #25138) by Victor Stinner · 10 years ago
- 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 10 years ago
- 608adf9 Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. by Eric V. Smith · 10 years ago
- edef3eb Temporary hack for issue #25180: exclude test_fstring.py from the unparse round-tripping, while I figure out how to properly fix it. by Eric V. Smith · 10 years ago
- 235a6f0 Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. by Eric V. Smith · 10 years ago
- aed8830 Add a fast path (no iterator creation) for a common case for repeating deques of size 1 by Raymond Hettinger · 10 years ago
- d644d5e Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 10 years ago
- f2d7ea1 Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 10 years ago
- d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 10 years ago
- f409c7c Merge 3.5 (test_email) by Victor Stinner · 10 years ago
- 4b363e2 Merge 3.4 (test_email) by Victor Stinner · 10 years ago
- 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 10 years ago
- d8f432a Issue #25003: Skip test_os.URandomFDTests on Solaris 11.3 and newer by Victor Stinner · 10 years ago
- 5ebfe42 Oops, fix test_microsecond_rounding() by Victor Stinner · 10 years ago
- 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 10 years ago
- 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 10 years ago