summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix #16788. Add samestat to Lib/ntpath.pyBrian Curtin2012-12-261-0/+2
* Add tests for Issue #10646.Brian Curtin2012-12-261-0/+3
* Add NEWS entry for fixing #11939Brian Curtin2012-12-261-0/+4
* Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+3
|\
| * Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+3
| |\
| | * Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+3
* | | Fixes issue #16772: int() constructor second argument (base) must be an int.Gregory P. Smith2012-12-251-0/+3
* | | Issue #15422: get rid of PyCFunction_New macroAndrew Svetlov2012-12-251-0/+3
* | | Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-241-0/+3
|\ \ \ | |/ /
| * | Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-241-0/+3
| |\ \ | | |/
| | * Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-241-0/+3
* | | improve tracing performance when f_trace is NULL (closes #16672)Benjamin Peterson2012-12-241-0/+2
* | | Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-0/+3
|\ \ \ | |/ /
| * | Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-0/+3
| |\ \ | | |/
| | * Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-0/+3
* | | Add NEWS item for fixing #14470.Brian Curtin2012-12-231-0/+2
* | | Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-232-0/+7
|\ \ \ | |/ /
| * | Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-232-0/+5
| |\ \ | | |/
| | * merge headsAndrew Svetlov2012-12-232-0/+4
| | |\
| | | * Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-232-0/+4
| * | | merge from 3.2Senthil Kumaran2012-12-231-0/+2
| |\ \ \ | | |/ /
| | * | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...Senthil Kumaran2012-12-231-0/+2
| | |/
* | | Fix a typo.Eric V. Smith2012-12-231-1/+1
* | | Add NEWS and docs for #9856Andrew Svetlov2012-12-231-0/+3
* | | merge with 3.3Brett Cannon2012-12-232-3/+3
|\ \ \ | |/ /
| * | Issue #16752: Add a missing import to modulefinder.Brett Cannon2012-12-232-3/+3
* | | 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-201-0/+3
|\ \ \ | |/ /
| * | call close on the underlying stream even if flush raises (closes #16597)Benjamin Peterson2012-12-201-0/+3
* | | merge 3.3 (#16722)Benjamin Peterson2012-12-191-0/+3
|\ \ \ | |/ /
| * | try to call __bytes__ before __index__ (closes #16722)Benjamin Peterson2012-12-191-0/+3
* | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-171-0/+3
|\ \ \ | |/ /
| * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-171-0/+3
| |\ \ | | |/
| | * Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-171-0/+3
* | | Add Ashish Nitin Patil for work on Issue #14901Brian Curtin2012-12-171-0/+1
* | | Merge 3.3Brian Curtin2012-12-171-0/+3
|\ \ \ | |/ /
| * | Merge 3.2Brian Curtin2012-12-171-0/+3
| |\ \ | | |/
| | * Fix #14901. Update the Windows FAQ.Brian Curtin2012-12-171-0/+3
* | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-161-0/+4
|\ \ \ | |/ /
| * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-161-0/+4
| |\ \ | | |/
| | * Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-161-0/+4
* | | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-162-1/+5
|\ \ \ | |/ /
| * | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-162-1/+5
| |\ \ | | |/
| | * #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-162-0/+4
* | | Merge 3.3.Stefan Krah2012-12-151-0/+4
|\ \ \ | |/ /
| * | Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-151-0/+4
* | | #11175: argparse.FileType now accepts encoding and errors arguments.Petri Lehtinen2012-12-152-0/+4
* | | Issue #16488: epoll() objects now support the `with` statement.Antoine Pitrou2012-12-151-0/+3
* | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-152-0/+5
|\ \ \ | |/ /