Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual ↵ | Steve Dower | 2015-02-26 | 4 | -4/+73 |
| | | | | environments (patch by Paul Moore) | ||||
* | Silenced minor GCC warnings. | Serhiy Storchaka | 2015-02-26 | 4 | -3/+18 |
| | |||||
* | Issue #15955: Add an option to limit the output size in bz2.decompress(). | Antoine Pitrou | 2015-02-26 | 5 | -78/+360 |
| | | | | Patch by Nikolaus Rath. | ||||
* | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-26 | 1 | -3/+11 |
|\ | |||||
| * | asyncio doc: lock classes are not thread safe | Victor Stinner | 2015-02-26 | 1 | -3/+11 |
| | | |||||
* | | Back-out wcstok deprecation suppression and updates calls to use wcstok_s. | Steve Dower | 2015-02-26 | 3 | -7/+8 |
| | | |||||
* | | Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. | Steve Dower | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-02-25 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | remove unused import | Benjamin Peterson | 2015-02-25 | 1 | -1/+0 |
| | | |||||
* | | Issue #23511: Port email-simple.py to Python 3. | Berker Peksag | 2015-02-25 | 4 | -10/+10 |
|\ \ | |/ | | | | | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon. | ||||
| * | Issue #23511: Port email-simple.py to Python 3. | Berker Peksag | 2015-02-25 | 4 | -10/+10 |
| | | | | | | | | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon. | ||||
* | | merge 3.4 (#23515) | Benjamin Peterson | 2015-02-25 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | fix merge_collapse to actually maintain the invariant it purports to (closes ↵ | Benjamin Peterson | 2015-02-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | #23515) See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case" | ||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-25 | 8 | -166/+201 |
|\ \ | |/ | |||||
| * | asyncio: add a note about (non) thread safety in each class | Victor Stinner | 2015-02-25 | 6 | -0/+22 |
| | | |||||
| * | asyncio doc: begin with warnings on asyncio traps | Victor Stinner | 2015-02-25 | 1 | -0/+5 |
| | | |||||
| * | asyncio doc: move queues to a new page | Victor Stinner | 2015-02-25 | 3 | -166/+174 |
| | | |||||
* | | Merge with 3.4 | Georg Brandl | 2015-02-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove unsupported (in latex) character from the source. | Georg Brandl | 2015-02-25 | 1 | -1/+1 |
| | | |||||
* | | Issue 23314: SuppressCrashReports now disables CRT assertions | Steve Dower | 2015-02-23 | 2 | -15/+44 |
| | | | | | | | | SuppressCrashReports should be used in test subprocesses that test invalid conditions. | ||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-23 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | asyncio doc: close explicitly event loops | Victor Stinner | 2015-02-23 | 1 | -0/+2 |
| | | |||||
* | | Issue #23499: Fix grammar error noticed by SilentGhost | Ned Deily | 2015-02-23 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #23499: Fix grammar error noticed by SilentGhost | Ned Deily | 2015-02-23 | 1 | -2/+2 |
| | | |||||
* | | Broke reference loops in tests added in issue #5700. | Serhiy Storchaka | 2015-02-22 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Broke reference loops in tests added in issue #5700. | Serhiy Storchaka | 2015-02-22 | 1 | -0/+3 |
| | | |||||
* | | Issue #23152: Move declarations back to posixmodule.c. | Serhiy Storchaka | 2015-02-22 | 2 | -4/+6 |
| | | | | | | | | | | | | | | Declarations of Windows-specific auxilary functions need Windows types from windows.h. Instead of including windows.h in Python.h and making it available to all Windows users, it is simpler and safer just move declarations to the single file that needs them. | ||||
* | | Issue #23152: Move declaration into a header and exclude from stable API. | Serhiy Storchaka | 2015-02-22 | 2 | -9/+6 |
| | | |||||
* | | Issue #6639: Module-level turtle functions no longer raise TclError after | Serhiy Storchaka | 2015-02-22 | 3 | -34/+40 |
|\ \ | |/ | | | | | closing the window. | ||||
| * | Issue #6639: Module-level turtle functions no longer raise TclError after | Serhiy Storchaka | 2015-02-22 | 3 | -34/+40 |
| | | | | | | | | closing the window. | ||||
* | | Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, ↵ | Steve Dower | 2015-02-21 | 2 | -26/+6 |
| | | | | | | | | removes unused struct win32_stat and return value | ||||
* | | Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat | Steve Dower | 2015-02-21 | 2 | -5/+5 |
| | | |||||
* | | Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on ↵ | Steve Dower | 2015-02-21 | 12 | -180/+242 |
| | | | | | | | | | | | | Windows. fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer. | ||||
* | | Null merge | Serhiy Storchaka | 2015-02-21 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 4 | -3/+61 |
| | | | | | | | | | | conditional group references are used in lookbehind assertions in regular expressions. | ||||
* | | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2015-02-21 | 5 | -12/+92 |
| | | | | | | | | work in lookbehind assertions in regular expressions. | ||||
* | | Issue #23215: Multibyte codecs with custom error handlers that ignores errors | Serhiy Storchaka | 2015-02-20 | 3 | -8/+22 |
|\ \ | |/ | | | | | | | consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo. | ||||
| * | Issue #23215: Multibyte codecs with custom error handlers that ignores errors | Serhiy Storchaka | 2015-02-20 | 3 | -8/+22 |
| | | | | | | | | | | consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo. | ||||
* | | Issue #5700: io.FileIO() called flush() after closing the file. | Serhiy Storchaka | 2015-02-20 | 3 | -9/+65 |
|\ \ | |/ | | | | | flush() was not called in close() if closefd=False. | ||||
| * | Issue #5700: io.FileIO() called flush() after closing the file. | Serhiy Storchaka | 2015-02-20 | 3 | -9/+65 |
| | | | | | | | | flush() was not called in close() if closefd=False. | ||||
* | | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding | Serhiy Storchaka | 2015-02-20 | 3 | -9/+25 |
|\ \ | |/ | | | | | differs from file system encoding (e.g. on Mac OS). | ||||
| * | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding | Serhiy Storchaka | 2015-02-20 | 3 | -9/+25 |
| | | | | | | | | differs from file system encoding (e.g. on Mac OS). | ||||
* | | Issue #23490: Fixed possible crashes related to interoperability between | Serhiy Storchaka | 2015-02-20 | 1 | -0/+9 |
|\ \ | |/ | | | | | old-style and new API for string with 2**30-1 characters. | ||||
| * | Issue #23490: Fixed possible crashes related to interoperability between | Serhiy Storchaka | 2015-02-20 | 1 | -0/+9 |
| | | | | | | | | old-style and new API for string with 2**30-1 characters. | ||||
* | | Closes #23018: Replace copyright symbol with escape. | Steve Dower | 2015-02-20 | 1 | -1/+1 |
| | | |||||
* | | Removes unused string resources from Windows installer. | Steve Dower | 2015-02-20 | 1 | -2/+0 |
| | | |||||
* | | Issue #23422: Clarify some things around importlib.import_module() | Brett Cannon | 2015-02-20 | 1 | -6/+13 |
| | | |||||
* | | Issue #22834: Fix a failing test under Solaris due to the platform not | Brett Cannon | 2015-02-20 | 1 | -2/+8 |
| | | | | | | | | | | | | allowing the deletion of the cwd. Thanks to Martin Panter for the initial fix. | ||||
* | | Issue #23442: Rename two member names to stay backward compatible | Berker Peksag | 2015-02-20 | 2 | -4/+65 |
| | | | | | | | | | | | | with the constants in http.client. Initial patch by Demian Brecht. | ||||
* | | Regenerated Argument Clinic checksums. | Serhiy Storchaka | 2015-02-20 | 4 | -7/+7 |
| | |