Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | null merge | Barry Warsaw | 2013-09-30 | 0 | -0/+0 |
|\ | |||||
| * | Fix typo in NEWS file. | Barry Warsaw | 2013-09-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except ↵ | Antoine Pitrou | 2013-09-30 | 3 | -7/+25 |
| | | | | | | | | | | | | when necessary. Patch by Oscar Benjamin. | ||||
* | | merge heads | Barry Warsaw | 2013-09-30 | 1 | -25/+30 |
|\ \ | |||||
| * | | Add a "skull and crossbones" to Py_AddPendingCall. | Antoine Pitrou | 2013-09-30 | 1 | -25/+30 |
| | | | |||||
* | | | null merge | Barry Warsaw | 2013-09-30 | 0 | -0/+0 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to | Barry Warsaw | 2013-09-30 | 3 | -7/+95 |
| | | | | | | | | | | prevent readline() calls from consuming too much member. Patch by Jyrki Pulliainen. | ||||
* | | Add fake buildbottouch target. | Martin v. Löwis | 2013-09-30 | 1 | -0/+3 |
| | | |||||
* | | Code improvement. Review comment by Eric V. Smith | Senthil Kumaran | 2013-09-30 | 1 | -1/+1 |
| | | |||||
* | | null merge | Barry Warsaw | 2013-09-29 | 0 | -0/+0 |
|\ \ | |||||
| * \ | null merge | Barry Warsaw | 2013-09-29 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more | Barry Warsaw | 2013-09-29 | 3 | -0/+17 |
| | | | | | | | | | | | | than 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
* | | | Properly initialize all fields of a SSL object after allocation. | Antoine Pitrou | 2013-09-29 | 2 | -0/+3 |
|/ / | |||||
* | | Issue #19112: avoid using function defined in method. | Richard Oudkerk | 2013-09-29 | 1 | -8/+9 |
| | | |||||
* | | remove duplicate method (closes #19127) | Benjamin Peterson | 2013-09-29 | 1 | -3/+0 |
| | | |||||
* | | condense two tests with the same name (closes #19114) | Benjamin Peterson | 2013-09-29 | 1 | -13/+12 |
| | | |||||
* | | move helper function into its test method (closes #19112) | Benjamin Peterson | 2013-09-29 | 1 | -7/+6 |
| | | |||||
* | | Issue #4366: Fix building extensions on all platforms when --enable-shared ↵ | Antoine Pitrou | 2013-09-28 | 2 | -5/+6 |
| | | | | | | | | is used. | ||||
* | | fix duplicate test names (closes #19115) | Benjamin Peterson | 2013-09-28 | 1 | -5/+5 |
| | | | | | | | | Patch by Xavier de Gaye. | ||||
* | | Issue #18950: Fix miscellaneous bugs in the sunau module. | Serhiy Storchaka | 2013-09-28 | 2 | -5/+26 |
| | | | | | | | | | | | | | | Au_read.readframes() now updates current file position and reads correct number of frames from multichannel stream. Au_write.writeframesraw() now correctly updates current file position. Au_read and Au_write now correctly work with file object if start file position is not a zero. | ||||
* | | null merge | Barry Warsaw | 2013-09-25 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Barry Warsaw | 2013-09-25 | 3 | -4/+37 |
| | | | | | | | | | | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. with test fixes by Serhiy Storchaka. | ||||
* | | null merge | Barry Warsaw | 2013-09-22 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to | Barry Warsaw | 2013-09-22 | 3 | -1/+26 |
| | | | | | | | | limit line length. Patch by Emil Lind. | ||||
* | | Closes #19043: remove detailed listing of versions from license files | Georg Brandl | 2013-09-22 | 2 | -75/+2 |
| | | | | | | | | | | | | Since all versions since 2.2 are under the same licensing terms, this saves the release manager from touching the two files for every new minor release. | ||||
* | | Closes #19061: make shelve security warning consistent between 2.x and 3.x. | Georg Brandl | 2013-09-22 | 1 | -3/+5 |
| | | |||||
* | | This check can still fail on RHEL6 | Nick Coghlan | 2013-09-22 | 1 | -3/+3 |
| | | |||||
* | | Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3 | Serhiy Storchaka | 2013-09-20 | 4 | -3/+8 |
| | | | | | | | | and older binaries. | ||||
* | | Merge #14984: only import pwd on POSIX. | R David Murray | 2013-09-18 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | #14984: only import pwd on POSIX. | R David Murray | 2013-09-18 | 1 | -1/+3 |
| | | |||||
* | | #19037: adjust file times *before* moving maildir files into place. | R David Murray | 2013-09-18 | 2 | -5/+17 |
| | | | | | | | | | | This avoids race conditions when other programs are monitoring the maildir directory. Patch by janzert. | ||||
* | | Merge: Add versionchanged for #14984, remove extra blank from string. | R David Murray | 2013-09-18 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | Add versionchanged for #14984, remove extra blank from string. | R David Murray | 2013-09-18 | 2 | -1/+3 |
| | | |||||
* | | Remove the use of non-existing re.ASCII. | Serhiy Storchaka | 2013-09-17 | 3 | -3/+3 |
| | | | | | | | | (fixes a regression in 3d46ef0c62c5, issue #18873) | ||||
* | | Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python | Serhiy Storchaka | 2013-09-16 | 6 | -14/+26 |
| | | | | | | | | source code encoding only in comment lines. | ||||
* | | Merge #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-16 | 4 | -6/+59 |
|\ \ | |/ | |||||
| * | #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-16 | 4 | -2/+56 |
| | | | | | | | | | | | | | | | | Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement. | ||||
* | | Close #18945: Add tests for tempfile name collision handling. | Eli Bendersky | 2013-09-15 | 1 | -22/+65 |
| | | | | | | | | Patch by Vlad Shcherbina | ||||
* | | Null merge with 2.6 | Andrew Kuchling | 2013-09-15 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | #16042: CVE-2013-1752: Limit amount of data read by limiting the call to ↵ | Andrew Kuchling | 2013-09-15 | 3 | -5/+42 |
| | | | | | | | | | | | | | | | | | | | | readline(). The SSLFakeFile.readline() method needs to support limiting readline() as well. It's not a full emulation of readline()'s signature, but this class is only used by smtplib's code, so it doesn't have to be. Modified version of original patch by Christian Heimes. | ||||
* | | Issue #19018: The heapq.merge() function no longer suppresses IndexError | Raymond Hettinger | 2013-09-15 | 4 | -5/+24 |
| | | |||||
* | | #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). | Ezio Melotti | 2013-09-13 | 1 | -1/+1 |
| | | |||||
* | | Fix markup in email.parser docs. | Ezio Melotti | 2013-09-13 | 1 | -2/+2 |
| | | |||||
* | | #18951: use consistent names in unittest docs. | Ezio Melotti | 2013-09-13 | 1 | -4/+4 |
| | | |||||
* | | Fix SimpleHTTPServer's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 3 | -0/+10 |
| | | | | | | | | Patch contributed by Vajrasky Kok. Addresses Issue #17324 | ||||
* | | Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, | Serhiy Storchaka | 2013-09-13 | 3 | -0/+7 |
| | | | | | | | | | | if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. | ||||
* | | Automated merge with file:///Users/skumaran/python/cpython | Senthil Kumaran | 2013-09-12 | 1 | -0/+2 |
|\ \ | |||||
| * | | Improve the docstring of random.shuffle. Inform users not to provide int arg. | Senthil Kumaran | 2013-09-12 | 1 | -0/+2 |
| | | | | | | | | | | | | Addresses issue #14927 | ||||
* | | | Issue #18988: The "Tab" key now works when a word is already autocompleted. | Serhiy Storchaka | 2013-09-11 | 3 | -7/+7 |
|/ / | |||||
* | | Clarify mmap.close method behavior. Addresses issue #18815 | Senthil Kumaran | 2013-09-10 | 1 | -2/+3 |
| | | | | | | | | Patch contributed by Anoop Thomas Mathew. |