Serhiy Storchaka
|
fffc479f15
|
Issue #17248: Fix os.*chown() testing when user has group root.
|
2013-02-20 19:47:31 +02:00 |
|
Serhiy Storchaka
|
07342983ce
|
Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
|
2013-02-20 19:43:05 +02:00 |
|
Serhiy Storchaka
|
f0602062b6
|
Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
|
2013-02-20 19:42:31 +02:00 |
|
Serhiy Storchaka
|
54db2fd5d0
|
Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
|
2013-02-20 19:40:25 +02:00 |
|
Serhiy Storchaka
|
3e188c4ebb
|
Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
|
2013-02-20 19:39:59 +02:00 |
|
R David Murray
|
c32b678fd0
|
#7842: backport fix for py_compile.compile syntax error message handling.
|
2013-02-19 20:00:11 -05:00 |
|
Ezio Melotti
|
1758d9cf8e
|
#17143: merge with 3.3.
|
2013-02-20 02:54:50 +02:00 |
|
Ezio Melotti
|
5a9ce077e0
|
#17143: fix buildbot failures on Windows.
|
2013-02-20 02:52:49 +02:00 |
|
R David Murray
|
87632f1a9e
|
#6623: Add explicit deprecation warning for ftplib.Netrc.
|
2013-02-19 18:32:28 -05:00 |
|
R David Murray
|
8aa164b395
|
Merge: #13700: Make imap.authenticate with authobject work.
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
|
2013-02-19 12:20:32 -05:00 |
|
R David Murray
|
6cd6f01556
|
Merge: #13700: Make imap.authenticate with authobject work.
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
|
2013-02-19 12:19:13 -05:00 |
|
R David Murray
|
774a39f26e
|
#13700: Make imap.authenticate with authobject work.
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
|
2013-02-19 12:17:31 -05:00 |
|
Stefan Krah
|
5e06d1d0b9
|
Merge 3.3.
|
2013-02-19 14:02:59 +01:00 |
|
Stefan Krah
|
674a42b114
|
Fix error messages.
|
2013-02-19 13:44:49 +01:00 |
|
R David Murray
|
5aff27aec1
|
#7963: fix error message when 'object' called with arguments.
Patch by Alexander Belopolsky.
|
2013-02-18 22:04:59 -05:00 |
|
R David Murray
|
aaf16b9cfb
|
Merge: #7963: fix error message when 'object' called with arguments.
|
2013-02-18 21:44:03 -05:00 |
|
R David Murray
|
702a5dc1ed
|
#7963: fix error message when 'object' called with arguments.
|
2013-02-18 21:39:18 -05:00 |
|
R David Murray
|
6b30759022
|
#7963: fix error message when 'object' called with arguments.
Patch by Alexander Belopolsky.
|
2013-02-18 21:20:08 -05:00 |
|
Serhiy Storchaka
|
789ee0f31f
|
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
|
2013-02-18 13:33:37 +02:00 |
|
Serhiy Storchaka
|
41d4ebbf43
|
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
|
2013-02-18 13:33:13 +02:00 |
|
Serhiy Storchaka
|
1548ed6698
|
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
|
2013-02-18 13:32:30 +02:00 |
|
Serhiy Storchaka
|
c8e75ba2c5
|
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
|
2013-02-18 13:32:06 +02:00 |
|
Serhiy Storchaka
|
2cca36ed3c
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:03:07 +02:00 |
|
Serhiy Storchaka
|
df4aa642a5
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:02:41 +02:00 |
|
Serhiy Storchaka
|
59f5dee3d6
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:01:52 +02:00 |
|
Serhiy Storchaka
|
4676448941
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a unicode argument contains non-BMP character.
|
2013-02-18 13:00:08 +02:00 |
|
Serhiy Storchaka
|
2a47954895
|
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
|
2013-02-18 12:22:05 +02:00 |
|
Serhiy Storchaka
|
407aa2df2a
|
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
|
2013-02-18 12:21:30 +02:00 |
|
Serhiy Storchaka
|
467393dff5
|
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
|
2013-02-18 12:21:04 +02:00 |
|
Serhiy Storchaka
|
142d2bc3f1
|
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
|
2013-02-18 12:20:44 +02:00 |
|
Serhiy Storchaka
|
580e2c1a65
|
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
|
2013-02-18 11:23:10 +02:00 |
|
Serhiy Storchaka
|
f844f7e361
|
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
|
2013-02-18 11:18:33 +02:00 |
|
Serhiy Storchaka
|
9acb9bc659
|
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
|
2013-02-18 11:14:21 +02:00 |
|
Serhiy Storchaka
|
fbc737eda1
|
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
|
2013-02-18 11:14:04 +02:00 |
|
Andrew Svetlov
|
597ba7e351
|
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
|
2013-02-17 16:56:28 +02:00 |
|
Andrew Svetlov
|
a60de4f14f
|
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
|
2013-02-17 16:55:58 +02:00 |
|
Raymond Hettinger
|
1014b6c21c
|
merge
|
2013-02-17 01:34:17 -08:00 |
|
Raymond Hettinger
|
d0dbb20f5f
|
Set cache sizes to a power-of-two
|
2013-02-17 01:33:37 -08:00 |
|
Raymond Hettinger
|
832eddeafb
|
Eliminate unnecessary variable.
|
2013-02-17 00:08:45 -08:00 |
|
Eric Snow
|
5df9f82547
|
Merge from 3.3
|
2013-02-16 22:25:31 -07:00 |
|
Eric Snow
|
5b49962f7e
|
Fixes a FileFinder docstring to reflect an old change.
That change was in 1db6553f3f8c.
|
2013-02-16 22:23:48 -07:00 |
|
Eric Snow
|
9d05c8c0e0
|
Issue #15022: Ensure all pickle protocols are supported.
|
2013-02-16 18:20:32 -07:00 |
|
Antoine Pitrou
|
dcbe46bc5b
|
Merge
|
2013-02-17 01:05:46 +01:00 |
|
Antoine Pitrou
|
7056cb2867
|
Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit.
|
2013-02-17 01:04:57 +01:00 |
|
Eric Snow
|
b5c8f92782
|
Issue #15022: Add pickle and comparison support to types.SimpleNamespace.
|
2013-02-16 16:32:39 -07:00 |
|
Antoine Pitrou
|
4f53550ca1
|
Remove unused certificate files
|
2013-02-16 21:40:16 +01:00 |
|
Antoine Pitrou
|
60982914b4
|
Fix test_ssl by replacing expired X509 certificate
|
2013-02-16 21:39:28 +01:00 |
|
Serhiy Storchaka
|
e924ddb23e
|
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
|
2013-02-16 21:25:40 +02:00 |
|
Serhiy Storchaka
|
b0c75a7dec
|
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
|
2013-02-16 21:25:05 +02:00 |
|
Serhiy Storchaka
|
fa46816915
|
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
|
2013-02-16 21:23:53 +02:00 |
|