summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-245-35/+65
|\
| * Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-245-35/+65
| |\
| | * Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-245-35/+65
* | | Merge from 3.3: link to "yield from" examples in yield documentation.Chris Jerdonek2012-12-232-8/+22
|\ \ \ | |/ /
| * | Link to "yield from" examples in yield documentation.Chris Jerdonek2012-12-232-8/+22
* | | Add NEWS item for fixing #14470.Brian Curtin2012-12-231-0/+2
* | | Fix #14470. Remove w9xpopen per PEP 11.Brian Curtin2012-12-237-453/+1
* | | Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-233-15/+62
|\ \ \ | |/ /
| * | Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-233-15/+60
| |\ \ | | |/
| | * merge headsAndrew Svetlov2012-12-233-15/+59
| | |\
| | | * Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-233-15/+59
* | | | null merge.Senthil Kumaran2012-12-230-0/+0
|\ \ \ \ | |/ / /
| * | | merge from 3.2Senthil Kumaran2012-12-233-12/+34
| |\ \ \ | | |/ /
| | * | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...Senthil Kumaran2012-12-233-10/+32
| | |/
* | | Fix a typo.Eric V. Smith2012-12-231-1/+1
* | | Merge 3.3.Stefan Krah2012-12-231-1/+1
|\ \ \ | |/ /
| * | Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).Stefan Krah2012-12-231-1/+1
* | | Add NEWS and docs for #9856Andrew Svetlov2012-12-232-0/+7
* | | Issue #9856: Replace deprecation warinigs to raising TypeError in object.__fo...Andrew Svetlov2012-12-233-28/+11
* | | null mergeAndrew Svetlov2012-12-230-0/+0
|\ \ \ | |/ /
| * | merge headsAndrew Svetlov2012-12-232-2/+44
| |\ \
* | \ \ Issue #16045: add more unit tests for built-in int()Andrew Svetlov2012-12-232-2/+44
|\ \ \ \ | | |/ / | |/| |
| * | | Issue #16045: add more unit tests for built-in int()Andrew Svetlov2012-12-232-2/+44
* | | | merge with 3.3Brett Cannon2012-12-234-3/+19
|\ \ \ \ | | |/ / | |/| |
| * | | Issue #16752: Add a missing import to modulefinder.Brett Cannon2012-12-234-3/+19
* | | | Merge 3.3.Stefan Krah2012-12-221-1/+2
|\ \ \ \ | |/ / /
| * | | Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD.Stefan Krah2012-12-221-1/+2
* | | | Merge 3.3.Stefan Krah2012-12-221-0/+3
|\ \ \ \ | |/ / /
| * | | Fix Visual Studio build.Stefan Krah2012-12-221-0/+3
* | | | Merge 3.3.Stefan Krah2012-12-2212-1/+95
|\ \ \ \ | |/ / /
| * | | Issue #16745: Hide symbols in _decimal.so.Stefan Krah2012-12-2212-1/+95
* | | | Add a missing versionadded.Georg Brandl2012-12-221-0/+2
* | | | Merge.Stefan Krah2012-12-211-64/+35
|\ \ \ \
| * | | | Simplify random_seed to use _PyLong_AsByteArray. Closes issue #16496.Mark Dickinson2012-12-211-64/+35
* | | | | Merge 3.3.Stefan Krah2012-12-212-8/+8
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Issue #16745: Hide a couple of symbols by making them local.Stefan Krah2012-12-212-8/+8
* | | | Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held.Kristjan Valur Jonsson2012-12-211-1/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | | merge 3.3 (closes #16687)Benjamin Peterson2012-12-211-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | link to GIL as a termBenjamin Peterson2012-12-211-1/+1
| * | | | fix typo (#16687)Benjamin Peterson2012-12-211-1/+1
* | | | | merge 3.3 (#16597)Benjamin Peterson2012-12-201-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | improve message (#16597)Benjamin Peterson2012-12-201-2/+2
* | | | | merge 3.3 (#16597)Benjamin Peterson2012-12-205-13/+80
|\ \ \ \ \ | |/ / / /
| * | | | call close on the underlying stream even if flush raises (closes #16597)Benjamin Peterson2012-12-205-13/+80
* | | | | merge 3.3 (#16722)Benjamin Peterson2012-12-193-5/+37
|\ \ \ \ \ | |/ / / /
| * | | | try to call __bytes__ before __index__ (closes #16722)Benjamin Peterson2012-12-193-5/+37
| | |_|/ | |/| |
* | | | merge headsBenjamin Peterson2012-12-193-3/+3
|\ \ \ \