Ezio Melotti
|
4ad8eec09e
|
#17217: merge with 3.2.
|
2013-02-23 07:57:53 +02:00 |
Ezio Melotti
|
507eb09ad6
|
#17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only.
|
2013-02-23 07:53:56 +02:00 |
Ezio Melotti
|
a420f0d0a0
|
#17249: null merge.
|
2013-02-23 06:53:21 +02:00 |
Ezio Melotti
|
1ca8794f10
|
#17249: check for the availability of the thread module.
|
2013-02-23 06:42:19 +02:00 |
Ezio Melotti
|
35246bd5b1
|
#17249: merge with 3.2.
|
2013-02-23 05:58:38 +02:00 |
Ezio Melotti
|
29267c81ce
|
#17249: convert a test in test_capi to use unittest and reap threads.
|
2013-02-23 05:52:46 +02:00 |
Ezio Melotti
|
cc5ea62e48
|
#15438: merge with 3.2.
|
2013-02-23 04:55:24 +02:00 |
Ezio Melotti
|
739d5497c0
|
#15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson.
|
2013-02-23 04:53:44 +02:00 |
Ezio Melotti
|
5c72b3f067
|
#17271: merge with 3.2.
|
2013-02-22 08:29:11 +02:00 |
Ezio Melotti
|
ad17bc0bf9
|
#17271: update example in tempfile docs.
|
2013-02-22 08:28:14 +02:00 |
Ezio Melotti
|
ff3f333605
|
#17256: merge with 3.2.
|
2013-02-22 07:51:18 +02:00 |
Ezio Melotti
|
a19ebdb44a
|
#17256: fix syntax highlight in embedding example. Patch by Kushal Das.
|
2013-02-22 07:46:22 +02:00 |
Chris Jerdonek
|
8c0bbfd101
|
Issue #17203: add long option names to unittest discovery docs.
|
2013-02-21 19:00:06 -08:00 |
Chris Jerdonek
|
d69ad55220
|
Issue #17203: add long option names to unittest discovery docs.
|
2013-02-21 18:54:43 -08:00 |
Ezio Melotti
|
600b71167e
|
#17255: merge with 3.2.
|
2013-02-21 23:17:08 +02:00 |
Ezio Melotti
|
0f4377c100
|
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
|
2013-02-21 23:15:40 +02:00 |
Serhiy Storchaka
|
ed891c1517
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:21:21 +02:00 |
Serhiy Storchaka
|
c510a048ba
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:19:16 +02:00 |
Serhiy Storchaka
|
9d202ba252
|
Issue #17248: Fix os.*chown() testing when user is in root group.
|
2013-02-21 14:34:59 +02:00 |
Serhiy Storchaka
|
a2964b3175
|
Issue #17248: Fix os.*chown() testing when user is in root group.
|
2013-02-21 14:34:36 +02:00 |
Ezio Melotti
|
4d6795e1a2
|
#17265: merge with 3.2.
|
2013-02-21 12:35:40 +02:00 |
Ezio Melotti
|
bcbc5678d5
|
#17265: fix highlight in template example. Initial patch by Berker Peksag.
|
2013-02-21 12:30:32 +02:00 |
Ezio Melotti
|
79b99dba0f
|
Silence DeprecationWarnings in test_urllib.
|
2013-02-21 02:41:42 +02:00 |
Ezio Melotti
|
6f43a90901
|
Merge heads.
|
2013-02-21 00:00:17 +02:00 |
Ezio Melotti
|
51e243f22e
|
Silence DeprecationWarnings in test_unicode.
|
2013-02-20 23:56:01 +02:00 |
Benjamin Peterson
|
2dba1ee3e6
|
fix building without pymalloc (closes #17228)
|
2013-02-20 16:54:30 -05:00 |
Ezio Melotti
|
795c10b3b6
|
Rebuild importlib.h after the changes introduced in 0f65bf6063ca.
|
2013-02-20 21:42:46 +02:00 |
Serhiy Storchaka
|
43d9fa2167
|
Issue #17248: Fix os.*chown() testing when user has group root.
|
2013-02-20 19:48:47 +02:00 |
Serhiy Storchaka
|
b3d62cefc7
|
Issue #17248: Fix os.*chown() testing when user has group root.
|
2013-02-20 19:48:22 +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 |
Ezio Melotti
|
5a9ce077e0
|
#17143: fix buildbot failures on Windows.
|
2013-02-20 02:52:49 +02: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
|
674a42b114
|
Fix error messages.
|
2013-02-19 13:44:49 +01: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
|
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
|
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
|
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
|
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 |
Andrew Svetlov
|
a60de4f14f
|
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
|
2013-02-17 16:55:58 +02:00 |
Raymond Hettinger
|
d0dbb20f5f
|
Set cache sizes to a power-of-two
|
2013-02-17 01:33:37 -08: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 |
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 |