Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Serhiy Storchaka | 2013-10-20 | 1 | -0/+4 |
| | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. | ||||
* | Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. | Antoine Pitrou | 2013-10-19 | 1 | -0/+3 |
| | | | | Patch by David Edelsohn. | ||||
* | Issue #19279: UTF-7 decoder no more produces illegal strings. | Serhiy Storchaka | 2013-10-19 | 1 | -0/+2 |
| | |||||
* | Remove redundant empty lines. | Serhiy Storchaka | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Issue #19276: Fixed the wave module on 64-bit big-endian platforms. | Serhiy Storchaka | 2013-10-17 | 1 | -0/+2 |
| | |||||
* | Issue #14407: Fix unittest test discovery in test_concurrent_futures. | Antoine Pitrou | 2013-10-15 | 1 | -0/+2 |
| | |||||
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -0/+2 |
| | |||||
* | Issue #18776: atexit callbacks now display their full traceback when they ↵ | Antoine Pitrou | 2013-10-13 | 1 | -0/+3 |
| | | | | raise an exception. | ||||
* | Merge heads | Serhiy Storchaka | 2013-10-13 | 1 | -0/+3 |
|\ | |||||
| * | Issue #18919: Unified and extended tests for audio modules: aifc, sunau and | Serhiy Storchaka | 2013-10-13 | 1 | -0/+3 |
| | | | | | | | | wave. | ||||
* | | Issue #17827: Document codecs.encode and codecs.decode | Nick Coghlan | 2013-10-13 | 1 | -0/+3 |
|/ | |||||
* | Issue #18458: Prevent crashes with newer versions of libedit. Its readline | Ned Deily | 2013-10-12 | 1 | -0/+4 |
| | | | | | emulation has changed from 0-based indexing to 1-based like gnu readline. Original patch by Ronald Oussoren. | ||||
* | Issue #18919: If the close() method of a writer in the sunau or wave module | Serhiy Storchaka | 2013-10-12 | 1 | -0/+4 |
| | | | | | failed, second invocation of close() and destructor no more raise an exception. | ||||
* | Issue #19131: The aifc module now correctly reads and writes sampwidth of | Serhiy Storchaka | 2013-10-12 | 1 | -0/+3 |
| | | | | compressed streams. | ||||
* | Repair format of NEWS entry. | Tim Peters | 2013-10-09 | 1 | -1/+2 |
| | |||||
* | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. | Tim Peters | 2013-10-09 | 1 | -0/+2 |
| | |||||
* | Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at ↵ | Antoine Pitrou | 2013-10-07 | 1 | -0/+3 |
| | | | | least one place so as to avoid regressions. | ||||
* | Closes #1215: document better why it is not a good idea to catch e.g. ↵ | Georg Brandl | 2013-10-06 | 1 | -0/+1 |
| | | | | | | SIGSEGV and refer to faulthandler. Patch by Martin Pool. | ||||
* | [issue19152] Revert 832579dbafd6. | Eric Snow | 2013-10-03 | 1 | -2/+0 |
| | |||||
* | Fix typo. | Eric Snow | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | [issue19152] Add ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-03 | 1 | -0/+2 |
| | |||||
* | [issue19151] Fix docstring and use of _get_suppported_file_loaders() to ↵ | Eric Snow | 2013-10-03 | 1 | -0/+3 |
| | | | | reflect 2-tuples. | ||||
* | Issue #19014: memoryview.cast() is now allowed on zero-length views. | Antoine Pitrou | 2013-10-03 | 1 | -0/+2 |
| | |||||
* | Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. | Serhiy Storchaka | 2013-10-03 | 1 | -0/+2 |
| | |||||
* | Issue #19137: The pprint module now correctly formats instances of set and | Serhiy Storchaka | 2013-10-02 | 1 | -0/+3 |
| | | | | frozenset subclasses. | ||||
* | Issue #18594: Fix the fallback path in collections.Counter(). | Raymond Hettinger | 2013-10-02 | 1 | -1/+2 |
| | |||||
* | Close #19092: ExitStack now reraises exceptions from __exit__ | Nick Coghlan | 2013-10-01 | 2 | -1/+5 |
| | | | | Report and patch by Hrvoje Nikšić | ||||
* | Issue #18594: Fix the fast path for collections.Counter(). | Raymond Hettinger | 2013-10-01 | 1 | -0/+3 |
| | | | | The path wasn't being taken due to an over-restrictive type check. | ||||
* | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except ↵ | Antoine Pitrou | 2013-09-30 | 2 | -0/+4 |
| | | | | | | when necessary. Patch by Oscar Benjamin. | ||||
* | Properly initialize all fields of a SSL object after allocation. | Antoine Pitrou | 2013-09-29 | 1 | -0/+2 |
| | |||||
* | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 | Christian Heimes | 2013-09-29 | 1 | -0/+2 |
| | |||||
* | Issue #4366: Fix building extensions on all platforms when --enable-shared ↵ | Antoine Pitrou | 2013-09-28 | 1 | -0/+3 |
| | | | | is used. | ||||
* | Issue #18950: Fix miscellaneous bugs in the sunau module. | Serhiy Storchaka | 2013-09-28 | 1 | -0/+7 |
| | | | | | | | | 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.getnframes() now returns an integer (as in Python 2). Au_read and Au_write now correctly works with file object if start file position is not a zero. | ||||
* | Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty | Serhiy Storchaka | 2013-09-27 | 1 | -0/+3 |
| | | | | bytes until end of data. | ||||
* | fix my absurd spelling | Benjamin Peterson | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | don't scale compiler stack frames if the recursion limit is huge (closes #19098) | Benjamin Peterson | 2013-09-27 | 1 | -0/+3 |
| | |||||
* | Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. | Serhiy Storchaka | 2013-09-23 | 1 | -0/+2 |
| | |||||
* | Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call | Serhiy Storchaka | 2013-09-20 | 1 | -0/+3 |
| | | | | returned empty string. | ||||
* | Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 | Serhiy Storchaka | 2013-09-20 | 1 | -0/+3 |
| | | | | binaries. | ||||
* | #19037: adjust file times *before* moving maildir files into place. | R David Murray | 2013-09-18 | 1 | -0/+4 |
| | | | | | This avoids race conditions when other programs are monitoring the maildir directory. Patch by janzert. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | Issue #16248: Disable code execution from the user's home directory by ↵ | Antoine Pitrou | 2012-12-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware. | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | | | | | | - change references from configure.in to configure.ac | ||||
| | | * | | move the Misc/NEWS entry to the right section. | Gregory P. Smith | 2012-03-14 | 1 | -3/+3 |
| | | | | |