| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 33 | -50/+50 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 33 | -50/+50 |
| |\ |
|
| | * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 31 | -47/+47 |
|
|
* | | | Relax test when WITH_PYMALLOC is false or undefined. | Antoine Pitrou | 2012-12-18 | 1 | -1/+4 |
|
|
* | | | Following issue #13390, fix compilation --without-pymalloc, and make sys.geta... | Antoine Pitrou | 2012-12-17 | 1 | -1/+6 |
|
|
* | | | Get rig of EnvironmentError (#16705) | Andrew Svetlov | 2012-12-17 | 16 | -35/+34 |
|
|
* | | | Replace mmap.error with OSError, #16705 | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|
|
* | | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead. | Andrew Svetlov | 2012-12-17 | 5 | -8/+8 |
|
|
* | | | Issue 16646 (ftplib): deliberately use intermediate variable after catching e... | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Issue 16646 (ftplib): deliberately use intermediate variable after catching e... | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | Issue 16646 (ftplib): deliberately use intermediate variable after catching e... | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
|
|
* | | | Replace os.error with OSError in tkinter and IDLE | Andrew Svetlov | 2012-12-17 | 6 | -8/+8 |
|
|
* | | | Cleanup: remove not needed mocks. | Andrew Svetlov | 2012-12-17 | 1 | -6/+0 |
|
|
* | | | 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 | 1 | -3/+7 |
|\ \ \
| |/ / |
|
| * | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
| |\ \
| | |/ |
|
| | * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
|
|
| | * | Fix ResourceWarnings in test_pty | Antoine Pitrou | 2012-12-16 | 1 | -3/+5 |
|
|
* | | | Merge 3.3. | Stefan Krah | 2012-12-16 | 1 | -0/+21 |
|\ \ \
| |/ / |
|
| * | | Issue #15783: Support None default values in the Context() constructor. | Stefan Krah | 2012-12-16 | 1 | -0/+21 |
|
|
* | | | 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 |
|
|
* | | | 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 | 2 | -1/+17 |
|\ \ \
| |/ / |
|
| * | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 2 | -1/+17 |
| |\ \
| | |/ |
|
| | * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 2 | -1/+17 |
|
|
* | | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -1/+6 |
|\ \ \
| |/ / |
|
| * | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -1/+6 |
| |\ \
| | |/ |
|
| | * | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -1/+6 |
|
|
* | | | Merge 3.3. | Stefan Krah | 2012-12-15 | 2 | -14/+300 |
|\ \ \
| |/ / |
|
| * | | Issue #15783: Except for the number methods, the C version of decimal now | Stefan Krah | 2012-12-15 | 2 | -14/+300 |
|
|
* | | | #11175: argparse.FileType now accepts encoding and errors arguments. | Petri Lehtinen | 2012-12-15 | 2 | -3/+45 |
|
|
* | | | Issue #16488: epoll() objects now support the `with` statement. | Antoine Pitrou | 2012-12-15 | 1 | -0/+7 |
|
|
* | | | Merge | Antoine Pitrou | 2012-12-15 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | use error label instead of breaking eval loop (closes #16693) | Benjamin Peterson | 2012-12-15 | 1 | -0/+5 |
|
|
* | | | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 2 | -2/+37 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 2 | -2/+37 |
| |\ \
| | |/ |
|
| | * | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 2 | -1/+18 |
|
|
* | | | Rename test module names for #16421 to don't clash with other tests. | Andrew Svetlov | 2012-12-15 | 1 | -4/+4 |
|
|
* | | | Cleanup filecmp: starting from 3.3 os.error is alias for OSError | Andrew Svetlov | 2012-12-14 | 1 | -3/+3 |
|
|
* | | | Issue #16421: allow to load multiple modules from the same shared object. | Andrew Svetlov | 2012-12-14 | 1 | -0/+14 |
|
|
* | | | Issue #16049: add abc.ABC helper class. | Andrew Svetlov | 2012-12-13 | 2 | -0/+19 |
|
|
* | | | Merge with 3.3 for #16661 | Ross Lagerwall | 2012-12-13 | 1 | -10/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #16661: Fix the os.getgrouplist() test by not assuming that it | Ross Lagerwall | 2012-12-13 | 1 | -10/+3 |
|
|
* | | | #15872: Some more Windows related tuning to shutil.rmtree tests | Hynek Schlawack | 2012-12-10 | 1 | -7/+7 |
|\ \ \
| |/ / |
|