summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge from 3.2: add links and index entries for "argument" and "parameter."Chris Jerdonek2012-12-254-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 Jerdonek2012-12-254-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 Svetlov2012-12-251-1/+1
|\ \ | |/
| * rename MathcObject to match object in doctrings for re module (#16760)Andrew Svetlov2012-12-251-1/+1
| |
* | #16760: merge with 3.2.Ezio Melotti2012-12-251-24/+25
|\ \ | |/
| * #16760: use ref:`match-objects` instead of :class:`MatchObject`.Ezio Melotti2012-12-251-24/+25
| |
* | #16677: merge with 3.2.Ezio Melotti2012-12-251-5/+5
|\ \ | |/
| * #16677: rename section header and fix markup.Ezio Melotti2012-12-251-5/+5
| |
* | Add test coverage for os.removedirs (#16775)Andrew Svetlov2012-12-251-0/+46
|\ \ | |/
| * Add test coverage for os.removedirs (#16775)Andrew Svetlov2012-12-251-0/+46
| |
* | Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-243-1/+33
|\ \ | |/
| * Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-243-1/+33
| |
* | Keep ref to ECHILD in local scope (#16650)Andrew Svetlov2012-12-241-2/+2
|\ \ | |/
| * Keep ref to ECHILD in local scope (#16650)Andrew Svetlov2012-12-241-2/+2
| |
* | Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-245-35/+65
|\ \ | |/ | | | | Patch Serhiy Storchaka.
| * Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-245-35/+65
| | | | | | | | Patch Serhiy Storchaka.
* | Link to "yield from" examples in yield documentation.Chris Jerdonek2012-12-232-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 Svetlov2012-12-233-15/+60
|\ \ | |/ | | | | Patch by Anton Kasyanov.
| * merge headsAndrew Svetlov2012-12-233-15/+59
| |\
| | * Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-233-15/+59
| | | | | | | | | | | | Patch by Anton Kasyanov.
* | | merge from 3.2Senthil Kumaran2012-12-233-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 Kumaran2012-12-233-10/+32
| |/ | | | | | | to return headers correctly
* | Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).Stefan Krah2012-12-231-1/+1
| |
* | merge headsAndrew Svetlov2012-12-232-2/+44
|\ \
| * | Issue #16045: add more unit tests for built-in int()Andrew Svetlov2012-12-232-2/+44
| | | | | | | | | | | | Patch by Chris Jerdonek.
* | | Issue #16752: Add a missing import to modulefinder.Brett Cannon2012-12-234-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 Krah2012-12-221-1/+2
| | |
* | | Fix Visual Studio build.Stefan Krah2012-12-221-0/+3
| | |
* | | Issue #16745: Hide symbols in _decimal.so.Stefan Krah2012-12-2212-1/+95
| | |
* | | Issue #16745: Hide a couple of symbols by making them local.Stefan Krah2012-12-212-8/+8
| | |
* | | Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
|\ \ \ | | |/ | |/|
| * | Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
| |\ \
| | * | Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
| | | |
* | | | link to GIL as a termBenjamin Peterson2012-12-211-1/+1
| | | | | | | | | | | | | | | | Patch from Jeff Knupp.
* | | | fix typo (#16687)Benjamin Peterson2012-12-211-1/+1
| | | | | | | | | | | | | | | | Patch from Jeff Knupp.
* | | | improve message (#16597)Benjamin Peterson2012-12-201-2/+2
| | | |
* | | | call close on the underlying stream even if flush raises (closes #16597)Benjamin Peterson2012-12-205-13/+80
| | | | | | | | | | | | | | | | Patch by Serhiy Storchaka.
* | | | try to call __bytes__ before __index__ (closes #16722)Benjamin Peterson2012-12-193-5/+37
| |_|/ |/| |
* | | replace threw with raised (#16714)Andrew Svetlov2012-12-193-3/+3
|\ \ \ | |/ /
| * | replace threw with raised (#16714)Andrew Svetlov2012-12-192-2/+2
| | |
* | | Small cleanup in test_ftplibAntoine Pitrou2012-12-191-13/+14
| | |
* | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue ↵Antoine Pitrou2012-12-181-1/+8
| | | | | | | | | | | | #13876) - probably not Python-related.
* | | Call importlib.invalidate_caches() after creating module files in ↵Antoine Pitrou2012-12-181-0/+3
| | | | | | | | | | | | test_threaded_import.
* | | Try to make test_threaded_import faster and safer (issue #15599).Antoine Pitrou2012-12-181-2/+2
| | |
* | | Add sanity assertions in some import lock code (issue #15599).Antoine Pitrou2012-12-182-0/+3
| | |
* | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1842-64/+64
|\ \ \ | |/ / | | | | | | Patch by Serhiy Storchaka.
| * | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1836-54/+54
| | | | | | | | | | | | Patch by Serhiy Storchaka.
* | | Issue #16711: Fix required method names for collections.IteratorAndrew Svetlov2012-12-181-1/+1
|\ \ \ | |/ / | | | | | | Thanks to Inada Naoki
| * | Issue #16711: Fix required method names for collections.IteratorAndrew Svetlov2012-12-181-1/+1
| | | | | | | | | | | | Thanks to Inada Naoki
* | | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵Giampaolo Rodola'2012-12-171-1/+2
|\ \ \ | |/ / | | | | | | exception