| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call | Serhiy Storchaka | 2013-09-20 | 1 | -0/+3 |
|
|
* | Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 | Serhiy Storchaka | 2013-09-20 | 1 | -0/+3 |
|
|
* | #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 |
| |\ |
|
| | * | #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 | 2 | -2/+2 |
|
|
| | * | merge headsv3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 1 | -1/+1 |
| | |\ |
|
| | | * | merge heads | Matthias Klose | 2012-03-14 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | - rename configure.in to configure.ac | Matthias Klose | 2012-03-14 | 1 | -1/+1 |
|
|
| | | * | | move the Misc/NEWS entry to the right section. | Gregory P. Smith | 2012-03-14 | 1 | -3/+3 |
|
|
| | * | | | bump to 3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 2 | -1/+6 |
| | | |/
| | |/| |
|
| * | | | 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 | 2 | -2/+2 |
|
|
* | | | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script | Serhiy Storchaka | 2013-09-16 | 1 | -0/+8 |
|
|
* | | | | Issue #19018: The heapq.merge() function no longer suppresses IndexError | Raymond Hettinger | 2013-09-15 | 2 | -0/+5 |
|
|
* | | | | Add Germán M. Bravo to Misc/ACKS | Eli Bendersky | 2013-09-13 | 1 | -0/+1 |
|
|
* | | | | 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 | 2 | -0/+5 |
|
|
* | | | | Issue #18988: The "Tab" key now works when a word is already autocompleted. | Serhiy Storchaka | 2013-09-11 | 1 | -0/+2 |
|
|
* | | | | Fix a typo. (closes #18953) | Serhiy Storchaka | 2013-09-08 | 1 | -1/+1 |
|
|
* | | | | Close #18952: correctly download test support data | Nick Coghlan | 2013-09-08 | 1 | -0/+4 |
|
|
* | | | | Issue #18849: Fixed a Windows-specific tempfile bug where collision with an | Eli Bendersky | 2013-09-06 | 2 | -0/+5 |
|
|
* | | | | 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 #18830: inspect.getclasstree() no more produces duplicated entries even | Serhiy Storchaka | 2013-09-05 | 1 | -0/+3 |
|
|
* | | | | Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast | Victor Stinner | 2013-09-04 | 1 | -0/+3 |
|
|
* | | | | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u... | Antoine Pitrou | 2013-09-04 | 1 | -0/+3 |
|
|
* | | | | Issue #16826: Revert fix while Windows issues are being worked out. | Meador Inge | 2013-09-04 | 1 | -2/+0 |
|
|
* | | | | Issue #16826: Don't check for PYTHONCASEOK when using -E. | Meador Inge | 2013-09-03 | 1 | -0/+2 |
|
|
* | | | | Issue #12037: Fix test_email for desktop Windows. | Terry Jan Reedy | 2013-08-31 | 1 | -0/+2 |
|
|
* | | | | Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. | Terry Jan Reedy | 2013-08-31 | 1 | -0/+2 |
|
|
* | | | | Issue #18418: After fork(), reinit all threads states, not only active ones. | Charles-François Natali | 2013-08-30 | 2 | -0/+4 |
|
|
* | | | | Fixes issue #15507: test_subprocess's test_send_signal could fail if the test | Gregory P. Smith | 2013-08-29 | 1 | -0/+5 |
|
|
* | | | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -0/+2 |
|
|
* | | | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -0/+3 |
|
|
* | | | | #18833: add a test for test_telnetlib. Patch by Alex Volkov. | Ezio Melotti | 2013-08-25 | 1 | -0/+1 |
|
|
* | | | | Issue #18817: Fix a resource warning in Lib/aifc.py demo. | Serhiy Storchaka | 2013-08-25 | 1 | -0/+2 |
|
|
* | | | | #16611: BaseCookie now parses 'secure' and 'httponly' flags. | R David Murray | 2013-08-25 | 1 | -0/+3 |
|
|
* | | | | Issue #11973: Fix a problem in kevent. The flags and fflags fields are now | Christian Heimes | 2013-08-25 | 1 | -0/+3 |
|
|
* | | | | Issue #18747: Fix spelling errors in my commit message and comments, | Christian Heimes | 2013-08-25 | 1 | -1/+1 |
|
|
* | | | | Close #17702: On error, os.environb now removes suppress the except context | Victor Stinner | 2013-08-23 | 1 | -0/+3 |
|
|
* | | | | NEW entry for issue #18755 | Brett Cannon | 2013-08-23 | 1 | -0/+3 |
|
|
* | | | | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. | Serhiy Storchaka | 2013-08-22 | 1 | -0/+2 |
|
|
* | | | | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj | Serhiy Storchaka | 2013-08-22 | 1 | -0/+3 |
|
|
* | | | | Issue #18747: Update Misc/NEWS to reflect the latest changeset. | Christian Heimes | 2013-08-22 | 1 | -1/+1 |
|
|