Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items. | Terry Jan Reedy | 2016-08-21 | 1 | -0/+29 | |
|\ \ | |/ | ||||||
| * | Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. | Terry Jan Reedy | 2016-08-21 | 1 | -0/+9 | |
* | | Issue #27819: Simply default to gztar for sdist formats by default on all pla... | Jason R. Coombs | 2016-08-20 | 1 | -0/+3 | |
* | | issue26981: fix typo | Ethan Furman | 2016-08-20 | 1 | -1/+1 | |
* | | issue26981: add _order_ compatibility shim to enum.Enum | Ethan Furman | 2016-08-20 | 1 | -0/+3 | |
* | | Fix more typos | Martin Panter | 2016-08-20 | 1 | -2/+2 | |
* | | Merge spelling fixes from 3.5 | Martin Panter | 2016-08-20 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Minor spelling fixes | Martin Panter | 2016-08-20 | 1 | -1/+1 | |
* | | Issue #27787: Merge regrtest fixup from 3.5 | Martin Panter | 2016-08-20 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | Issue #27787: Clean up weak references before checking for dangling threads | Martin Panter | 2016-08-20 | 1 | -0/+3 | |
* | | Issue26988: remove AutoEnum | Ethan Furman | 2016-08-20 | 1 | -2/+0 | |
* | | Issue #27713: merge from 3.5 | Ned Deily | 2016-08-20 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Issue #27713: Surpress spurious build warnings when updating importlib's | Ned Deily | 2016-08-20 | 1 | -0/+3 | |
* | | Issue #27157: Make only type() itself accept the one-argument form | Berker Peksag | 2016-08-19 | 1 | -0/+3 | |
* | | Rewrap long lines in Misc/NEWS. | R David Murray | 2016-08-19 | 1 | -30/+38 | |
|\ \ | |/ | ||||||
| * | Rewrap long lines in Misc/NEWS. | R David Murray | 2016-08-19 | 1 | -20/+26 | |
* | | Merge: #2466: ismount now recognizes mount points user can't access. | R David Murray | 2016-08-19 | 2 | -0/+4 | |
|\ \ | |/ | ||||||
| * | #2466: ismount now recognizes mount points user can't access. | R David Murray | 2016-08-19 | 2 | -0/+4 | |
* | | Updated NEWS with information on the argparse change. | Vinay Sajip | 2016-08-18 | 1 | -0/+3 | |
* | | Anti-registration of various ABC methods. | Guido van Rossum | 2016-08-18 | 1 | -0/+8 | |
* | | Merge 3.5 (fix raise) | Victor Stinner | 2016-08-18 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | Fix SystemError in "raise" statement | Victor Stinner | 2016-08-18 | 1 | -0/+4 | |
* | | Issue #16764: Move NEWS entry to correct section and remove too strict test. | Serhiy Storchaka | 2016-08-18 | 1 | -3/+3 | |
* | | Issue #27594: Prevent assertion error when running test_ast with coverage | Ned Deily | 2016-08-17 | 1 | -0/+4 | |
* | | Closes #9998: Allowed find_library to search additional locations for libraries. | Vinay Sajip | 2016-08-17 | 1 | -0/+2 | |
* | | merge 3.5 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | merge 3.4 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 | |
| |\ | ||||||
| | * | merge 3.3 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 | |
| | |\ | ||||||
| | | * | rearrange methodcaller_new so that the main error case does not cause uniniti... | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 | |
* | | | | Add a missing # | Brett Cannon | 2016-08-16 | 1 | -1/+1 | |
* | | | | fix hyperlink | Ethan Furman | 2016-08-16 | 1 | -1/+1 | |
* | | | | Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. | Raymond Hettinger | 2016-08-16 | 1 | -0/+3 | |
* | | | | merge 3.5 (#27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 3.4 (#27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 3.3 (#27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 | |
| | |\ \ | | | |/ | ||||||
| | | * | do not decref value borrowed from list (closes #27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 | |
* | | | | merge 3.5 (#27773) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | fix corner cases in the management of server_hostname (closes #27773) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 | |
* | | | | merge 3.5 | Benjamin Peterson | 2016-08-16 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 3.4 | Benjamin Peterson | 2016-08-16 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | fail when negative values are passed to instr() | Benjamin Peterson | 2016-08-16 | 1 | -2/+2 | |
* | | | | Merge from releasing branch | Ned Deily | 2016-08-16 | 1 | -1/+13 | |
|\ \ \ \ | ||||||
| * | | | | Start 3.6.0bb1 | Ned Deily | 2016-08-16 | 1 | -0/+12 | |
| * | | | | Version bump for 3.6.0a4v3.6.0a4 | Ned Deily | 2016-08-15 | 1 | -1/+1 | |
* | | | | | Fix typo in Misc/NEWS. | Guido van Rossum | 2016-08-15 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Issue #27736: Prevent segfault after interpreter re-initialization due | Ned Deily | 2016-08-15 | 1 | -0/+4 | |
* | | | | Issue #12345: Add mathemathcal constant tau to math and cmath. | Guido van Rossum | 2016-08-15 | 1 | -0/+3 | |
* | | | | Issue #10910: merge from 3.5 | Ned Deily | 2016-08-15 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. | Ned Deily | 2016-08-15 | 1 | -0/+4 | |
* | | | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch by | Serhiy Storchaka | 2016-08-15 | 1 | -0/+3 | |