summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #18833: add a test for test_telnetlib. Patch by Alex Volkov.Ezio Melotti2013-08-252-0/+9
* Null merge of 2.6 into 2.7.Tim Peters2013-08-250-0/+0
|\
| * Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
* | Merge.Charles-François Natali2013-08-251-4/+5
|\ \
| * | Issue #18763: subprocess: The file descriptors are now closed after calling theCharles-François Natali2013-08-251-4/+5
* | | Issue #18817: Fix a resource warning in Lib/aifc.py demo.Serhiy Storchaka2013-08-252-19/+25
* | | Issue #11973: Fix a problem in kevent. The flags and fflags fields are nowChristian Heimes2013-08-252-1/+4
* | | Fix testChristian Heimes2013-08-251-1/+1
* | | Issue #18747: Fix spelling errors in my commit message and comments,Christian Heimes2013-08-252-3/+3
* | | Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
|/ /
* | Various clarifications based on feedback & questions over the years.Tim Peters2013-08-241-19/+96
* | Issue #18756: make test_urandom_failure more robust by executing its code in ...Antoine Pitrou2013-08-241-10/+20
* | Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-235-51/+65
* | #18798: fix typo in test_fcntl. Patch by Vajrasky Kok.Ezio Melotti2013-08-231-1/+1
* | null merge with 2.6Barry Warsaw2013-08-230-0/+0
|\ \ | |/
| * - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesBarry Warsaw2013-08-235-35/+216
* | Add line explaining the "%sort" test.Tim Peters2013-08-221-0/+1
* | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-223-6/+8
* | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_ObjSerhiy Storchaka2013-08-223-12/+60
* | Issue #18747: Update Misc/NEWS to reflect the latest changeset.Christian Heimes2013-08-221-1/+1
* | Issue #18747: Use a parent atfork handler instead of a child atfork handler.Christian Heimes2013-08-221-12/+9
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-215-9/+17
* | Issue #17119: Fixed integer overflows when processing large Unicode stringsSerhiy Storchaka2013-08-213-11/+52
* | Issue #15233: Python now guarantees that callables registered with the atexitCharles-François Natali2013-08-212-7/+11
* | mergeChristian Heimes2013-08-210-0/+0
|\ \
| * \ Null merge.Barry Warsaw2013-08-210-0/+0
| |\ \ | | |/
| | * Fix UnboundLocalError regression due to previous incorrect fix forBarry Warsaw2013-08-211-1/+1
* | | Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.Christian Heimes2013-08-215-0/+91
|/ /
* | Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-204-2/+57
* | Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"Serhiy Storchaka2013-08-204-2/+9
* | 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: Correctly bound calculated min/max width of a subexpression.Serhiy Storchaka2013-08-191-5/+5
* | Issue #18777: The ssl module now uses the new CRYPTO_THREADID API ofChristian Heimes2013-08-192-1/+20
* | Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-199-144/+193
* | Issue #18489: idlelib.SearchEngine - add docstringsTerry Jan Reedy2013-08-191-25/+37
* | Issue #18592: whitespaceTerry Jan Reedy2013-08-181-1/+1
* | Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).Terry Jan Reedy2013-08-181-0/+17
* | add missing #Christian Heimes2013-08-181-1/+1
* | Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.Christian Heimes2013-08-172-1/+3
* | Issue #18768: coding style nitpick. Thanks to Vajrasky KokChristian Heimes2013-08-171-1/+1
* | #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-1712-13/+13
* | #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-1716-24/+26
* | merge 2.7Christian Heimes2013-08-1726-102/+112
|\ \
| * | #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-1722-33/+34
| * | Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-164-69/+78
* | | Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...Christian Heimes2013-08-172-1/+3
|/ /
* | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesChristian Heimes2013-08-164-8/+183
* | test_execvpe_with_bad_arglist shouldn't be in URandomTestsAntoine Pitrou2013-08-161-0/+5
* | Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-163-2/+28