Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
| | | |/ / | ||||||
| * | | | | Merge issue #16265: Fix collapsing of code sample in tutorial. | Andrew Svetlov | 2012-10-17 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | Thanks to Yongzhi Pan from docs@ | |||||
| | * | | | Merge issue #16265: Fix collapsing of code sample in tutorial. | Andrew Svetlov | 2012-10-17 | 1 | -1/+1 | |
| | |\ \ \ | | | |/ / | | | | | | | | | | | Thanks to Yongzhi Pan from docs@ | |||||
| | | * | | Issue #16265: Fix collapsing of code sample in tutorial. | Andrew Svetlov | 2012-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Thanks to Yongzhi Pan from docs@ | |||||
* | | | | | Merge issue #15298. | Trent Nelson | 2012-10-17 | 1 | -12/+17 | |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | Issue #15298: refactor previous fix from 66959d419369. | Trent Nelson | 2012-10-17 | 1 | -12/+17 | |
| |/ / | ||||||
* | | | test_logging.py: where needed use unittest's assertGreater, assertLesser, ↵ | Giampaolo Rodola' | 2012-10-17 | 1 | -8/+8 | |
| | | | | | | | | | | | | assertIs rather than assertTrue (also in order to debug issue 16264) | |||||
* | | | Issue #16257: make test_create_connection() handle ENETUNREACH. | Trent Nelson | 2012-10-17 | 1 | -1/+20 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #16257: make test_create_connection() handle ENETUNREACH. | Trent Nelson | 2012-10-17 | 1 | -1/+20 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16257: make test_create_connection() handle ENETUNREACH. | Trent Nelson | 2012-10-17 | 1 | -1/+20 | |
| | | | ||||||
* | | | Issue #15819: use standard autoconf preset output variables. | Trent Nelson | 2012-10-17 | 3 | -8/+4 | |
|\ \ \ | |/ / | | | | | | | Reported by: Roumen Petrov | |||||
| * | | Issue #15819: use standard autoconf preset output variables. | Trent Nelson | 2012-10-17 | 3 | -8/+4 | |
| |\ \ | | |/ | | | | | | | Reported by: Roumen Petrov | |||||
| | * | Issue #15819: use standard autoconf preset output variables. | Trent Nelson | 2012-10-17 | 3 | -8/+4 | |
| | | | | | | | | | | | | Reported by: Roumen Petrov | |||||
* | | | Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. | Trent Nelson | 2012-10-17 | 1 | -6/+19 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. | Trent Nelson | 2012-10-17 | 1 | -6/+19 | |
| | | | | | | | | | | | | Reported by: Ned Deily. | |||||
* | | | merge for issue #16160: Subclass support now works for types.SimpleNamespace. | Eric Snow | 2012-10-17 | 3 | -12/+23 | |
|\ \ \ | |/ / | ||||||
| * | | Close #16160: Subclass support now works for types.SimpleNamespace. Thanks ↵ | Eric Snow | 2012-10-17 | 3 | -12/+23 | |
| | | | | | | | | | | | | to RDM for noticing. | |||||
* | | | Merge: A couple more whatsnew updates. | R David Murray | 2012-10-17 | 2 | -1/+15 | |
|\ \ \ | |/ / | ||||||
| * | | A couple more whatsnew updates. | R David Murray | 2012-10-17 | 2 | -1/+15 | |
| | | | ||||||
* | | | Merge for issue #15744: add tests for the writelines() method of file objects. | Antoine Pitrou | 2012-10-16 | 2 | -1/+68 | |
|\ \ \ | |/ / | ||||||
| * | | Merge for issue #15744: add tests for the writelines() method of file objects. | Antoine Pitrou | 2012-10-16 | 2 | -1/+68 | |
| |\ \ | | |/ | ||||||
| | * | Also add tests for TextIOWrapper.writelines() (issue #15744). | Antoine Pitrou | 2012-10-16 | 1 | -0/+22 | |
| | | | ||||||
| | * | Add tests for the writelines() method of file objects. | Antoine Pitrou | 2012-10-16 | 2 | -1/+46 | |
| | | | | | | | | | | | | Original patch by Felipe Cruz. | |||||
* | | | Reformat _tkinter code to follow PEP7 | Andrew Svetlov | 2012-10-16 | 1 | -56/+72 | |
| | | |