- 61d28d6 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
- ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
- 5e60857 merge with 3.2 by Sandro Tosi · 13 years ago
- b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 13 years ago
- 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
- deec756 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
- 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
- b1d44db Issue #12042: merge with 3.2 by Sandro Tosi · 13 years ago
- f576747 Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 13 years ago
- 5021428 Issue #11984: merge with 3.2 by Sandro Tosi · 13 years ago
- ba232df Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 13 years ago
- 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
- dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
- fa26c42 Closes #13699: merged fix from 3.2. by Vinay Sajip · 13 years ago
- cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
- 412d0f2 merge with 3.2 by Sandro Tosi · 13 years ago
- 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
- f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 13 years ago
- d710d14 convince regrtest.py we aren't modifying _CONFIG_VARS by Benjamin Peterson · 13 years ago
- a599489 Corrected typo in install docs by Jason R. Coombs · 13 years ago
- 2549f87 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
- 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
- 239a042 merge from 3.2 by Senthil Kumaran · 13 years ago
- 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
- 606e19d Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int by Victor Stinner · 13 years ago
- 8f746d8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
- b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
- 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 13 years ago
- 332503d merge 3.2 by Benjamin Peterson · 13 years ago
- a12d5c6 fix formatting by Benjamin Peterson · 13 years ago
- 199808b merge 3.2 by Benjamin Peterson · 13 years ago
- d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago
- c095956 merge 3.2 by Benjamin Peterson · 13 years ago
- a8d7037 merge 3.1 by Benjamin Peterson · 13 years ago
- b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
- f3ac50b Merge by Antoine Pitrou · 13 years ago
- 4f616af Merge by Antoine Pitrou · 13 years ago
- 72aeec3 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
- 9b5626d merge with 3.2 by Sandro Tosi · 13 years ago
- 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
- 753b79c Issue #6031: improve serve_forever() description by Sandro Tosi · 13 years ago
- 5c91242 merge with 3.2 by Sandro Tosi · 13 years ago
- ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 13 years ago
- 74c503b use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented by Eli Bendersky · 13 years ago
- c041ab6 Mock the rename failure a bit better by Antoine Pitrou · 13 years ago
- 5e458f5 also decref the right thing by Benjamin Peterson · 13 years ago
- 4c13a4a ready the correct string by Benjamin Peterson · 13 years ago
- 02ffa08 merge heads by Benjamin Peterson · 13 years ago
- 22a2970 fix some possible refleaks from PyUnicode_READY error conditions by Benjamin Peterson · 13 years ago
- 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
- 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
- dc9dd0d Add note on memory usage to LZMACompressor doc. by Nadeem Vawda · 13 years ago
- 9ca3ffa == -1 is convention by Benjamin Peterson · 13 years ago
- e157cf1 make switch more robust by Benjamin Peterson · 13 years ago
- 9912b39 merge with 3.2 by Sandro Tosi · 13 years ago
- 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
- a56ee04 Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai by Sandro Tosi · 13 years ago
- 35e0275 merge with 3.2 by Sandro Tosi · 13 years ago
- bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
- 245537a merge with 3.2 by Sandro Tosi · 13 years ago
- da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 13 years ago
- bc25dcf merge with 3.2 by Sandro Tosi · 13 years ago
- b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
- 49890c0 merge 3.2 by Ned Deily · 13 years ago
- 4391173 Update copyright dates in Mac plists. by Ned Deily · 13 years ago
- a174577 merge 3.2 by Benjamin Peterson · 13 years ago
- c40d362a merge heads by Benjamin Peterson · 13 years ago
- f606e68 add another year to glorious PSF IP by Benjamin Peterson · 13 years ago
- 8df168c merge with 3.2 by Sandro Tosi · 13 years ago
- 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
- eb90caa fix Exemples/Examples typo; thanks to Ori Livneh from docs@ by Sandro Tosi · 13 years ago
- ca6b7a1 Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
- d08effe Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
- 4032802 merge 3.2 by Benjamin Peterson · 13 years ago
- a6c4a10 indicate msg is an argument by Benjamin Peterson · 13 years ago
- 5e8767c Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
- 7c9907e Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
- 88cb2ca merge 3.2 by Benjamin Peterson · 13 years ago
- 79ed84c use booleans by Benjamin Peterson · 13 years ago
- f51d36a evidently some buildbots don't have python 3 installed by Benjamin Peterson · 13 years ago
- 9b9c708 merge heads by Benjamin Peterson · 13 years ago
- 3ab8588 run AST toolchain on python3 by Benjamin Peterson · 13 years ago
- 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
- d2f1db5 merge heads by Benjamin Peterson · 13 years ago
- 2199227 fix weird indentation by Benjamin Peterson · 13 years ago
- bbb0803 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 13 years ago
- 70069fc don't fail if CLOEXEC doesn't exist by Benjamin Peterson · 13 years ago
- 83251c1 try to always use the old API by Benjamin Peterson · 13 years ago
- 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 13 years ago
- a5f6f2a merge 3.2 by Benjamin Peterson · 13 years ago
- 0e61350 propgate error in other conditions by Benjamin Peterson · 13 years ago
- 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 13 years ago
- e7437a7 Ported some test cases from 2.7 for #11638 by Jason R. Coombs · 13 years ago
- 1e66f56 merge with 3.2 by Georg Brandl · 13 years ago
- 1532c8f I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 13 years ago
- 54af1ba merge with 3.2 by Sandro Tosi · 13 years ago
- 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 13 years ago
- 2d0e48b merge with 3.2 by Sandro Tosi · 13 years ago
- 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
- e837b46 merge with 3.2 by Sandro Tosi · 13 years ago