summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg.Brian Curtin2012-12-273-5/+22
* #16618: Add more glob regression testsHynek Schlawack2012-12-272-24/+80
* Closes #16789: :meth:`quit` links to constants instead of own moduleJesus Cea2012-12-263-6/+7
* Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-262-0/+11
* Add additional links and index entries for "argument" and "parameter".Chris Jerdonek2012-12-254-15/+30
* Issue #14574: Ignore socket errors raised when flushing a connection on close.Kristján Valur Jónsson2012-12-252-3/+8
* rename MathcObject to match object in doctrings for re module (#16760)Andrew Svetlov2012-12-251-1/+1
* #16760: use ref:`match-objects` instead of :class:`MatchObject`.Ezio Melotti2012-12-251-24/+25
* #16677: rename section header and fix markup.Ezio Melotti2012-12-251-5/+5
* issue #879399Kristján Valur Jónsson2012-12-252-3/+61
* #16666: document default values for socket.getaddrinfo in the text to clarify...Ezio Melotti2012-12-251-6/+6
* #16765: remove unused import.Ezio Melotti2012-12-251-1/+0
* Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-243-1/+36
* Keep ref to ECHILD in local scope (#16650)Andrew Svetlov2012-12-241-2/+2
* Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due...Mark Dickinson2012-12-243-6/+91
* Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-244-27/+48
* Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-233-9/+53
* Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...Senthil Kumaran2012-12-233-10/+31
* Issue #16045: add more unit tests for built-in int()Andrew Svetlov2012-12-232-0/+56
* Add missing label.Georg Brandl2012-12-221-0/+2
* Fix indentation.Georg Brandl2012-12-221-8/+8
* ctypes: DECREF error_object _after_ re-acquiring GILKristjan Valur Jonsson2012-12-211-1/+1
* #8853: Allow port to be of type long for socket.getaddrinfo()Petri Lehtinen2012-12-203-4/+11
* add news note (#16597)Benjamin Peterson2012-12-201-0/+3
* call close on the underlying stream even if flush raises (#16597)Benjamin Peterson2012-12-204-13/+68
* replace threw with raised (#16714)Andrew Svetlov2012-12-192-2/+2
* revert comment wording (#16714)Andrew Svetlov2012-12-191-1/+1
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1834-52/+52
* merge headsAndrew Svetlov2012-12-171-2/+2
|\
| * Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-2/+2
* | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-172-4/+10
|/
* Update example: Counter.subtract returns None, not selfAndrew Svetlov2012-12-171-0/+1
* Fix #14901. Update some sections of Windows FAQ.Brian Curtin2012-12-172-305/+30
* Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-163-1/+17
* #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-163-1/+10
* remove dead codeBenjamin Peterson2012-12-151-2/+0
* Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-154-1/+23
* #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.Ezio Melotti2012-12-141-6/+6
* #16681: use "bidirectional class" instead of "bidirectional category" in the ...Ezio Melotti2012-12-141-1/+1
* #16681: use "bidirectional class" instead of "bidirectional category".Ezio Melotti2012-12-141-1/+1
* Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.)Trent Nelson2012-12-131-3/+11
* Make PyAST_obj2mod C89 compliant.Trent Nelson2012-12-131-3/+11
* IRIX: force MIPSpro to treat #errors as errors, not warnings.Trent Nelson2012-12-132-0/+66
* 1 << 31 is invalid for signed integers, fix it by making 1 unsigned.Gregory P. Smith2012-12-111-2/+2
* Issue #16582: use int exit code in tkinter._exitAndrew Svetlov2012-12-091-1/+5
* Document the reason attribute of urllib.HTTPError Patch by Berker PeksagSenthil Kumaran2012-12-091-0/+3
* Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-092-1/+6
* Branch mergeÉric Araujo2012-12-096-16/+33
|\
| * Use proper skip instead of reporting success in one distutils testÉric Araujo2012-12-091-7/+1
| * Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-094-4/+29