| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #19037: adjust file times *before* moving maildir files into place. | R David Murray | 2013-09-18 | 1 | -0/+4 |
|\ |
|
| * | #19037: adjust file times *before* moving maildir files into place. | R David Murray | 2013-09-18 | 1 | -0/+4 |
|
|
* | | Merge #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-18 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Merge #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-18 | 1 | -0/+6 |
| |\ |
|
| | * | Merge #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-18 | 1 | -0/+6 |
| | |\ |
|
| | | * | #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-18 | 1 | -0/+6 |
|
|
| | | * | Issue #16248: Disable code execution from the user's home directory by tkinte... | Antoine Pitrou | 2012-12-09 | 1 | -0/+3 |
|
|
| | | * | after 3.1.5 | Benjamin Peterson | 2012-04-11 | 1 | -0/+12 |
|
|
| | | * | bump to 3.1.5 finalv3.1.5 | Benjamin Peterson | 2012-04-06 | 1 | -1/+1 |
|
|
| | | * | bump to 3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 1 | -0/+5 |
|
|
| | * | | Add a NEWS entry for b9b521efeba3. | Georg Brandl | 2013-09-14 | 1 | -0/+3 |
|
|
| | * | | Add NEWS entry for c18c18774e24. | Georg Brandl | 2013-09-14 | 1 | -0/+11 |
|
|
| | * | | Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic... | Antoine Pitrou | 2013-05-18 | 1 | -0/+3 |
|
|
| | * | | Bump to version 3.2.5.v3.2.5 | Georg Brandl | 2013-05-12 | 1 | -1/+1 |
|
|
* | | | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script | Serhiy Storchaka | 2013-09-16 | 1 | -0/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script | Serhiy Storchaka | 2013-09-16 | 1 | -0/+8 |
|
|
* | | | | Issue #17003: Unified the size argument names in the io module with common | Serhiy Storchaka | 2013-09-16 | 1 | -0/+6 |
|
|
* | | | | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ... | Andrew Kuchling | 2013-09-15 | 1 | -0/+5 |
|
|
* | | | | Expose --bind argument for http.server, enable http.server to bind to a user | Senthil Kumaran | 2013-09-15 | 1 | -0/+3 |
|
|
* | | | | merge | Raymond Hettinger | 2013-09-15 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #19018: The heapq.merge() function no longer suppresses IndexError | Raymond Hettinger | 2013-09-15 | 1 | -0/+3 |
|
|
* | | | | Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens... | Antoine Pitrou | 2013-09-14 | 1 | -0/+2 |
|
|
* | | | | Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. | Serhiy Storchaka | 2013-09-13 | 1 | -0/+2 |
|
|
* | | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+4 |
|
|
* | | | | Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, | Serhiy Storchaka | 2013-09-13 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, | Serhiy Storchaka | 2013-09-13 | 1 | -0/+4 |
|
|
* | | | | Issue #18988: The "Tab" key now works when a word is already autocompleted. | Serhiy Storchaka | 2013-09-11 | 1 | -0/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #18988: The "Tab" key now works when a word is already autocompleted. | Serhiy Storchaka | 2013-09-11 | 1 | -0/+2 |
|
|
* | | | | Merge. | Larry Hastings | 2013-09-09 | 1 | -4/+16 |
|\ \ \ \ |
|
| * \ \ \ | Fix a typo. (closes #18953) | Serhiy Storchaka | 2013-09-08 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix a typo. (closes #18953) | Serhiy Storchaka | 2013-09-08 | 1 | -1/+1 |
|
|
| * | | | | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the | Victor Stinner | 2013-09-08 | 1 | -0/+7 |
|
|
| * | | | | Merge #18952 fix from 3.3 | Nick Coghlan | 2013-09-08 | 1 | -0/+13 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Close #18952: correctly download test support data | Nick Coghlan | 2013-09-08 | 1 | -0/+4 |
|
|
| * | | | | Issue #18808: Thread.join() now waits for the underlying thread state to be d... | Antoine Pitrou | 2013-09-07 | 1 | -0/+4 |
|
|
* | | | | | Post-3.4.0a2-release fixups. | Larry Hastings | 2013-09-09 | 1 | -1/+13 |
|/ / / / |
|
* | | | | Issue #18458: Prevent crashes with newer versions of libedit. Its readline | Ned Deily | 2013-09-06 | 1 | -0/+3 |
|
|
* | | | | Issue #18623: Factor out the _SuppressCoreFiles context manager into test.sup... | Antoine Pitrou | 2013-09-06 | 1 | -0/+3 |
|
|
* | | | | #18852: Handle readline.__doc__ being None in site.py readline activation. | R David Murray | 2013-09-06 | 1 | -0/+3 |
|
|
* | | | | Issue #18920: argparse's default version action (for -v, --version) should | Eli Bendersky | 2013-09-06 | 1 | -0/+3 |
|
|
* | | | | Issue #18849: Fixed a Windows-specific tempfile bug where collision with an | Eli Bendersky | 2013-09-06 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #18849: Fixed a Windows-specific tempfile bug where collision with an | Eli Bendersky | 2013-09-06 | 1 | -0/+4 |
|
|
* | | | | Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+ | Ned Deily | 2013-09-06 | 1 | -0/+5 |
|
|
* | | | | Issue #1584: Provide options to override default search paths for Tcl and Tk | Ned Deily | 2013-09-06 | 1 | -0/+6 |
|
|
* | | | | Nerge 3.3 into default. | Tim Peters | 2013-09-06 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #18942: sys._debugmallocstats() output was damaged on Windows. | Tim Peters | 2013-09-06 | 1 | -0/+2 |
|
|
* | | | | Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in | Serhiy Storchaka | 2013-09-05 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in | Serhiy Storchaka | 2013-09-05 | 1 | -0/+3 |
|
|
* | | | | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write | Serhiy Storchaka | 2013-09-05 | 1 | -0/+6 |
|
|