summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
|\
| * Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
* | Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-283-0/+37
|\ \ | |/
| * Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-283-0/+37
* | Remove a workaround for fixed issue #20355.Antoine Pitrou2014-04-281-2/+0
* | Issue #20355: -W command line options now have higher priority than the PYTHO...Antoine Pitrou2014-04-283-3/+35
* | Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.Ned Deily2014-04-281-0/+2
* | Issue #21312: Update the thread_foobar.h template file to include newer threa...Antoine Pitrou2014-04-283-3/+64
* | Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string...Antoine Pitrou2014-04-285-16/+126
* | Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-283-3/+33
|\ \ | |/
| * Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-283-3/+33
* | Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrappe...Guido van Rossum2014-04-274-2/+16
|\ \ | |/
| * asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-274-2/+16
* | Merge 3.4 -> default: asyncio: Be careful accessing instance variables in __d...Guido van Rossum2014-04-271-1/+3
|\ \ | |/
| * asyncio: Be careful accessing instance variables in __del__ (closes #21340).Guido van Rossum2014-04-271-1/+3
* | Backed out changeset: 4b97092aa4bdTim Golden2014-04-271-3/+0
* | Backed out changeset: 17df50df62c7Tim Golden2014-04-275-208/+36
* | Issue #18314 Add NEWS item.Tim Golden2014-04-271-0/+3
* | Issue #18314 os.unlink will now remove junction points on Windows. Patch by K...Tim Golden2014-04-275-36/+208
* | Merge: #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
|\ \ | |/
| * #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
* | merge 3.4 (#19385)Benjamin Peterson2014-04-263-4/+40
|\ \ | |/
| * make operations on closed dumb databases raise a consistent exception (closes...Benjamin Peterson2014-04-263-4/+40
* | merge 3.4 (#21355)Benjamin Peterson2014-04-261-1/+1
|\ \ | |/
| * shallow defaults to 'True' not '1' (closes #21355)Benjamin Peterson2014-04-261-1/+1
* | Issue #21207: Detect when the os.urandom cached fd has been closed or replace...Antoine Pitrou2014-04-263-10/+85
|\ \ | |/
| * Issue #21207: Detect when the os.urandom cached fd has been closed or replace...Antoine Pitrou2014-04-263-10/+85
* | Merge from 3.4Andrew Kuchling2014-04-251-4/+4
|\ \ | |/
| * #21225: copy docstrings from base classesAndrew Kuchling2014-04-251-4/+4
* | sprinkle some _PyId goodness around moduleobject.cBenjamin Peterson2014-04-241-9/+19
* | do not override errors from descriptors on modulesBenjamin Peterson2014-04-242-10/+17
* | Issue8297: module attribute lookup failures now include module name in error ...Ethan Furman2014-04-245-9/+52
* | Closes #21346: Merge with 3.4Zachary Ware2014-04-241-1/+1
|\ \ | |/
| * Issue #21346: Fix typo, make message consistent in test_itertools.Zachary Ware2014-04-241-1/+1
* | update os.sendfile() doc signaling that cross-platform apps should not use he...Giampaolo Rodola'2014-04-241-0/+3
* | Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms.Zachary Ware2014-04-231-2/+2
* | Fix compiler warning on WindowsZachary Ware2014-04-231-1/+1
* | Null mergeZachary Ware2014-04-230-0/+0
|\ \ | |/
| * "Escape" a character in the middle of "warning"Zachary Ware2014-04-231-8/+8
* | "Escape" a character in the middle of "warning"Zachary Ware2014-04-231-8/+8
* | fix the test on windows which has different return codes from killedGregory P. Smith2014-04-231-5/+10
|\ \ | |/
| * fix the test on windows which has different return codes from killedGregory P. Smith2014-04-231-5/+10
* | Merge from 3.4Zachary Ware2014-04-231-1/+1
|\ \ | |/
| * Prevent Sphinx error on whatsnew/changelogZachary Ware2014-04-231-1/+1
* | Add implementation notesRaymond Hettinger2014-04-231-1/+32
* | subprocess's Popen.wait() is now thread safe so that multiple threadsGregory P. Smith2014-04-233-10/+92
|\ \ | |/
| * subprocess's Popen.wait() is now thread safe so that multiple threadsGregory P. Smith2014-04-233-10/+92
* | merge 3.4 (#21330)Benjamin Peterson2014-04-231-1/+1
|\ \ | |/
| * fix off-by-one error (closes #21330)Benjamin Peterson2014-04-231-1/+1
* | Issue #21127: Path objects can now be instantiated from str subclass instance...Antoine Pitrou2014-04-224-2/+36
|\ \ | |/