summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | merge 3.4Benjamin Peterson2015-02-251-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | remove unused importBenjamin Peterson2015-02-251-1/+0
* | | | | | Issue #23511: Port email-simple.py to Python 3.Berker Peksag2015-02-254-10/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #23511: Port email-simple.py to Python 3.Berker Peksag2015-02-254-10/+10
* | | | | | merge 3.4 (#23515)Benjamin Peterson2015-02-251-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fix merge_collapse to actually maintain the invariant it purports to (closes ...Benjamin Peterson2015-02-251-1/+2
* | | | | | Merge 3.4 (asyncio doc)Victor Stinner2015-02-258-166/+201
|\ \ \ \ \ \ | |/ / / / /
| * | | | | asyncio: add a note about (non) thread safety in each classVictor Stinner2015-02-256-0/+22
| * | | | | asyncio doc: begin with warnings on asyncio trapsVictor Stinner2015-02-251-0/+5
| * | | | | asyncio doc: move queues to a new pageVictor Stinner2015-02-253-166/+174
* | | | | | Merge with 3.4Georg Brandl2015-02-251-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove unsupported (in latex) character from the source.Georg Brandl2015-02-251-1/+1
* | | | | | Issue 23314: SuppressCrashReports now disables CRT assertionsSteve Dower2015-02-232-15/+44
* | | | | | Merge 3.4 (asyncio doc)Victor Stinner2015-02-231-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | asyncio doc: close explicitly event loopsVictor Stinner2015-02-231-0/+2
* | | | | | Issue #23499: Fix grammar error noticed by SilentGhostNed Deily2015-02-231-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #23499: Fix grammar error noticed by SilentGhostNed Deily2015-02-231-2/+2
* | | | | | Broke reference loops in tests added in issue #5700.Serhiy Storchaka2015-02-221-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Broke reference loops in tests added in issue #5700.Serhiy Storchaka2015-02-221-0/+3
* | | | | | Issue #23152: Move declarations back to posixmodule.c.Serhiy Storchaka2015-02-222-4/+6
* | | | | | Issue #23152: Move declaration into a header and exclude from stable API.Serhiy Storchaka2015-02-222-9/+6
* | | | | | Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-223-34/+40
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-223-34/+40
* | | | | | Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes...Steve Dower2015-02-212-26/+6
* | | | | | Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_statSteve Dower2015-02-212-5/+5
* | | | | | Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...Steve Dower2015-02-2112-180/+242
* | | | | | Null mergeSerhiy Storchaka2015-02-210-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-214-3/+61
* | | | | | Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2015-02-215-12/+92
* | | | | | Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-203-8/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-203-8/+22
* | | | | | Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-203-9/+65
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-203-9/+65
* | | | | | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encodingSerhiy Storchaka2015-02-203-9/+25
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encodingSerhiy Storchaka2015-02-203-9/+25
* | | | | | Issue #23490: Fixed possible crashes related to interoperability betweenSerhiy Storchaka2015-02-201-0/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #23490: Fixed possible crashes related to interoperability betweenSerhiy Storchaka2015-02-201-0/+9
* | | | | | Closes #23018: Replace copyright symbol with escape.Steve Dower2015-02-201-1/+1
* | | | | | Removes unused string resources from Windows installer.Steve Dower2015-02-201-2/+0
* | | | | | Issue #23422: Clarify some things around importlib.import_module()Brett Cannon2015-02-201-6/+13
* | | | | | Issue #22834: Fix a failing test under Solaris due to the platform notBrett Cannon2015-02-201-2/+8
* | | | | | Issue #23442: Rename two member names to stay backward compatibleBerker Peksag2015-02-202-4/+65
* | | | | | Regenerated Argument Clinic checksums.Serhiy Storchaka2015-02-204-7/+7
* | | | | | Improve struct cache locality by bring commonly accessed fields close together.Raymond Hettinger2015-02-201-1/+1
* | | | | | Issue #23439: Add missing entries to http.client.__all__.Berker Peksag2015-02-203-1/+24
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #23439: Add missing entries to http.client.__all__.Berker Peksag2015-02-203-1/+24
* | | | | | Null merge with 3.4Zachary Ware2015-02-200-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix typo pointed out on docs@ by Yaniv SayehZachary Ware2015-02-201-1/+1
* | | | | | Merge with 3.4Zachary Ware2015-02-201-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix a typo pointed out on docs@Zachary Ware2015-02-201-1/+1