summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-115-6/+7
|\
| * Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-115-6/+7
* | Close issue23467: add %r compatibility to bytes and bytearrayEthan Furman2015-03-113-1/+14
* | Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
|\ \ | |/
| * Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
* | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-106-52/+22
|\ \ | |/
| * Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-106-29/+22
* | Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+2
|\ \ | |/
| * Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+2
* | Adds note about installed debug binaries.Steve Dower2015-03-101-1/+1
* | Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are s...Steve Dower2015-03-101-1/+3
* | Merge 3.4 (asyncio)Victor Stinner2015-03-101-2/+5
|\ \ | |/
| * asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yetVictor Stinner2015-03-101-2/+5
* | Merge 3.4 (asyncio doc)Victor Stinner2015-03-101-4/+4
|\ \ | |/
| * asyncio doc: changes on the Queue API missed Python 3.4.3 releaseVictor Stinner2015-03-101-4/+4
* | Issue #23432: Remove duplicate content from SystemExit docs.Berker Peksag2015-03-101-13/+13
|\ \ | |/
| * Issue #23432: Remove duplicate content from SystemExit docs.Berker Peksag2015-03-101-13/+13
* | Merge 3.4 (os doc)Victor Stinner2015-03-101-2/+3
|\ \ | |/
| * Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last exampleVictor Stinner2015-03-101-2/+3
* | Issue #22524: Rephrase scandir addition in What's New in Python 3.5Victor Stinner2015-03-101-8/+18
* | Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().Victor Stinner2015-03-103-15/+45
* | Issue #23571: Oops, fix #ifdef assert()Victor Stinner2015-03-091-1/+1
* | Issue #23619: Ensure C variable is initialized before using it.Steve Dower2015-03-091-2/+1
* | merge 3.4Benjamin Peterson2015-03-091-5/+8
|\ \ | |/
| * fix up import styleBenjamin Peterson2015-03-091-5/+8
* | Merge.Larry Hastings2015-03-0911-12/+39
|\ \
| * \ Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
| |\ \ | | |/
| | * Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
| * | Issue #23612: Fixes upgrade code and version for Windows installer.Steve Dower2015-03-083-5/+5
| * | Minor updates to Windows installer upload script.Steve Dower2015-03-082-3/+4
| * | Issue #22980: Under Linux, C extensions now include bitness in the file name,Antoine Pitrou2015-03-084-2/+28
| * | merge 3.4 (#23608)Benjamin Peterson2015-03-081-1/+1
| |\ \ | | |/
| | * indicate correct version (closes #23608)Benjamin Peterson2015-03-081-1/+1
* | | Post-release changes for 3.5.0a2.Larry Hastings2015-03-092-2/+14
* | | Merge.Larry Hastings2015-03-080-0/+0
|\ \ \
| * \ \ Merge.Larry Hastings2015-02-084-2/+88
| |\ \ \
* | | | | Added tag v3.5.0a2 for changeset 0337bd7ebcb6Larry Hastings2015-03-081-0/+1
* | | | | Release bump for 3.5.0a2.v3.5.0a2Larry Hastings2015-03-085-8/+8
| |_|/ / |/| | |
* | | | Issue #21619: Cleaned up test_broken_pipe_cleanup.Serhiy Storchaka2015-03-081-10/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #21619: Cleaned up test_broken_pipe_cleanup.Serhiy Storchaka2015-03-081-10/+8
* | | | Suppress assert dialogs in test_osSteve Dower2015-03-081-10/+14
* | | | Suppress assert dialogs in test_cmd_line.Steve Dower2015-03-081-1/+2
* | | | Issue #23524: Change back to using Windows errors for _Py_fstat instead of th...Steve Dower2015-03-083-5/+13
* | | | Issue #22524: Fix os.scandir() for platforms which don't have a d_type field inVictor Stinner2015-03-084-11/+82
* | | | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()Victor Stinner2015-03-085-20/+1222
* | | | Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...Antoine Pitrou2015-03-071-10/+9
|\ \ \ \ | |/ / /
| * | | Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...Antoine Pitrou2015-03-071-10/+9
* | | | Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.Serhiy Storchaka2015-03-073-13/+21
* | | | merge 3.4Benjamin Peterson2015-03-072-4/+4
|\ \ \ \ | |/ / /
| * | | replace Amazon links in the documentation (closes #23579)Benjamin Peterson2015-03-072-4/+4