summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-123-20/+25
* Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-5/+7
* LOL - 2.7 requires very different code. Annoying ;-)Tim Peters2013-10-091-4/+4
* Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-092-3/+22
* Issue #18037: Do not escape '\u' and '\U' in raw strings.Serhiy Storchaka2013-10-082-3/+2
* Issue 14927: Minor clean-up of function parameters in random().Raymond Hettinger2013-10-061-20/+19
* #19166: use an unused var in a test. Patch by Vajrasky Kok.Ezio Melotti2013-10-051-1/+3
* Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-032-7/+62
* Issue #19137: The pprint module now correctly formats empty set and frozensetSerhiy Storchaka2013-10-022-39/+88
* 2.6 mergeBarry Warsaw2013-10-011-1/+1
|\
| * Typo caught by : Arfrever Frehtes Taifersar Arahesis.Barry Warsaw2013-10-011-1/+1
| * Bump to 2.6.9rc1Barry Warsaw2013-10-012-2/+2
| * Regenerate pydoc_topics.pyBarry Warsaw2013-10-011-1/+1
* | - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-302-1/+75
|\ \ | |/
| * - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-302-1/+75
| * - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-302-1/+84
| * - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when moreBarry Warsaw2013-09-292-0/+14
| * - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read byBarry Warsaw2013-09-252-4/+33
| * - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module toBarry Warsaw2013-09-222-1/+23
* | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-7/+21
* | Code improvement. Review comment by Eric V. SmithSenthil Kumaran2013-09-301-1/+1
* | Issue #19112: avoid using function defined in method.Richard Oudkerk2013-09-291-8/+9
* | remove duplicate method (closes #19127)Benjamin Peterson2013-09-291-3/+0
* | condense two tests with the same name (closes #19114)Benjamin Peterson2013-09-291-13/+12
* | move helper function into its test method (closes #19112)Benjamin Peterson2013-09-291-7/+6
* | Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-5/+3
* | fix duplicate test names (closes #19115)Benjamin Peterson2013-09-281-5/+5
* | Issue #18950: Fix miscellaneous bugs in the sunau module.Serhiy Storchaka2013-09-281-5/+20
* | This check can still fail on RHEL6Nick Coghlan2013-09-221-3/+3
* | Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3Serhiy Storchaka2013-09-203-3/+5
* | 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
* | #19037: adjust file times *before* moving maildir files into place.R David Murray2013-09-181-5/+13
* | Merge: Add versionchanged for #14984, remove extra blank from string.R David Murray2013-09-181-1/+1
|\ \ | |/
| * Add versionchanged for #14984, remove extra blank from string.R David Murray2013-09-181-1/+1
* | Remove the use of non-existing re.ASCII.Serhiy Storchaka2013-09-172-2/+2
* | Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect PythonSerhiy Storchaka2013-09-164-11/+17
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-162-6/+47
|\ \ | |/
| * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-162-2/+44
| * #16042: CVE-2013-1752: Limit amount of data read by limiting the call to read...Andrew Kuchling2013-09-152-4/+38
| * Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VER...Christian Heimes2013-09-031-15/+6
| * Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
| * - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesBarry Warsaw2013-08-233-32/+146
| * Fix UnboundLocalError regression due to previous incorrect fix forBarry Warsaw2013-08-211-1/+1
| * - Issue #16248: Disable code execution from the user's home directory byBarry Warsaw2013-02-201-1/+3
| * Bump to 2.6.8v2.6.8Barry Warsaw2012-04-102-2/+2
| * update docsBarry Warsaw2012-04-101-1/+1
| * Bump to 2.6.8rc2v2.6.8rc2Barry Warsaw2012-03-172-2/+2
| * Update Docs and NEWS for 2.6.8rc2.Barry Warsaw2012-03-171-1/+1
| * Bump to version 2.6.8rc1.Barry Warsaw2012-02-233-5/+5