Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". | Mark Dickinson | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Merge from 3.3 | Nick Coghlan | 2012-10-20 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo in example (pointed out by a couple of people, most recently Ken Rimey) | Nick Coghlan | 2012-10-20 | 1 | -1/+1 |
| | | |||||
* | | Propagate dummy merge from 3.3 | Nick Coghlan | 2012-10-20 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | 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 |
| | | | |||||
* | | | Merge wrong escape removal with 3.3. | Ezio Melotti | 2012-10-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Remove wrong escape in code snippet. | Ezio Melotti | 2012-10-19 | 1 | -1/+1 |
| | | | |||||
* | | | Propagate dummy merge from 3.3 | Nick Coghlan | 2012-10-19 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | | |||||
* | | | Propagate dummy merge from 3.3 | Nick Coghlan | 2012-10-19 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | | |||||
* | | | Merge from 3.3 | Nick Coghlan | 2012-10-19 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove unused import | Nick Coghlan | 2012-10-19 | 1 | -1/+0 |
| | | | |||||
* | | | Merge fix from #6074 from 3.3 | Nick Coghlan | 2012-10-19 | 4 | -1925/+1990 |
|\ \ \ | |/ / | |||||
| * | | Issue #6074: Apply an appropriate fix for importlib based imports | Nick Coghlan | 2012-10-19 | 4 | -1933/+1998 |
| | | | |||||
* | | | Propagate dummy merge from 3.3 | Nick Coghlan | 2012-10-19 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Dummy merge from 3.2, as that approach to resolving #6074 is not applicable ↵ | Nick Coghlan | 2012-10-19 | 0 | -0/+0 |
| |\ \ | | |/ | | | | | | | to importlib | ||||
| | * | Issue #6074: Forward port Windows read-only source file fix from 2.7 | Nick Coghlan | 2012-10-19 | 3 | -5/+60 |
| | | | |||||
| | * | Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵ | Giampaolo Rodola' | 2012-10-19 | 2 | -6/+3 |
| | | | | | | | | | | | | using a context manager. | ||||
| * | | Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵ | Giampaolo Rodola' | 2012-10-19 | 2 | -6/+3 |
| | | | | | | | | | | | | using a context manager. | ||||
* | | | Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵ | Giampaolo Rodola' | 2012-10-19 | 2 | -6/+3 |
| | | | | | | | | | | | | using a context manager. | ||||
* | | | Merge with 3.3 | Georg Brandl | 2012-10-19 | 1 | -318/+0 |
|\ \ \ | |/ / | |||||
| * | | Fix merging mistake. | Georg Brandl | 2012-10-19 | 1 | -318/+0 |
| | | | |||||
* | | | Issue #16226: Fix IDLE Path Browser crash. | Ned Deily | 2012-10-19 | 2 | -1/+8 |
|\ \ \ | |/ / | | | | | | | (Patch by Roger Serwy) | ||||
| * | | Issue #16226: Fix IDLE Path Browser crash. | Ned Deily | 2012-10-19 | 2 | -1/+8 |
| | | | | | | | | | | | | (Patch by Roger Serwy) | ||||
* | | | Issue 16280: Drop questionable special-casing of null pointer in ↵ | Mark Dickinson | 2012-10-18 | 1 | -6/+0 |
| | | | | | | | | | | | | PyLong_FromVoidPtr. | ||||
* | | | Followup to issue #15958: add join.h to Makefile dependencies for byte strings | Antoine Pitrou | 2012-10-18 | 1 | -0/+1 |
| | | | | | | | | | | | | (thanks Serhiy). | ||||
* | | | Issue #16277: merge fix from 3.3 | Mark Dickinson | 2012-10-18 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Issue #16277: merge fix from 3.2 | Mark Dickinson | 2012-10-18 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= ↵ | Mark Dickinson | 2012-10-18 | 1 | -0/+8 |
| | | | | | | | | | | | | sizeof(long). | ||||
* | | | Merge from 3.3: clarify universal-newline wording in tutorial (issue #16266). | Chris Jerdonek | 2012-10-18 | 1 | -3/+4 |
|\ \ \ | |/ / | | | | | | | This also null merges from a previous commit. | ||||
| * | | Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266). | Chris Jerdonek | 2012-10-18 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | Clarify universal-newline wording in tutorial (issue #16266). | Chris Jerdonek | 2012-10-18 | 1 | -3/+4 |
| | | | |||||
| * | | Merge heads. | Trent Nelson | 2012-10-17 | 5 | -4/+327 |
| |\ \ | |||||
* | \ \ | Merge heads. | Trent Nelson | 2012-10-17 | 19 | -112/+4504 |
|\ \ \ \ | |||||
| * | | | | Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified | Christian Heimes | 2012-10-17 | 15 | -108/+79 |
| | | | | | | | | | | | | | | | | | | | | endianess detection and handling. | ||||
| * | | | | merge heads | Andrew Svetlov | 2012-10-17 | 1 | -0/+4416 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | merge heads | Andrew Svetlov | 2012-10-17 | 1 | -0/+318 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | null merge | Andrew Svetlov | 2012-10-17 | 2 | -2/+5 |
| | | |\ \ | |||||
| | * | \ \ | null merge | Andrew Svetlov | 2012-10-17 | 2 | -2/+5 |
| | |\ \ \ \ | |||||
| * | \ \ \ \ | null merge | Andrew Svetlov | 2012-10-17 | 2 | -2/+5 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 2 | -2/+5 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | Patch by Todd Rovito. | ||||
| | | * | | | | | Merge issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 2 | -2/+5 |
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | | Patch by Todd Rovito. | ||||
| | | | * | | | | Issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Todd Rovito. | ||||
| * | | | | | | | Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. | Antoine Pitrou | 2012-10-17 | 2 | -1/+3 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | | | |_|/ / / | | |/| | | | | |||||
| | * | | | | | Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. | Antoine Pitrou | 2012-10-17 | 2 | -1/+3 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| | | |||||
| | | * | | | Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. | Antoine Pitrou | 2012-10-17 | 2 | -1/+3 |
| | | |/ / |