summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* merge for issue #18755Brett Cannon2013-08-232-2/+16
|\
| * Issue #18755: Allow imp.load_*() loaders to have get_data() calledBrett Cannon2013-08-232-2/+14
* | Make test for semaphore tracker capture and check the debug output.Richard Oudkerk2013-08-221-7/+7
* | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-222-6/+6
|\ \ | |/
| * Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-222-6/+6
* | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_ObjSerhiy Storchaka2013-08-221-0/+4
|\ \ | |/
| * Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_ObjSerhiy Storchaka2013-08-221-0/+4
* | Stop making fork server have copy of semaphore_tracker_fd.Richard Oudkerk2013-08-225-24/+29
* | Issue #18762: Fix EBADF error when using forkserver.Richard Oudkerk2013-08-221-30/+25
* | Merge #18324: set_payload now correctly handles binary input.R David Murray2013-08-223-16/+42
|\ \ | |/
| * #18324: set_payload now correctly handles binary input.R David Murray2013-08-223-16/+42
| * Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-215-15/+17
* | Cleanup test_builtinVictor Stinner2013-08-211-12/+4
* | Use new new stat.S_ISDOOR() function, instead of hardcoded maskVictor Stinner2013-08-211-1/+2
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-215-14/+17
* | Close #18794: Add a fileno() method and a closed attribute to select.devpollVictor Stinner2013-08-213-0/+72
* | Merge headsSerhiy Storchaka2013-08-212-2/+19
|\ \
| * | Issue #18762: Print debug info on failure to create new forkserver process.Richard Oudkerk2013-08-212-2/+19
* | | Issue #17119: Fixed integer overflows when processing large strings and tuplesSerhiy Storchaka2013-08-211-1/+15
|\ \ \ | |/ / |/| / | |/
| * Issue #17119: Fixed integer overflows when processing large strings and tuplesSerhiy Storchaka2013-08-211-1/+15
* | Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.Christian Heimes2013-08-211-0/+32
|\ \ | |/
| * Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.Christian Heimes2013-08-211-0/+32
* | Fix rev85282, add missing import of subprocess moduleChristian Heimes2013-08-201-0/+1
* | Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-2/+40
|\ \ | |/
| * Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-2/+40
* | Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...Antoine Pitrou2013-08-191-5/+3
* | Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-192-2/+10
|\ \ | |/
| * Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-192-2/+10
* | Issue #18647: A regular expression in the doctest module rewritten so thatSerhiy Storchaka2013-08-191-1/+1
|\ \ | |/
| * Issue #18647: A regular expression in the doctest module rewritten so thatSerhiy Storchaka2013-08-191-1/+1
* | Issue #18647: Correctly bound calculated min/max width of a subexpression.Serhiy Storchaka2013-08-191-4/+4
|\ \ | |/
| * Issue #18647: Correctly bound calculated min/max width of a subexpression.Serhiy Storchaka2013-08-191-4/+4
* | Merge with 3.3Terry Jan Reedy2013-08-191-25/+37
|\ \ | |/
| * Issue #18489: idlelib.SearchEngine - add docstringsTerry Jan Reedy2013-08-191-25/+37
* | Merge with 3.3Terry Jan Reedy2013-08-181-1/+1
|\ \ | |/
| * Issue #18592: whitespaceTerry Jan Reedy2013-08-181-1/+1
* | Merge with 3.3Terry Jan Reedy2013-08-181-0/+17
|\ \ | |/
| * Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).Terry Jan Reedy2013-08-181-0/+17
* | Make test_wakeup_write_error more robustAntoine Pitrou2013-08-171-0/+10
* | Issue #16105: When a signal handler fails to write to the file descriptor reg...Antoine Pitrou2013-08-171-0/+41
* | #18466: merge with 3.3.Ezio Melotti2013-08-176-6/+6
|\ \ | |/
| * #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-176-6/+6
* | #18741: merge with 3.3.Ezio Melotti2013-08-1722-36/+38
|\ \ | |/
| * #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-1722-36/+38
* | #18705: merge with 3.3.Ezio Melotti2013-08-1726-49/+49
|\ \ | |/
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-1725-44/+44
* | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesChristian Heimes2013-08-162-0/+119
|\ \ | |/
| * mergeChristian Heimes2013-08-163-3/+62
| |\
| * | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesChristian Heimes2013-08-162-0/+119
* | | Issue #16463: Fix a transient test_timeout failure.Charles-François Natali2013-08-161-3/+16
|\ \ \ | | |/ | |/|