Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #16618: Make glob.glob match consistently across strings and bytes | Hynek Schlawack | 2012-12-27 | 3 | -30/+59 |
|\ | | | | | | | | | | | Fixes handling of leading dots. Patch by Serhiy Storchaka. | ||||
| * | #16618: Make glob.glob match consistently across strings and bytes | Hynek Schlawack | 2012-12-27 | 3 | -29/+58 |
| | | | | | | | | | | | | Fixes handling of leading dots. Patch by Serhiy Storchaka. | ||||
* | | fix test for subprocess (#16644) | Andrew Svetlov | 2012-12-26 | 1 | -4/+1 |
|\ \ | |/ | |||||
| * | fix test for subprocess (#16644) | Andrew Svetlov | 2012-12-26 | 1 | -2/+1 |
| | | |||||
* | | MERGE: Closes #16789: :meth:`quit` links to constants instead of own module | Jesus Cea | 2012-12-26 | 3 | -6/+7 |
|\ \ | |/ | |||||
| * | Closes #16789: :meth:`quit` links to constants instead of own module | Jesus Cea | 2012-12-26 | 3 | -6/+7 |
| | | |||||
* | | Merge with 3.2 : | Kristján Valur Jónsson | 2012-12-26 | 2 | -3/+8 |
|\ \ | |/ | | | | | Issue #14574: Ignore socket errors raised when flushing a connection on close. | ||||
| * | Issue #14574: Ignore socket errors raised when flushing a connection on close. | Kristján Valur Jónsson | 2012-12-25 | 2 | -3/+8 |
| | | |||||
* | | Issue #16702: Skip proxies for localhost in urllib2_localnet tests | Senthil Kumaran | 2012-12-26 | 2 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #16702: Skip proxies for localhost in urllib2_localnet tests | Senthil Kumaran | 2012-12-26 | 2 | -0/+5 |
| | | |||||
* | | Null merge. | Chris Jerdonek | 2012-12-25 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix Sphinx warning (missing "setting-envvars" reference). | Chris Jerdonek | 2012-12-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | This fixes the following warning when building the docs (probably from the commit for issue #14901): "/Doc/faq/windows.rst:138: WARNING: undefined label: setting-envvars (if the link has no caption the label must precede a section header)" | ||||
* | | Merge from 3.2: add links and index entries for "argument" and "parameter." | Chris Jerdonek | 2012-12-25 | 4 | -13/+28 |
|\ \ | |/ | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there). | ||||
| * | Add additional links and index entries for "argument" and "parameter". | Chris Jerdonek | 2012-12-25 | 4 | -13/+28 |
| | | | | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there). | ||||
* | | rename MathcObject to match object in doctrings for re module (#16760) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | rename MathcObject to match object in doctrings for re module (#16760) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
| | | |||||
* | | #16760: merge with 3.2. | Ezio Melotti | 2012-12-25 | 1 | -24/+25 |
|\ \ | |/ | |||||
| * | #16760: use ref:`match-objects` instead of :class:`MatchObject`. | Ezio Melotti | 2012-12-25 | 1 | -24/+25 |
| | | |||||
* | | #16677: merge with 3.2. | Ezio Melotti | 2012-12-25 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | #16677: rename section header and fix markup. | Ezio Melotti | 2012-12-25 | 1 | -5/+5 |
| | | |||||
* | | Add test coverage for os.removedirs (#16775) | Andrew Svetlov | 2012-12-25 | 1 | -0/+46 |
|\ \ | |/ | |||||
| * | Add test coverage for os.removedirs (#16775) | Andrew Svetlov | 2012-12-25 | 1 | -0/+46 |
| | | |||||
* | | Fix issue16713 - tel url parsing with params | Senthil Kumaran | 2012-12-24 | 3 | -1/+33 |
|\ \ | |/ | |||||
| * | Fix issue16713 - tel url parsing with params | Senthil Kumaran | 2012-12-24 | 3 | -1/+33 |
| | | |||||
* | | Keep ref to ECHILD in local scope (#16650) | Andrew Svetlov | 2012-12-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Keep ref to ECHILD in local scope (#16650) | Andrew Svetlov | 2012-12-24 | 1 | -2/+2 |
| | | |||||
* | | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 5 | -35/+65 |
|\ \ | |/ | | | | | Patch Serhiy Storchaka. | ||||
| * | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 5 | -35/+65 |
| | | | | | | | | Patch Serhiy Storchaka. | ||||
* | | Link to "yield from" examples in yield documentation. | Chris Jerdonek | 2012-12-23 | 2 | -8/+22 |
| | | | | | | | | | | This commit also simplifies the more advanced "yield from" example and removes unused function parameters. | ||||
* | | Issue #16443: Add docstrings to regular expression match objects. | Andrew Svetlov | 2012-12-23 | 3 | -15/+60 |
|\ \ | |/ | | | | | Patch by Anton Kasyanov. | ||||
| * | merge heads | Andrew Svetlov | 2012-12-23 | 3 | -15/+59 |
| |\ | |||||
| | * | Issue #16443: Add docstrings to regular expression match objects. | Andrew Svetlov | 2012-12-23 | 3 | -15/+59 |
| | | | | | | | | | | | | Patch by Anton Kasyanov. | ||||
* | | | merge from 3.2 | Senthil Kumaran | 2012-12-23 | 3 | -12/+34 |
|\ \ \ | |/ / | | | | | | | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly | ||||
| * | | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that ↵ | Senthil Kumaran | 2012-12-23 | 3 | -10/+32 |
| |/ | | | | | | | to return headers correctly | ||||
* | | Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). | Stefan Krah | 2012-12-23 | 1 | -1/+1 |
| | | |||||
* | | merge heads | Andrew Svetlov | 2012-12-23 | 2 | -2/+44 |
|\ \ | |||||
| * | | Issue #16045: add more unit tests for built-in int() | Andrew Svetlov | 2012-12-23 | 2 | -2/+44 |
| | | | | | | | | | | | | Patch by Chris Jerdonek. | ||||
* | | | Issue #16752: Add a missing import to modulefinder. | Brett Cannon | 2012-12-22 | 4 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | Also fix Misc/ACKS to put part of it back in alphabetical order and remove some duplicate names. Patch by Berker Peksag. | ||||
* | | | Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD. | Stefan Krah | 2012-12-22 | 1 | -1/+2 |
| | | | |||||
* | | | Fix Visual Studio build. | Stefan Krah | 2012-12-22 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #16745: Hide symbols in _decimal.so. | Stefan Krah | 2012-12-22 | 12 | -1/+95 |
| | | | |||||
* | | | Issue #16745: Hide a couple of symbols by making them local. | Stefan Krah | 2012-12-21 | 2 | -8/+8 |
| | | | |||||
* | | | Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | link to GIL as a term | Benjamin Peterson | 2012-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Patch from Jeff Knupp. | ||||
* | | | | fix typo (#16687) | Benjamin Peterson | 2012-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Patch from Jeff Knupp. | ||||
* | | | | improve message (#16597) | Benjamin Peterson | 2012-12-20 | 1 | -2/+2 |
| | | | | |||||
* | | | | call close on the underlying stream even if flush raises (closes #16597) | Benjamin Peterson | 2012-12-20 | 5 | -13/+80 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | | try to call __bytes__ before __index__ (closes #16722) | Benjamin Peterson | 2012-12-19 | 3 | -5/+37 |
| |_|/ |/| | |