summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.Mark Dickinson2016-08-232-1/+2
* Issue #27787: Remove test_main() and hard-coded list of test classesMartin Panter2016-08-231-9/+2
* Issue #12713: reverted fix pending further discussion.Vinay Sajip2016-08-232-83/+32
* Issue #27829: libregrtest.save_env: flush stderrVictor Stinner2016-08-221-6/+4
* Cleanup libregrtestVictor Stinner2016-08-222-37/+20
* Issue #27792: force int return type for modulo operations involving bools.Mark Dickinson2016-08-221-0/+7
* Issue #27539: Merge from 3.5.Mark Dickinson2016-08-222-1/+18
|\
| * Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...Mark Dickinson2016-08-222-1/+18
* | Remove main section that was only used during testing and developmentRaymond Hettinger2016-08-221-38/+0
* | Issue #26984: int() now always returns an instance of exact int.Serhiy Storchaka2016-08-211-1/+4
* | Issue #21718: Merge from 3.5Berker Peksag2016-08-211-1/+41
|\ \ | |/
| * Issue #21718: cursor.description is now available for queries using CTEsBerker Peksag2016-08-211-1/+41
* | Merge #27782 fix from 3.5Nick Coghlan2016-08-211-0/+9
|\ \ | |/
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-0/+9
* | Issue #27487: Merge runpy warning from 3.5Martin Panter2016-08-213-11/+48
|\ \ | |/
| * Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-213-11/+48
* | Fix typo in IDLE News.Terry Jan Reedy2016-08-211-3/+3
|\ \ | |/
| * Fix typo in IDLE News.Terry Jan Reedy2016-08-211-1/+1
* | Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+26
|\ \ | |/
| * Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+9
* | Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
|\ \ | |/
| * Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
* | Issue #27819: Simply default to gztar for sdist formats by default on all pla...Jason R. Coombs2016-08-201-11/+1
* | issue26981: add _order_ compatibility shim to enum.EnumEthan Furman2016-08-202-2/+77
* | Issue #27614: Merge test_docxmlrpc from 3.5Martin Panter2016-08-201-30/+11
|\ \ | |/
| * Issue #27614: Avoid race in test_docxmlrpc server setupMartin Panter2016-08-201-30/+11
* | Issue #27787: Merge regrtest fixup from 3.5Martin Panter2016-08-201-0/+1
|\ \ | |/
| * Issue #27787: Clean up weak references before checking for dangling threadsMartin Panter2016-08-201-0/+1
* | Issue26988: remove AutoEnumEthan Furman2016-08-202-445/+14
* | regrtest: replace "Result:" with "Tests result:"Victor Stinner2016-08-192-2/+2
* | Issue #27801: Merge from 3.5Berker Peksag2016-08-191-0/+1
|\ \ | |/
| * Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not ava...Berker Peksag2016-08-191-0/+1
* | Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-191-0/+18
* | Merge: #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-192-0/+23
|\ \ | |/
| * #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-192-2/+23
* | Closes #12713: Allowed abbreviation of subcommands in argparse.Vinay Sajip2016-08-182-32/+83
* | Anti-registration of various ABC methods.Guido van Rossum2016-08-1810-58/+248
* | Merge 3.5 (fix raise)Victor Stinner2016-08-181-0/+18
|\ \ | |/
| * Fix SystemError in "raise" statementVictor Stinner2016-08-181-0/+18
* | Issue #16764: Move NEWS entry to correct section and remove too strict test.Serhiy Storchaka2016-08-181-4/+0
* | Issue #24773: Include Tallinn 1999-10-31 transition in tests.Alexander Belopolsky2016-08-171-3/+0
* | Closes #9998: Allowed find_library to search additional locations for libraries.Vinay Sajip2016-08-172-1/+68
* | regrtest: add a summary of the summary, "Result: xxx"Victor Stinner2016-08-172-4/+25
* | regrtest: set interrupted to True if re-run is interruptedVictor Stinner2016-08-171-1/+2
* | regrtest: add newlines in output for readabilityVictor Stinner2016-08-171-0/+3
* | Merge 3.5 (socket.__all__)Victor Stinner2016-08-171-0/+1
|\ \ | |/
| * Issue #27698: Add socketpair to socket.__all__ on WindowsVictor Stinner2016-08-171-0/+1
* | Merge 3.5 (script_helper)Victor Stinner2016-08-171-8/+8
|\ \ | |/
| * script_helper: kill the subprocess on errorVictor Stinner2016-08-171-8/+8
* | regrtest: nicer output for durationsVictor Stinner2016-08-172-14/+21