Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax test when WITH_PYMALLOC is false or undefined. | Antoine Pitrou | 2012-12-18 | 1 | -1/+4 |
| | |||||
* | Issue #16711: Fix required method names for collections.Iterator | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ | | | | | | | Thanks to Inada Naoki | ||||
| * | Issue #16711: Fix required method names for collections.Iterator | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| |\ | | | | | | | | | | Thanks to Inada Naoki | ||||
| | * | Issue #16711: Fix required method names for collections.Iterator | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Thanks to Inada Naoki | ||||
* | | | Following issue #13390, fix compilation --without-pymalloc, and make ↵ | Antoine Pitrou | 2012-12-17 | 3 | -8/+21 |
| | | | | | | | | | | | | sys.getallocatedblocks() return 0 in that situation. | ||||
* | | | 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 ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
|\ \ \ | |/ / | | | | | | | exception | ||||
| * | | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
| |\ \ | | |/ | | | | | | | exception | ||||
| | * | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
| | | | | | | | | | | | | exception | ||||
* | | | 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 | 2 | -3/+10 |
|\ \ \ | |/ / | | | | | | | (patch by Serhiy Storchaka) | ||||
| * | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. ↵ | Giampaolo Rodola' | 2012-12-17 | 2 | -3/+10 |
| |\ \ | | |/ | | | | | | | (patch by Serhiy Storchaka) | ||||
| | * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. ↵ | Giampaolo Rodola' | 2012-12-17 | 2 | -3/+10 |
| | | | | | | | | | | | | (patch by Serhiy Storchaka) | ||||
* | | | 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 |
| | | | | | | | | | | | | Patch by Ashish Nitin Patil. | ||||
* | | | 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 ↵ | 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. | ||||
* | | | 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 ↵ | Antoine Pitrou | 2012-12-16 | 3 | -1/+21 |
|\ \ \ | |/ / | | | | | | | | | | | | | 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 | 3 | -1/+21 |
| |\ \ | | |/ | | | | | | | | | | | | | 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 | 3 | -1/+21 |
| | | | | | | | | | | | | | | | | | | pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka. | ||||
* | | | 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 |
|\ \ \ | |/ / | | | | | | | Patch by Sebastian Kreft. | ||||
| * | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 3 | -2/+11 |
| |\ \ | | |/ | | | | | | | Patch by Sebastian Kreft. | ||||
| | * | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 3 | -1/+10 |
| | | | | | | | | | | | | Patch by Sebastian Kreft. | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | supports all None default values present in decimal.py. These values were largely undocumented. | ||||
* | | | Merge: use OSError instead of os.error in the docs. | Andrew Svetlov | 2012-12-15 | 2 | -5/+5 |
|\ \ \ | |/ / |