| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 3 | -13/+9 |
|\ |
|
| * | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
| |\ |
|
| | * | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|
|
* | | | Remove obsolete code: now IOError and WindowsError are aliases for OSError | Andrew Svetlov | 2012-12-17 | 1 | -8/+0 |
|
|
* | | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 2 | -3/+10 |
|\ \ \
| |/ / |
|
| * | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 2 | -3/+10 |
| |\ \
| | |/ |
|
| | * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 2 | -3/+10 |
|
|
* | | | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 |
|
|
* | | | Fix typo | Andrew Svetlov | 2012-12-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix typo | Andrew Svetlov | 2012-12-17 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix typo | Andrew Svetlov | 2012-12-17 | 1 | -1/+1 |
|
|
* | | | Add Ashish Nitin Patil for work on Issue #14901 | Brian Curtin | 2012-12-17 | 1 | -0/+1 |
|
|
* | | | Merge 3.3 | Brian Curtin | 2012-12-17 | 2 | -305/+30 |
|\ \ \
| |/ / |
|
| * | | Merge 3.2 | Brian Curtin | 2012-12-17 | 2 | -305/+30 |
| |\ \
| | |/ |
|
| | * | Fix #14901. Update the Windows FAQ. | Brian Curtin | 2012-12-17 | 2 | -305/+30 |
|
|
* | | | Merge 3.3. | Stefan Krah | 2012-12-16 | 2 | -30/+54 |
|\ \ \
| |/ / |
|
| * | | Issue #15783: Support None default values in the Context() constructor. | Stefan Krah | 2012-12-16 | 2 | -30/+54 |
|
|
* | | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387... | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
|\ \ \
| |/ / |
|
| * | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387... | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
|
|
* | | | Null merge | Antoine Pitrou | 2012-12-16 | 0 | -0/+0 |
|\ \ \
| |/ / |
|
| * | | Null merge | Antoine Pitrou | 2012-12-16 | 0 | -0/+0 |
| |\ \
| | |/ |
|
| | * | Fix ResourceWarnings in test_pty | Antoine Pitrou | 2012-12-16 | 1 | -3/+5 |
|
|
* | | | Issue #16696: fix comparison between bytes and string. Also, improve glob tests. | Antoine Pitrou | 2012-12-16 | 2 | -6/+29 |
|\ \ \
| |/ / |
|
| * | | Issue #16696: fix comparison between bytes and string. Also, improve glob tests. | Antoine Pitrou | 2012-12-16 | 2 | -6/+29 |
| |\ \
| | |/ |
|
| | * | Issue #16696: fix comparison between bytes and string. Also, improve glob tests. | Antoine Pitrou | 2012-12-16 | 2 | -6/+29 |
|
|
* | | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 3 | -1/+21 |
|\ \ \
| |/ / |
|
| * | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 3 | -1/+21 |
| |\ \
| | |/ |
|
| | * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 3 | -1/+21 |
|
|
* | | | Fixup abc.ABC wording and add versionadded. | Georg Brandl | 2012-12-16 | 1 | -5/+8 |
|
|
* | | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 3 | -2/+11 |
|\ \ \
| |/ / |
|
| * | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 3 | -2/+11 |
| |\ \
| | |/ |
|
| | * | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 3 | -1/+10 |
|
|
* | | | Merge 3.3. | Stefan Krah | 2012-12-15 | 8 | -233/+625 |
|\ \ \
| |/ / |
|
| * | | Issue #15783: Except for the number methods, the C version of decimal now | Stefan Krah | 2012-12-15 | 8 | -233/+625 |
|
|
* | | | Merge: use OSError instead of os.error in the docs. | Andrew Svetlov | 2012-12-15 | 2 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Use OSError instead of os.error in the docs. | Andrew Svetlov | 2012-12-15 | 2 | -5/+5 |
|
|
* | | | merge heads | Benjamin Peterson | 2012-12-15 | 5 | -12/+60 |
|\ \ \ |
|
| * | | | #11175: argparse.FileType now accepts encoding and errors arguments. | Petri Lehtinen | 2012-12-15 | 5 | -12/+60 |
|
|
* | | | | merge 3.3 | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | merge 3.2 | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | remove dead code | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 |
|
|
* | | | Issue #16488: epoll() objects now support the `with` statement. | Antoine Pitrou | 2012-12-15 | 4 | -1/+36 |
|
|
* | | | Merge | Antoine Pitrou | 2012-12-15 | 2 | -3/+7 |
|\ \ \ |
|
| * | | | use error label instead of breaking eval loop (closes #16693) | Benjamin Peterson | 2012-12-15 | 2 | -3/+7 |
|
|
* | | | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 4 | -2/+42 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 4 | -2/+42 |
| |\ \
| | |/ |
|
| | * | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 4 | -1/+23 |
|
|
* | | | Remove compile warnings for _testimportmodule | Andrew Svetlov | 2012-12-15 | 1 | -3/+3 |
|
|