summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-274-11/+37
|\ | | | | | | Patch by Jeff McNeil.
| * merge #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-274-11/+37
| |\ | | | | | | | | | Patch by Jeff McNeil.
| | * #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-273-3/+12
| | | | | | | | | | | | Patch by Jeff McNeil.
* | | merge from 3.3Senthil Kumaran2012-10-271-3/+4
|\ \ \ | |/ /
| * | merge from 3.2Senthil Kumaran2012-10-271-3/+4
| |\ \ | | |/
| | * Automated merge with file:///home/vagrant/3.3Senthil Kumaran2012-10-271-3/+4
| | |\
| | | * Include mention of jenkins as an example framework for doing CISenthil Kumaran2012-10-271-3/+4
| | | |
* | | | merge #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-38/+44
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test.
| * | | merge #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-38/+44
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test.
| | * | #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-38/+46
| | |/ | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test.
* | | Merge 3.3Hynek Schlawack2012-10-274-1/+23
|\ \ \ | |/ /
| * | #16307: Fix multiprocessing.Pool.map_async not calling its callbacksHynek Schlawack2012-10-274-1/+23
| | | | | | | | | | | | Patch by Janne Karila.
* | | merge 3.3 and 3.2 changes related to 10836Senthil Kumaran2012-10-270-0/+0
|\ \ \ | |/ /
| * | Issue #16250: Fix URLError invocation with proper argsSenthil Kumaran2012-10-273-16/+51
| |\ \ | | |/
| | * Issue #16250: Fix URLError invocation with proper args.Senthil Kumaran2012-10-273-18/+52
| | |
* | | merge with 3.3Philip Jenvey2012-10-262-3/+6
|\ \ \ | |/ /
| * | merge with 3.2Philip Jenvey2012-10-262-3/+6
| |\ \ | | |/
| | * bounds check for bad data (thanks amaury)Philip Jenvey2012-10-262-3/+6
| | |
* | | Merge issue #16243: add example for inspect.formatargspecAndrew Svetlov2012-10-271-2/+9
|\ \ \ | |/ / | | | | | | Patch by Berker Peksag.
| * | Issue #16243: add example for inspect.formatargspecAndrew Svetlov2012-10-271-2/+9
| | | | | | | | | | | | Patch by Berker Peksag.
* | | Merge 3.3Petri Lehtinen2012-10-261-0/+1
|\ \ \ | |/ /
| * | Add Modules/_freeze_importlib to .gitignorePetri Lehtinen2012-10-261-0/+1
| | |
* | | Merge heads.Ezio Melotti2012-10-261-1/+1
|\ \ \
| * \ \ #16317: merge with 3.3.Ezio Melotti2012-10-261-1/+1
| |\ \ \ | | |/ /
| | * | #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.Ezio Melotti2012-10-261-1/+1
| | | |
* | | | remove obsolete hasattr() check for socket.sendallGiampaolo Rodola'2012-10-261-9/+1
|/ / /
* | | #16206: merge with 3.3.Ezio Melotti2012-10-261-6/+6
|\ \ \ | |/ /
| * | #16206: merge with 3.2.Ezio Melotti2012-10-261-6/+6
| |\ \ | | |/
| | * #16206: Improve examples about dict construction.Ezio Melotti2012-10-261-6/+6
| | |
* | | Merge from 3.3: fix formatting of syntax description of function definition.Chris Jerdonek2012-10-251-2/+1
|\ \ \ | |/ /
| * | Merge from 3.2: fix formatting of syntax description of function definition.Chris Jerdonek2012-10-251-2/+1
| |\ \ | | |/
| | * Fix formatting of syntax description of function definition.Chris Jerdonek2012-10-251-2/+1
| | |
* | | Issue #16305: Merge fix from 3.3.Mark Dickinson2012-10-252-4/+6
|\ \ \ | |/ /
| * | Issue #16305: Merge fix from 3.2.Mark Dickinson2012-10-252-4/+6
| |\ \ | | |/
| | * Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and ↵Mark Dickinson2012-10-252-4/+6
| | | | | | | | | | | | diagnosis.
* | | Update NEWS for issue #16241Andrew Svetlov2012-10-251-0/+3
|\ \ \ | |/ /
| * | Update NEWS for issue #16241Andrew Svetlov2012-10-251-0/+3
| | |
* | | #16210: merge with 3.3.Ezio Melotti2012-10-242-15/+12
|\ \ \ | |/ /
| * | #16210: merge with 3.2.Ezio Melotti2012-10-242-15/+12
| |\ \ | | |/
| | * #16210: combine the two type() docs. Patch by Pete Sevander.Ezio Melotti2012-10-242-15/+12
| | |
* | | make _PyParser_TokenNames constBenjamin Peterson2012-10-242-2/+2
| | |
* | | Merged fix of whitespace typo in Misc/NEWS from 3.3.Vinay Sajip2012-10-231-1/+1
|\ \ \ | |/ /
| * | Fixed whitespace typo in Misc/NEWS.Vinay Sajip2012-10-231-1/+1
| | |
* | | Closes #16116: Merged fix from 3.3.Vinay Sajip2012-10-232-0/+10
|\ \ \ | |/ /
| * | Issue #16116: Now uses corrected include and library paths when building C ↵Vinay Sajip2012-10-232-0/+10
| | | | | | | | | | | | extensions in a venv.
* | | Add Misc/NEWS entry for dd8b969d7459/#16245.Ezio Melotti2012-10-231-0/+3
| | |
* | | Fix the windows buildbot permission error - close the fd of tempfile beffore ↵Senthil Kumaran2012-10-231-6/+7
| | | | | | | | | | | | unlinking
* | | Fix issue16300: addressing the buildbot failures on windowsSenthil Kumaran2012-10-231-2/+1
| | |
* | | #16245: merge with 3.3.Ezio Melotti2012-10-232-12/+14
|\ \ \ | |/ /
| * | #16245: Fix the value of a few entities in html.entities.html5.Ezio Melotti2012-10-232-12/+14
| | |