R David Murray
|
9f10f56d13
|
Merge #17275: Fix class name in init errors in C bufferedio classes.
This fixes an apparent copy-and-paste error.
Patch by Manuel Jacob.
|
2013-02-23 22:07:55 -05:00 |
R David Murray
|
67bfe80758
|
#17275: Fix class name in init errors in C bufferedio classes.
This fixes an apparent copy-and-paste error.
Patch by Manuel Jacob.
|
2013-02-23 21:51:05 -05:00 |
Petri Lehtinen
|
e766c742c1
|
Revert "Issue #16121: Fix line number accounting in shlex"
|
2013-02-23 23:12:35 +01:00 |
Petri Lehtinen
|
0362b54fd9
|
Revert "Issue #16121: Fix line number accounting in shlex"
|
2013-02-23 23:12:03 +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
|
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
|
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
|
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
|
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
|
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 |
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 |
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 |
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 |
Benjamin Peterson
|
2dba1ee3e6
|
fix building without pymalloc (closes #17228)
|
2013-02-20 16:54:30 -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 |
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
|
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
|
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 |
Serhiy Storchaka
|
a0eb809995
|
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).
|
2013-02-16 16:54:33 +02:00 |
Serhiy Storchaka
|
70ca0210e8
|
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).
|
2013-02-16 16:47:47 +02:00 |
Ezio Melotti
|
23e043fdcd
|
#17143: fix a missing import in the trace module. Initial patch by Berker Peksag.
|
2013-02-15 21:20:50 +02:00 |
Ezio Melotti
|
3a03d2eaef
|
#17163: test_file now works with unittest test discovery. Patch by Zachary Ware.
|
2013-02-15 19:17:53 +02:00 |
Richard Oudkerk
|
a90b7132b7
|
Merge
|
2013-02-13 15:21:23 +00:00 |
Richard Oudkerk
|
439bdb1062
|
Add Misc/NEWS entry for Issue #16743
|
2013-02-13 15:19:36 +00:00 |
Serhiy Storchaka
|
5a1f152d19
|
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
|
2013-02-13 12:11:03 +02:00 |
Serhiy Storchaka
|
7e0191170e
|
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
|
2013-02-13 12:08:15 +02:00 |
Serhiy Storchaka
|
ff7fef9601
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely.
|
2013-02-13 00:37:29 +02:00 |
Serhiy Storchaka
|
f6b361ec1a
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely.
|
2013-02-13 00:35:30 +02:00 |
Serhiy Storchaka
|
e4ad8aacd1
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
|
2013-02-12 09:24:16 +02:00 |
R David Murray
|
66383b2e0a
|
Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
|
2013-02-11 10:53:35 -05:00 |
R David Murray
|
ec317a8985
|
#17171: fix email.encoders.encode_7or8bit when applied to binary data.
|
2013-02-11 10:51:28 -05:00 |
Michael Foord
|
b71b8ec7b1
|
Merge
|
2013-02-11 13:29:58 +00:00 |
Michael Foord
|
f78f5b11f6
|
Correction to issue 17052 fix
|
2013-02-11 13:20:52 +00:00 |
Michael Foord
|
a23a39c07d
|
Merge
|
2013-02-11 00:18:07 +00:00 |
Michael Foord
|
8fd396bd22
|
Issue 17502: unittest discovery should use self.testLoader
|
2013-02-11 00:04:24 +00:00 |
Serhiy Storchaka
|
7cf5599346
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
|
2013-02-10 21:56:49 +02:00 |
Serhiy Storchaka
|
ac99576a8e
|
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
|
2013-02-10 19:29:20 +02:00 |