summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Merge 3.4 (test_subprocess)Victor Stinner2015-03-051-6/+9
|\ \ \ \ | |/ / /
| * | | Issue #21619: Try to fix test_broken_pipe_cleanup()Victor Stinner2015-03-051-6/+9
* | | | Fix brownbag in issue 17911 commitRobert Collins2015-03-041-3/+2
* | | | Issue #17911: traceback module overhaulRobert Collins2015-03-047-157/+794
* | | | Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...Antoine Pitrou2015-03-042-20/+3
|\ \ \ \ | |/ / /
| * | | Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...Antoine Pitrou2015-03-042-20/+3
* | | | Issue #23285: Fix handling of EINTR in fileio.cVictor Stinner2015-03-041-28/+46
* | | | Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-042-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-042-0/+5
* | | | Issue #23563: Optimized utility functions in urllib.parse.Serhiy Storchaka2015-03-032-60/+30
* | | | Minor neatening-up. Make assignments in same order a struct fields. Line-up...Raymond Hettinger2015-03-031-12/+12
* | | | Switch the state variable to unsigned for defined wrap-around behavior.Raymond Hettinger2015-03-031-3/+3
* | | | Minor beautification. Move struct definitions to the top. Fix-up a comment.Raymond Hettinger2015-03-031-15/+15
* | | | Minor code beautification. Replace macro with in-lineable functions.Raymond Hettinger2015-03-031-20/+35
* | | | Beautify and better document the use of the size_t cast for bounds checking.Raymond Hettinger2015-03-031-6/+12
* | | | issue19075: add visual sorting algorithms to turtledemo; original code from J...Ethan Furman2015-03-023-0/+210
* | | | merge headsBenjamin Peterson2015-03-021-3/+0
|\ \ \ \
| * | | | Issue #21293: Remove unnecessary "capsule hack".Larry Hastings2015-03-021-3/+0
* | | | | merge 3.4 (null)Benjamin Peterson2015-03-020-0/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | merge 3.3 (#23362)Benjamin Peterson2015-03-021-1/+1
| |\ \ \
| | * | | use PyMem_NEW to detect overflow (closes #23362)Benjamin Peterson2015-03-021-1/+1