summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.Serhiy Storchaka2012-12-271-1/+1
|\
| * Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.Serhiy Storchaka2012-12-271-1/+1
* | Merge 3.2Brian Curtin2012-12-271-0/+12
|\ \ | |/
| * Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.Brian Curtin2012-12-271-0/+12
* | #16618: Make glob.glob match consistently across strings and bytesHynek Schlawack2012-12-272-30/+56
|\ \ | |/
| * #16618: Make glob.glob match consistently across strings and bytesHynek Schlawack2012-12-272-29/+55
* | fix test for subprocess (#16644)Andrew Svetlov2012-12-261-4/+1
|\ \ | |/
| * fix test for subprocess (#16644)Andrew Svetlov2012-12-261-2/+1
* | Merge with 3.2 :Kristján Valur Jónsson2012-12-261-1/+6
|\ \ | |/
| * Issue #14574: Ignore socket errors raised when flushing a connection on close.Kristján Valur Jónsson2012-12-251-1/+6
* | Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+2
|\ \ | |/
| * Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+2
* | 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-242-1/+30
|\ \ | |/
| * Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-242-1/+30
* | 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-244-35/+62
|\ \ | |/
| * Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-244-35/+62
* | merge from 3.2Senthil Kumaran2012-12-232-12/+32
|\ \ | |/
| * Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...Senthil Kumaran2012-12-232-10/+30
* | merge headsAndrew Svetlov2012-12-232-2/+44
|\ \
| * | Issue #16045: add more unit tests for built-in int()Andrew Svetlov2012-12-232-2/+44
* | | Issue #16752: Add a missing import to modulefinder.Brett Cannon2012-12-232-0/+16
* | | call close on the underlying stream even if flush raises (closes #16597)Benjamin Peterson2012-12-202-4/+36
* | | try to call __bytes__ before __index__ (closes #16722)Benjamin Peterson2012-12-191-0/+6
|/ /
* | 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
* | Call importlib.invalidate_caches() after creating module files in test_thread...Antoine Pitrou2012-12-181-0/+3
* | 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-181-0/+1
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1833-50/+50
|\ \ | |/
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1831-47/+47
* | Issue 16646 (ftplib): deliberately use intermediate variable after catching e...Giampaolo Rodola'2012-12-171-1/+2
|\ \ | |/
| * Issue 16646 (ftplib): deliberately use intermediate variable after catching e...Giampaolo Rodola'2012-12-171-1/+2
* | Issue #16647: save socket error details in LMTP.connect()Andrew 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-171-3/+7
|\ \ | |/
| * Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-171-3/+7
| * Fix ResourceWarnings in test_ptyAntoine Pitrou2012-12-161-3/+5
* | Issue #15783: Support None default values in the Context() constructor.Stefan Krah2012-12-161-0/+21
* | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387...Antoine Pitrou2012-12-161-1/+8
* | Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-162-6/+29
|\ \ | |/
| * Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-162-6/+29
* | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-162-1/+17
|\ \ | |/
| * Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-162-1/+17
* | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-1/+6
|\ \ | |/