summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Replace os.error with OSError in tkinter and IDLEAndrew Svetlov2012-12-176-8/+8
* | | | Cleanup: remove not needed mocks.Andrew Svetlov2012-12-171-6/+0
* | | | Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-173-13/+9
|\ \ \ \ | |/ / /
| * | | 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
* | | | Remove obsolete code: now IOError and WindowsError are aliases for OSErrorAndrew Svetlov2012-12-171-8/+0
* | | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-172-3/+10
|\ \ \ \ | |/ / /
| * | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-172-3/+10
| |\ \ \ | | |/ /
| | * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-172-3/+10
* | | | Update example: Counter.subtract returns None, not selfAndrew Svetlov2012-12-171-0/+1
|\ \ \ \ | |/ / /
| * | | Update example: Counter.subtract returns None, not selfAndrew Svetlov2012-12-171-0/+1
| |\ \ \ | | |/ /
| | * | Update example: Counter.subtract returns None, not selfAndrew Svetlov2012-12-171-0/+1
* | | | Fix typoAndrew Svetlov2012-12-171-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typoAndrew Svetlov2012-12-171-1/+1
| |\ \ \ | | |/ /
| | * | Fix typoAndrew Svetlov2012-12-171-1/+1
* | | | Add Ashish Nitin Patil for work on Issue #14901Brian Curtin2012-12-171-0/+1
* | | | Merge 3.3Brian Curtin2012-12-172-305/+30
|\ \ \ \ | |/ / /
| * | | Merge 3.2Brian Curtin2012-12-172-305/+30
| |\ \ \ | | |/ /
| | * | Fix #14901. Update the Windows FAQ.Brian Curtin2012-12-172-305/+30
* | | | Merge 3.3.Stefan Krah2012-12-162-30/+54
|\ \ \ \ | |/ / /
| * | | Issue #15783: Support None default values in the Context() constructor.Stefan Krah2012-12-162-30/+54
* | | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387...Antoine Pitrou2012-12-161-1/+8
|\ \ \ \ | |/ / /
| * | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387...Antoine Pitrou2012-12-161-1/+8
* | | | Null mergeAntoine Pitrou2012-12-160-0/+0
|\ \ \ \ | |/ / /
| * | | Null mergeAntoine Pitrou2012-12-160-0/+0
| |\ \ \ | | |/ /
| | * | Fix ResourceWarnings in test_ptyAntoine Pitrou2012-12-161-3/+5
* | | | 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 #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-163-1/+21
|\ \ \ \ | |/ / /
| * | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-163-1/+21
| |\ \ \ | | |/ /
| | * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-163-1/+21
* | | | Fixup abc.ABC wording and add versionadded.Georg Brandl2012-12-161-5/+8
* | | | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-163-2/+11
|\ \ \ \ | |/ / /
| * | | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-163-2/+11
| |\ \ \ | | |/ /
| | * | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-163-1/+10
* | | | Merge 3.3.Stefan Krah2012-12-158-233/+625
|\ \ \ \ | |/ / /
| * | | Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-158-233/+625
* | | | Merge: use OSError instead of os.error in the docs.Andrew Svetlov2012-12-152-5/+5
|\ \ \ \ | |/ / /
| * | | Use OSError instead of os.error in the docs.Andrew Svetlov2012-12-152-5/+5
* | | | merge headsBenjamin Peterson2012-12-155-12/+60
|\ \ \ \
| * | | | #11175: argparse.FileType now accepts encoding and errors arguments.Petri Lehtinen2012-12-155-12/+60
* | | | | merge 3.3Benjamin Peterson2012-12-151-2/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | merge 3.2Benjamin Peterson2012-12-151-2/+0
| |\ \ \ | | |/ /
| | * | remove dead codeBenjamin Peterson2012-12-151-2/+0
* | | | Issue #16488: epoll() objects now support the `with` statement.Antoine Pitrou2012-12-154-1/+36
* | | | MergeAntoine Pitrou2012-12-152-3/+7
|\ \ \ \
| * | | | use error label instead of breaking eval loop (closes #16693)Benjamin Peterson2012-12-152-3/+7