summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,Serhiy Storchaka2015-03-073-49/+97
* | | | Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() nowVictor Stinner2015-03-067-96/+125
* | | | Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower2015-03-069-112/+160
* | | | Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
|\ \ \ \ | |/ / /
| * | | Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
* | | | merge 3.4Benjamin Peterson2015-03-061-5/+0
|\ \ \ \ | |/ / /
| * | | remove redundant testBenjamin Peterson2015-03-061-5/+0
* | | | merge 3.4 (#23590)Benjamin Peterson2015-03-062-0/+7
|\ \ \ \ | |/ / /
| * | | fix potential refleak in PyFloat_AsDouble (closes #23590)Benjamin Peterson2015-03-062-0/+7
* | | | Issue #17911: Tweak traceback documentation.Berker Peksag2015-03-061-71/+95
* | | | Issue #23593: fix Misc/NEWS entriesNed Deily2015-03-061-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #23593: fix Misc/NEWS entriesNed Deily2015-03-061-1/+1
* | | | Issue #23594: merge 3.4Ned Deily2015-03-063-14/+20
|\ \ \ \ | |/ / /
| * | | Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.Ned Deily2015-03-063-14/+20
* | | | Issue #22936: Allow showing local variables in unittest errors.Robert Collins2015-03-069-32/+118
* | | | Fix regression introduced by changeset 7c6e3358221a that caused compileNed Deily2015-03-051-2/+2
* | | | unittest: Trivial typo fix.Robert Collins2015-03-051-1/+1
* | | | Fixed GCC version testing.Serhiy Storchaka2015-03-051-2/+2
* | | | Fix "GCC diagnostic" in socketmodule.cVictor Stinner2015-03-051-2/+2
* | | | Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-054-34/+112
* | | | Add scripts for uploading Windows builds to a Linux server using pscpSteve Dower2015-03-053-0/+108
* | | | merge 3.4Benjamin Peterson2015-03-052-3/+3
|\ \ \ \ | |/ / /
| * | | use _import_symbols to import VERIFY_* constantsBenjamin Peterson2015-03-051-2/+1
| * | | adjust test_crl_check for trusted first being defaultBenjamin Peterson2015-03-051-1/+2
* | | | merge 3.4Benjamin Peterson2015-03-053-5/+18
|\ \ \ \ | |/ / /
| * | | expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-053-5/+18
* | | | merge 3.4 (#23476)Benjamin Peterson2015-03-052-0/+12
|\ \ \ \ | |/ / /
| * | | enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)Benjamin Peterson2015-03-052-0/+12
* | | | Remaining fallout from 17911Robert Collins2015-03-053-28/+17