Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #16250: Fix URLError invocation with proper args | Senthil Kumaran | 2012-10-27 | 3 | -16/+51 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #16250: Fix URLError invocation with proper args. | Senthil Kumaran | 2012-10-27 | 3 | -18/+52 | |
| | | | ||||||
* | | | merge with 3.2 | Philip Jenvey | 2012-10-27 | 2 | -3/+6 | |
|\ \ \ | |/ / | ||||||
| * | | bounds check for bad data (thanks amaury) | Philip Jenvey | 2012-10-27 | 2 | -3/+6 | |
| | | | ||||||
* | | | Issue #16243: add example for inspect.formatargspec | Andrew Svetlov | 2012-10-26 | 1 | -2/+9 | |
| | | | | | | | | | | | | Patch by Berker Peksag. | |||||
* | | | Add Modules/_freeze_importlib to .gitignore | Petri Lehtinen | 2012-10-26 | 1 | -0/+1 | |
| | | | ||||||
* | | | #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-10-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | #16206: merge with 3.2. | Ezio Melotti | 2012-10-26 | 1 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | #16206: Improve examples about dict construction. | Ezio Melotti | 2012-10-26 | 1 | -6/+6 | |
| | | | ||||||
* | | | Merge from 3.2: fix formatting of syntax description of function definition. | Chris Jerdonek | 2012-10-26 | 1 | -2/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fix formatting of syntax description of function definition. | Chris Jerdonek | 2012-10-26 | 1 | -2/+1 | |
| | | | ||||||
* | | | Issue #16305: Merge fix from 3.2. | Mark Dickinson | 2012-10-25 | 2 | -4/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and ↵ | Mark Dickinson | 2012-10-25 | 2 | -4/+6 | |
| | | | | | | | | | | | | diagnosis. | |||||
* | | | Update NEWS for issue #16241 | Andrew Svetlov | 2012-10-25 | 1 | -0/+3 | |
| | | | ||||||
* | | | #16210: merge with 3.2. | Ezio Melotti | 2012-10-24 | 2 | -15/+12 | |
|\ \ \ | |/ / | ||||||
| * | | #16210: combine the two type() docs. Patch by Pete Sevander. | Ezio Melotti | 2012-10-24 | 2 | -15/+12 | |
| | | | ||||||
* | | | Fixed whitespace typo in Misc/NEWS. | Vinay Sajip | 2012-10-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #16116: Now uses corrected include and library paths when building C ↵ | Vinay Sajip | 2012-10-23 | 2 | -0/+10 | |
| | | | | | | | | | | | | extensions in a venv. | |||||
* | | | #16245: Fix the value of a few entities in html.entities.html5. | Ezio Melotti | 2012-10-23 | 2 | -12/+14 | |
| | | | ||||||
* | | | Replace tabs with spaces in posixmodule.c | Petri Lehtinen | 2012-10-23 | 1 | -6/+6 | |
| | | | ||||||
* | | | Issue #16241: document -X faulthandler command line option. | Andrew Svetlov | 2012-10-23 | 2 | -1/+3 | |
| | | | | | | | | | | | | Patch by Marek Šuppa. | |||||
* | | | Reorder html.entities.html5 entities to make updates easier. Patch by ↵ | Ezio Melotti | 2012-10-23 | 1 | -109/+109 | |
| | | | | | | | | | | | | Iuliia Proskurnia. | |||||
* | | | Issue #15853: merge 3.2 -> 3.3 | Ned Deily | 2012-10-22 | 2 | -4/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu | Ned Deily | 2012-10-22 | 2 | -4/+6 | |
| | | | | | | | | | | | | with certain versions of Tk 8.5. Initial patch by Kevin Walzer. | |||||
* | | | Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library. | Kristjan Valur Jonsson | 2012-10-22 | 1 | -8/+8 | |
| | | | ||||||
* | | | MERGE: Closes #16294: 8 space indent in tutorial | Jesus Cea | 2012-10-22 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Closes #16294: 8 space indent in tutorial | Jesus Cea | 2012-10-22 | 1 | -2/+2 | |
| | | | ||||||
* | | | - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. | Matthias Klose | 2012-10-21 | 5 | -25/+31 | |
|\ \ \ | |/ / | ||||||
| * | | - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. | Matthias Klose | 2012-10-21 | 4 | -24/+31 | |
| | | | ||||||
* | | | Merge #14398: Fix size truncation and overflow bugs in bz2 module. | Nadeem Vawda | 2012-10-21 | 2 | -9/+26 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #14398: Fix size truncation and overflow bugs in bz2 module. | Nadeem Vawda | 2012-10-21 | 4 | -153/+217 | |
| | | | ||||||
* | | | Issue #16220: wsgiref now always calls close() on an iterable response. | Antoine Pitrou | 2012-10-21 | 4 | -93/+29 | |
|\ \ \ | |/ / | | | | | | | Patch by Brent Tubbs. | |||||
| * | | Fix whacky spacking in test_wsgiref | Antoine Pitrou | 2012-10-21 | 1 | -57/+0 | |
| | | | ||||||
| * | | Issue #16220: wsgiref now always calls close() on an iterable response. | Antoine Pitrou | 2012-10-21 | 4 | -36/+29 | |
| | | | | | | | | | | | | Patch by Brent Tubbs. | |||||
* | | | Fix PEP name. | Ezio Melotti | 2012-10-21 | 1 | -3/+3 | |
| | | | ||||||
* | | | Fix typo. | Ezio Melotti | 2012-10-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix indentation (or Sphinx will think these are attributes of ConnectionError). | Ezio Melotti | 2012-10-21 | 1 | -19/+20 | |
| | | | ||||||
* | | | Issue #10405: merge from 3.2 | Ned Deily | 2012-10-20 | 2 | -13/+51 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #10405: Document IDLE context menus in Standard Library document | Ned Deily | 2012-10-20 | 2 | -13/+51 | |
| | | | | | | | | | | | | | | | | | | and IDLE Help file. (Thanks to Nick ODell and Todd Rovito for suggestions.) Update Debug menu options in docs to match current code plus various other minor IDLE doc and help edits. | |||||
* | | | Fix punctuation. | Ezio Melotti | 2012-10-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | Move note about the implementation in the "seealso". | Ezio Melotti | 2012-10-20 | 1 | -3/+1 | |
| | | | ||||||
* | | | Fix typo in example (pointed out by a couple of people, most recently Ken Rimey) | Nick Coghlan | 2012-10-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Dummy merge from 3.2 | Nick Coghlan | 2012-10-20 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Fix compilation on Windows | Nick Coghlan | 2012-10-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove wrong escape in code snippet. | Ezio Melotti | 2012-10-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Dummy merge from 3.2 | Nick Coghlan | 2012-10-19 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Fix broken test and replace redundant generator with a tuple | Nick Coghlan | 2012-10-19 | 1 | -9/+13 | |
| | | | ||||||
* | | | Dummy merge from 3.2 | Nick Coghlan | 2012-10-19 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #6074: Actually delete the source file in the test as intended | Nick Coghlan | 2012-10-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove unused import | Nick Coghlan | 2012-10-19 | 1 | -1/+0 | |
| | | |