Petri Lehtinen
|
8b945148e3
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
Patch by Lowe Thiderman
|
2013-02-23 19:05:56 +01:00 |
Petri Lehtinen
|
20054477f4
|
Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram
Patch by Jyrki Pulliainen
|
2013-02-23 18:55:49 +01:00 |
Petri Lehtinen
|
d784e53d96
|
Issue #5033: Fix building of the sqlite3 extension module
|
2013-02-23 17:24:44 +01:00 |
Petri Lehtinen
|
d2132144a4
|
Issue #5033: Fix building of the sqlite3 extension module
|
2013-02-23 17:24:00 +01:00 |
Petri Lehtinen
|
ed909bcbdd
|
Issue #5033: Fix building of the sqlite3 extension module
|
2013-02-23 17:16:20 +01:00 |
Petri Lehtinen
|
4eb9f5000e
|
Add generated python-config files to .gitignore
|
2013-02-23 15:35:42 +01:00 |
Serhiy Storchaka
|
06b16f879f
|
Remove unused defines.
|
2013-02-23 14:49:09 +02:00 |
Serhiy Storchaka
|
18809fa94e
|
Remove unused defines.
|
2013-02-23 14:48:16 +02:00 |
Ezio Melotti
|
36aed8fa4c
|
#12749: merge with 3.3.
|
2013-02-23 08:40:39 +02:00 |
Ezio Melotti
|
eadece2865
|
#12749: add a test for non-BMP ranges in character classes.
|
2013-02-23 08:40:07 +02:00 |
Ezio Melotti
|
33136fa6e7
|
#17217: merge with 3.3.
|
2013-02-23 07:58:28 +02:00 |
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
|
78b24e6c7f
|
#17249: null merge.
|
2013-02-23 06:53:41 +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
|
8a909368b9
|
#17249: merge with 3.3.
|
2013-02-23 05:59:37 +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
|
9d9ab3d8fb
|
#15438: merge with 3.3.
|
2013-02-23 04:55:48 +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
|
607240c3be
|
#17271: merge with 3.3.
|
2013-02-22 08:29:34 +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
|
8e5432bcee
|
#17256: merge with 3.3.
|
2013-02-22 07:51:43 +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
|
e787c9c981
|
Issue #17203: add long option names to unittest discovery docs.
|
2013-02-21 19:02:38 -08: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
|
8a268b985f
|
#17255: merge with 3.3.
|
2013-02-21 23:17:34 +02: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
|
920007ad76
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:26:52 +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
|
fc9bf110a2
|
Issue #17248: Fix os.*chown() testing when user is in root group.
|
2013-02-21 14:35:51 +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
|
542b7d1f15
|
#17265: merge with 3.3.
|
2013-02-21 12:35:57 +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
|
d8bc0a3693
|
Merge DeprecationWarnings silencing in test_urllib from 3.3.
|
2013-02-21 02:55:56 +02:00 |
Ezio Melotti
|
79b99dba0f
|
Silence DeprecationWarnings in test_urllib.
|
2013-02-21 02:41:42 +02:00 |
Ezio Melotti
|
09d9d0f385
|
Merge DeprecationWarnings silencing in test_unicode from 3.3.
|
2013-02-21 00:01:44 +02:00 |
Ezio Melotti
|
6f43a90901
|
Merge heads.
|
2013-02-21 00:00:17 +02:00 |
Benjamin Peterson
|
abe40c2528
|
merge 3.3 (#17228)
|
2013-02-20 16:56:06 -05: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 |