Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | Initial patch by Serhiy Storchaka. | ||||
| * | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
| |\ | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | 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. ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
|\ \ \ | |/ / | | | | | | | (patch by Serhiy Storchaka) | ||||
| * | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
| |\ \ | | |/ | | | | | | | (patch by Serhiy Storchaka) | ||||
| | * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
| | | | | | | | | | | | | (patch by Serhiy Storchaka) | ||||
| | * | 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 ↵ | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
|\ \ \ | |/ / | | | | | | | #13876) - probably not Python-related. | ||||
| * | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
| | | | | | | | | | | | | #13876) - probably not Python-related. | ||||
* | | | 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 ↵ | Antoine Pitrou | 2012-12-16 | 2 | -1/+17 |
|\ \ \ | |/ / | | | | | | | | | | | | | pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka. | ||||
| * | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the ↵ | Antoine Pitrou | 2012-12-16 | 2 | -1/+17 |
| |\ \ | | |/ | | | | | | | | | | | | | pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka. | ||||
| | * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the ↵ | Antoine Pitrou | 2012-12-16 | 2 | -1/+17 |
| | | | | | | | | | | | | | | | | | | pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka. | ||||
* | | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -1/+6 |
|\ \ \ | |/ / | | | | | | | Patch by Sebastian Kreft. | ||||
| * | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -1/+6 |
| |\ \ | | |/ | | | | | | | Patch by Sebastian Kreft. | ||||
| | * | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -1/+6 |
| | | | | | | | | | | | | Patch by Sebastian Kreft. | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | supports all None default values present in decimal.py. These values were largely undocumented. | ||||
* | | | #11175: argparse.FileType now accepts encoding and errors arguments. | Petri Lehtinen | 2012-12-15 | 2 | -3/+45 |
| | | | | | | | | | | | | Patch by Lucas Maystre. | ||||
* | | | Issue #16488: epoll() objects now support the `with` statement. | Antoine Pitrou | 2012-12-15 | 1 | -0/+7 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | 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 ↵ | Antoine Pitrou | 2012-12-15 | 2 | -2/+37 |
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein. | ||||
| * | | Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵ | Antoine Pitrou | 2012-12-15 | 2 | -2/+37 |
| |\ \ | | |/ | | | | | | | | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein. | ||||
| | * | Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵ | Antoine Pitrou | 2012-12-15 | 2 | -1/+18 |
| | | | | | | | | | | | | | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein. | ||||
* | | | 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 |
| | | | | | | | | | | | | Patch by Václav Šmilauer. | ||||
* | | | Issue #16049: add abc.ABC helper class. | Andrew Svetlov | 2012-12-13 | 2 | -0/+19 |
| | | | | | | | | | | | | Patch by Bruno Dupuis. | ||||
* | | | 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 |
| | | | | | | | | | | | | gives the same output as "id -G". | ||||
* | | | #15872: Some more Windows related tuning to shutil.rmtree tests | Hynek Schlawack | 2012-12-10 | 1 | -7/+7 |
|\ \ \ | |/ / | | | | | | | | | | | | | Turns out, the snakebite bots have also their peculiarities. I'm really not proud of this stream of commits. :( | ||||
| * | | #15872: Some more Windows related tuning to shutil.rmtree tests | Hynek Schlawack | 2012-12-10 | 1 | -7/+7 |
| |\ \ | | |/ | | | | | | | | | | | | | Turns out, the snakebite bots behave also their peculiarities. I'm really not proud of this stream of commits. :( | ||||
| | * | #15872: Some more Windows related tuning to shutil.rmtree tests | Hynek Schlawack | 2012-12-10 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | Turns out, the snakebite bots behave also their peculiarities. I'm really not proud of this stream of commits. :( | ||||
* | | | #15872: Be flexible with appending *.* in shutil.rmtree test case | Hynek Schlawack | 2012-12-10 | 1 | -3/+7 |
|\ \ \ | |/ / | | | | | | | The Windows buildbots seem to be unable to agree whether they need them or not. | ||||
| * | | #15872: Be flexible with appending *.* in shutil.rmtree test case | Hynek Schlawack | 2012-12-10 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | The Windows buildbots seem to be unable to agree whether they need them or not. | ||||
| | * | #15872: Be flexible with appending *.* in shutil.rmtree test case | Hynek Schlawack | 2012-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | | The Windows buildbots seem to be unable to agree whether they need them or not. | ||||
* | | | #15872: More shutil test fixes for Windows | Hynek Schlawack | 2012-12-10 | 1 | -5/+1 |
|\ \ \ | |/ / | | | | | | | | | | This one is different from 3.2 and 3.3. Windows ceased using *.* since 3.4 apparently. | ||||
| * | | #15872: More shutil test fixes for Windows | Hynek Schlawack | 2012-12-10 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | #15872: More shutil test fixes for Windows | Hynek Schlawack | 2012-12-10 | 1 | -2/+2 |
| | | | |||||
* | | | Fix Issue15701 : add .headers attribute to urllib.error.HTTPError | Senthil Kumaran | 2012-12-10 | 2 | -1/+13 |
| | | | |||||
* | | | #15872: Fix shutil.rmtree error tests for Windows | Hynek Schlawack | 2012-12-10 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | #15872: Fix shutil.rmtree error tests for Windows | Hynek Schlawack | 2012-12-10 | 1 | -1/+5 |
| |\ \ | | |/ |