Petri Lehtinen
|
0362b54fd9
|
Revert "Issue #16121: Fix line number accounting in shlex"
|
2013-02-23 23:12:03 +01:00 |
|
Petri Lehtinen
|
f794bde17d
|
Revert "Issue #16121: Fix line number accounting in shlex"
|
2013-02-23 23:05:54 +01:00 |
|
Petri Lehtinen
|
6d61eaa0d0
|
Issue #16121: Fix line number accounting in shlex
|
2013-02-23 22:09:51 +01:00 |
|
Petri Lehtinen
|
7a05113ccf
|
Issue #16121: Fix line number accounting in shlex
|
2013-02-23 22:08:07 +01:00 |
|
Petri Lehtinen
|
43072780df
|
Issue #16121: Fix line number accounting in shlex
|
2013-02-23 22:07:39 +01:00 |
|
Petri Lehtinen
|
7de72ad8a0
|
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
|
2013-02-23 21:09:12 +01:00 |
|
Petri Lehtinen
|
905b648754
|
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
|
2013-02-23 21:06:16 +01:00 |
|
Petri Lehtinen
|
fead3c8cca
|
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
|
2013-02-23 21:05:48 +01:00 |
|
Petri Lehtinen
|
e2c114733b
|
Issue #16695: Document how glob handles filenames starting with a dot
|
2013-02-23 19:55:36 +01:00 |
|
Petri Lehtinen
|
ee4a20bad6
|
Issue #16695: Document how glob handles filenames starting with a dot
|
2013-02-23 19:53:27 +01:00 |
|
Petri Lehtinen
|
2342784d28
|
Issue #16695: Document how glob handles filenames starting with a dot
|
2013-02-23 19:53:03 +01:00 |
|
Petri Lehtinen
|
3c75a48c86
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:34:44 +01:00 |
|
Petri Lehtinen
|
9f74c6cf7d
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
|
Petri Lehtinen
|
0b785036ef
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:24:31 +01:00 |
|
Petri Lehtinen
|
f484efdb60
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
|
2013-02-23 19:09:45 +01:00 |
|
Petri Lehtinen
|
8b945148e3
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
Patch by Lowe Thiderman
|
2013-02-23 19:05:56 +01:00 |
|
Petri Lehtinen
|
9e14755b46
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
Patch by Lowe Thiderman
|
2013-02-23 19:05:09 +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
|
c23178ba36
|
Issue #5033: Fix building of the sqlite3 extension module
|
2013-02-23 17:05:28 +01:00 |
|
Serhiy Storchaka
|
18809fa94e
|
Remove unused defines.
|
2013-02-23 14:48:16 +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
|
0a4a7e13f3
|
Fix deprecation warning in test_tcl.
|
2013-02-23 08:19:00 +02:00 |
|
Ezio Melotti
|
4dbcec9dd1
|
Fix deprecation warning in tempfile.
|
2013-02-23 08:16:07 +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
|
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
|
ef1db54ac1
|
#17249: check for the availability of the thread module.
|
2013-02-23 06:33:51 +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
|
2fddfd85bd
|
#17249: convert a test in test_capi to use unittest and reap threads.
|
2013-02-23 05:45:37 +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
|
6a959a1213
|
#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
|
43b09d49b6
|
Fix the highlight in another example.
|
2013-02-22 07:53:23 +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 |
|
Ezio Melotti
|
986f71cb2d
|
#17256: fix syntax highlight in embedding example. Patch by Kushal Das.
|
2013-02-22 07:38:11 +02:00 |
|
Ezio Melotti
|
ed5fba2ad9
|
#17035: use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag.
|
2013-02-22 07:34:52 +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 |
|
Chris Jerdonek
|
13cee1696f
|
Issue #17203: add long option names to unittest discovery docs.
|
2013-02-21 18:52:12 -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 |
|
Ezio Melotti
|
7d0eb4b234
|
#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 |
|