summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid inconsistent use of 'finalizer'Nick Coghlan2013-09-221-2/+2
|
* Close #19047: weakref doc cleanupsNick Coghlan2013-09-222-21/+47
| | | | | | - be clear finalizers survive automatically - update for PEP 442 __del__ changes - mention module cleanup changes and weakref.finalize in What's New
* merge with 3.3Georg Brandl2013-09-222-113/+2
|\
| * Closes #19043: remove detailed listing of versions from license filesGeorg Brandl2013-09-222-110/+2
| | | | | | | | | | | | Since all versions since 2.2 are under the same licensing terms, this saves the release manager from touching the two files for very new minor release.
* | Merge from 3.3Nick Coghlan2013-09-221-1/+2
|\ \ | |/
| * Fix comment in test_gdbNick Coghlan2013-09-221-1/+2
| |
* | Note that LINEAR_PROBES can be set to zero.Raymond Hettinger2013-09-221-1/+1
| |
* | Minor beautification. Put updates and declarations in a more logical order.Raymond Hettinger2013-09-211-2/+2
| |
* | test_gdb: skip pretty-printing of sets with gdb < 7.3Antoine Pitrou2013-09-211-0/+4
| | | | | | | | (should fix the failures on OpenIndiana)
* | test_gdb: dump gdb version in verbose modeAntoine Pitrou2013-09-211-0/+6
| |
* | When LINEAR_PROBES=0, let the compiler remove the dead code on its own.Raymond Hettinger2013-09-211-12/+0
| |
* | Make the linear probe sequence clearer.Raymond Hettinger2013-09-211-8/+4
| |
* | Merge headsSerhiy Storchaka2013-09-202-4/+4
|\ \
| * \ Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command callSerhiy Storchaka2013-09-202-4/+4
| |\ \ | | |/ | | | | | | returned empty string.
| | * Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command callSerhiy Storchaka2013-09-202-4/+4
| | | | | | | | | | | | returned empty string.
* | | Add a comment making it explicit that itertools.tee() is already 64bit-safe ↵Antoine Pitrou2013-09-201-2/+2
|/ / | | | | | | (issue #19049)
* | Null mergeSerhiy Storchaka2013-09-200-0/+0
|\ \ | |/
| * Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0Serhiy Storchaka2013-09-204-3/+8
| | | | | | | | binaries.
* | Update internal comments to say _something_ about the "API ID".Tim Peters2013-09-202-2/+6
| | | | | | | | Best I can tell, the possible values for this aren't documented anywhere.
* | Correcting the mistake in 678e3c0d2d99Senthil Kumaran2013-09-191-2/+2
|\ \ | |/ | | | | | | Merge from 3.3 Addresses Issue #18553: isatty is not Unix only.
| * Correcting the mistake in 14ba90816930Senthil Kumaran2013-09-191-2/+2
| | | | | | | | Addresses Issue #18553: isatty is not Unix only.
* | Merge #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+2
|\ \ | |/ | | | | | | Since we have fine grained import locks in 3.4, I moved the import to where it is actually needed.
| * Merge #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
| |\
| | * Merge #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
| | |\
| | | * #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
| | | |
* | | | Merge #19037: adjust file times *before* moving maildir files into place.R David Murray2013-09-182-5/+17
|\ \ \ \ | |/ / /
| * | | #19037: adjust file times *before* moving maildir files into place.R David Murray2013-09-182-5/+17
| | | | | | | | | | | | | | | | | | | | This avoids race conditions when other programs are monitoring the maildir directory. Patch by janzert.
* | | | Merge merge heads.R David Murray2013-09-180-0/+0
|\ \ \ \ | |/ / /
| * | | Merge heads.R David Murray2013-09-184-6/+61
| |\ \ \
* | \ \ \ Merge heads.R David Murray2013-09-184-6/+61
|\ \ \ \ \
| * \ \ \ \ Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-184-6/+61
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-184-6/+61
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-184-6/+61
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-184-6/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement.
* | | | | | - followup for issue #18997, make _clear_joined_ptr static.doko@ubuntu.com2013-09-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | - followup for issue #18997, make _clear_joined_ptr static.doko@ubuntu.com2013-09-181-1/+1
| |/ / /
* | | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-169-22/+48
|\ \ \ \ | |/ / / | | | | | | | | now detect Python source code encoding only in comment lines.
| * | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-169-22/+44
| | | | | | | | | | | | | | | | now detect Python source code encoding only in comment lines.
* | | | Issue #17003: Unified the size argument names in the io module with commonSerhiy Storchaka2013-09-163-107/+113
| | | | | | | | | | | | | | | | practice.
* | | | Issue #19029: Change non-existing since 3.0 StringType to str.Serhiy Storchaka2013-09-161-3/+3
|\ \ \ \ | |/ / /
| * | | Issue #19029: Change non-existing since 3.0 StringType to str.Serhiy Storchaka2013-09-161-3/+3
| | | |
* | | | One more markup fix.Georg Brandl2013-09-161-1/+1
| | | |
* | | | Close #18693: Enum is now more help() friendly.Ethan Furman2013-09-152-4/+25
| | | |
* | | | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ↵Andrew Kuchling2013-09-155-1/+62
| | | | | | | | | | | | | | | | by a traceback
* | | | Issue 18771: Make it possible to set the number linear probes at compile-time.Raymond Hettinger2013-09-152-7/+28
| | | |
* | | | Null merge of 3.3 into default.Tim Peters2013-09-150-0/+0
|\ \ \ \ | |/ / /
| * | | Null merge of 3.2 into 3.3.Tim Peters2013-09-150-0/+0
| |\ \ \ | | |/ /
| | * | Null merge of 3.1 into 3.2Tim Peters2013-09-150-0/+0
| | |\ \ | | | |/ | | | | | | | | Changeset c39f42f46a05 left a dangling head on 3.1.
| | | * Fix tkinter regression introduced by the security fix in #16248.Georg Brandl2013-09-141-1/+1
| | | |
* | | | Close #18989: enum members will no longer overwrite other attributes, nor be ↵Ethan Furman2013-09-153-26/+53
| | | | | | | | | | | | | | | | overwritten by them.