summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-272-11/+11
* Issue #16792: Mark small ints test as CPython-only.Serhiy Storchaka2012-12-271-4/+8
|\
| * Issue #16792: Mark small ints test as CPython-only.Serhiy Storchaka2012-12-271-4/+9
* | Null merge with 3.2.Ezio Melotti2012-12-270-0/+0
|\ \ | |/
| * MergeBrian Curtin2012-12-273-2/+23
| |\
* | \ another mergeBrian Curtin2012-12-273-2/+23
|\ \ \
| * \ \ Merge 3.2Brian Curtin2012-12-273-2/+23
| |\ \ \ | | | |/ | | |/|
| | * | Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.Brian Curtin2012-12-273-2/+23
* | | | Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.Serhiy Storchaka2012-12-272-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.Serhiy Storchaka2012-12-272-1/+4
* | | | Issue #16682: Replace "Python string" to "bytes object" in audioop documentat...Serhiy Storchaka2012-12-271-3/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #16682: Replace "Python string" to "bytes object" in audioop documentat...Serhiy Storchaka2012-12-271-3/+3
| |/
* | Merge 3.2Brian Curtin2012-12-273-1/+16
|\ \ | |/
| * Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.Brian Curtin2012-12-273-1/+16
* | #16618: Make glob.glob match consistently across strings and bytesHynek Schlawack2012-12-273-30/+59
|\ \ | |/
| * #16618: Make glob.glob match consistently across strings and bytesHynek Schlawack2012-12-273-29/+58
* | fix test for subprocess (#16644)Andrew Svetlov2012-12-261-4/+1
|\ \ | |/
| * fix test for subprocess (#16644)Andrew Svetlov2012-12-261-2/+1
* | MERGE: Closes #16789: :meth:`quit` links to constants instead of own moduleJesus Cea2012-12-263-6/+7
|\ \ | |/
| * Closes #16789: :meth:`quit` links to constants instead of own moduleJesus Cea2012-12-263-6/+7
* | Merge with 3.2 :Kristján Valur Jónsson2012-12-262-3/+8
|\ \ | |/
| * Issue #14574: Ignore socket errors raised when flushing a connection on close.Kristján Valur Jónsson2012-12-252-3/+8
* | Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-262-0/+5
|\ \ | |/
| * Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-262-0/+5
* | Null merge.Chris Jerdonek2012-12-250-0/+0
|\ \ | |/
| * Fix Sphinx warning (missing "setting-envvars" reference).Chris Jerdonek2012-12-251-0/+2
* | Merge from 3.2: add links and index entries for "argument" and "parameter."Chris Jerdonek2012-12-254-13/+28
|\ \ | |/
| * Add additional links and index entries for "argument" and "parameter".Chris Jerdonek2012-12-254-13/+28
* | 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
|\ \ | |/
| * Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-245-35/+65
* | Link to "yield from" examples in yield documentation.Chris Jerdonek2012-12-232-8/+22
* | 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
* | | 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
| |/
* | 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
|\ \