Andrew Svetlov
|
6eda46de99
|
Replace mmap.error with OSError, #16705
|
2012-12-17 22:55:31 +02:00 |
Andrew Svetlov
|
6d8a122b9c
|
Issue #16704: Get rid of select.error in stdlib. Use OSError instead.
|
2012-12-17 22:23:46 +02:00 |
Giampaolo Rodola'
|
5ee29491e5
|
Issue 16646 (ftplib): deliberately use intermediate variable after catching exception
|
2012-12-17 20:46:45 +01:00 |
Giampaolo Rodola'
|
b6375a2d91
|
Issue 16646 (ftplib): deliberately use intermediate variable after catching exception
|
2012-12-17 20:46:29 +01:00 |
Giampaolo Rodola'
|
57f3487994
|
Issue 16646 (ftplib): deliberately use intermediate variable after catching exception
|
2012-12-17 20:46:16 +01:00 |
Andrew Svetlov
|
786fbd8db7
|
Replace os.error with OSError in tkinter and IDLE
|
2012-12-17 19:51:15 +02:00 |
Andrew Svetlov
|
69d03c4799
|
Cleanup: remove not needed mocks.
|
2012-12-17 19:27:10 +02:00 |
Andrew Svetlov
|
2ade6f24cb
|
Issue #16647: save socket error details in LMTP.connect()
Initial patch by Serhiy Storchaka.
|
2012-12-17 18:57:16 +02:00 |
Andrew Svetlov
|
3b69824de9
|
Issue #16647: save socket error details in LMTP.connect()
Patch by Serhiy Storchaka.
|
2012-12-17 18:55:10 +02:00 |
Andrew Svetlov
|
b6693c4604
|
Issue #16647: save socket error details in LMTP.connect()
Patch by Serhiy Storchaka.
|
2012-12-17 18:54:53 +02:00 |
Andrew Svetlov
|
df485ca493
|
Remove obsolete code: now IOError and WindowsError are aliases for OSError
|
2012-12-17 16:15:35 +02:00 |
Giampaolo Rodola'
|
527e725732
|
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
|
2012-12-17 14:23:41 +01:00 |
Giampaolo Rodola'
|
896cb15d0c
|
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
|
2012-12-17 14:22:19 +01:00 |
Giampaolo Rodola'
|
fc3278802c
|
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
|
2012-12-17 14:20:27 +01:00 |
Andrew Svetlov
|
84188c891c
|
Update example: Counter.subtract returns None, not self
|
2012-12-17 14:01:45 +02:00 |
Andrew Svetlov
|
7c42398f3b
|
Update example: Counter.subtract returns None, not self
|
2012-12-17 14:01:29 +02:00 |
Andrew Svetlov
|
f635172c72
|
Update example: Counter.subtract returns None, not self
|
2012-12-17 14:01:16 +02:00 |
Andrew Svetlov
|
57d0a536b2
|
Fix typo
|
2012-12-17 13:42:57 +02:00 |
Andrew Svetlov
|
2be0edb2c4
|
Fix typo
|
2012-12-17 13:42:40 +02:00 |
Andrew Svetlov
|
dfe109e33f
|
Fix typo
|
2012-12-17 13:42:04 +02:00 |
Brian Curtin
|
5e48764c63
|
Add Ashish Nitin Patil for work on Issue #14901
|
2012-12-17 00:08:28 -06:00 |
Brian Curtin
|
f494e8f2a5
|
Merge 3.3
|
2012-12-17 00:06:02 -06:00 |
Brian Curtin
|
08133c2e8e
|
Merge 3.2
|
2012-12-17 00:04:30 -06:00 |
Brian Curtin
|
655b0c462f
|
Fix #14901. Update the Windows FAQ.
Patch by Ashish Nitin Patil.
|
2012-12-16 23:58:09 -06:00 |
Stefan Krah
|
8e47b8767b
|
Merge 3.3.
|
2012-12-16 21:11:35 +01:00 |
Stefan Krah
|
9a4ff437d1
|
Issue #15783: Support None default values in the Context() constructor.
|
2012-12-16 21:10:35 +01:00 |
Antoine Pitrou
|
d2fc88bbde
|
Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related.
|
2012-12-16 16:40:22 +01:00 |
Antoine Pitrou
|
92f8b0016e
|
Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related.
|
2012-12-16 16:40:04 +01:00 |
Antoine Pitrou
|
742cd37ae5
|
Null merge
|
2012-12-16 16:11:51 +01:00 |
Antoine Pitrou
|
fac4faf173
|
Null merge
|
2012-12-16 16:11:31 +01:00 |
Antoine Pitrou
|
697ce5560f
|
Fix ResourceWarnings in test_pty
|
2012-12-16 16:09:11 +01:00 |
Antoine Pitrou
|
feb318a37a
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
|
2012-12-16 16:03:57 +01:00 |
Antoine Pitrou
|
33138df36a
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
|
2012-12-16 16:03:42 +01:00 |
Antoine Pitrou
|
5461558d1a
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
|
2012-12-16 16:03:01 +01:00 |
Antoine Pitrou
|
39a6ee20ac
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
Patch by Serhiy Storchaka.
|
2012-12-16 13:54:14 +01:00 |
Antoine Pitrou
|
3c331bb729
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
Patch by Serhiy Storchaka.
|
2012-12-16 13:50:19 +01:00 |
Antoine Pitrou
|
3d068b2ecf
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
Patch by Serhiy Storchaka.
|
2012-12-16 13:49:37 +01:00 |
Georg Brandl
|
09bc642153
|
Fixup abc.ABC wording and add versionadded.
|
2012-12-16 13:32:33 +01:00 |
Hynek Schlawack
|
0bb8d8c4c9
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
|
2012-12-16 12:46:58 +01:00 |
Hynek Schlawack
|
9ca5893338
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
|
2012-12-16 12:44:07 +01:00 |
Hynek Schlawack
|
dec59ec5ff
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
|
2012-12-16 12:39:11 +01:00 |
Stefan Krah
|
8031d0dfd4
|
Merge 3.3.
|
2012-12-15 22:36:49 +01:00 |
Stefan Krah
|
040e311826
|
Issue #15783: Except for the number methods, the C version of decimal now
supports all None default values present in decimal.py. These values were
largely undocumented.
|
2012-12-15 22:33:33 +01:00 |
Andrew Svetlov
|
88a3e1f46b
|
Merge: use OSError instead of os.error in the docs.
|
2012-12-15 22:59:55 +02:00 |
Andrew Svetlov
|
618c2e13ca
|
Use OSError instead of os.error in the docs.
|
2012-12-15 22:59:24 +02:00 |
Benjamin Peterson
|
3a31ecd827
|
merge heads
|
2012-12-15 15:46:20 -05:00 |
Benjamin Peterson
|
6a020e8065
|
merge 3.3
|
2012-12-15 15:44:18 -05:00 |
Benjamin Peterson
|
18d105b824
|
merge 3.2
|
2012-12-15 15:44:08 -05:00 |
Benjamin Peterson
|
7eb8a1a0cb
|
remove dead code
|
2012-12-15 15:43:58 -05:00 |
Petri Lehtinen
|
74d6c250e1
|
#11175: argparse.FileType now accepts encoding and errors arguments.
Patch by Lucas Maystre.
|
2012-12-15 22:42:47 +02:00 |