R David Murray
|
1a48b9dd7d
|
#5024: whichhdr now returns the frame count for WAV files.
Patch by Ned Jackson Lovely based on a suggestion by Robert Pyle.
|
2013-03-18 17:42:42 -04:00 |
|
Benjamin Peterson
|
57048b6f9f
|
add Sven Brauch for his #16795 contribution
|
2013-03-18 10:52:04 -07:00 |
|
R David Murray
|
0351928359
|
Merge #17448: Make test_sax skip if there are no xml parsers.
Patch by Rafael Santos.
|
2013-03-18 00:21:43 -04:00 |
|
R David Murray
|
f3a1b6efe0
|
Merge #17448: Make test_sax skip if there are no xml parsers.
Patch by Rafael Santos.
|
2013-03-18 00:20:43 -04:00 |
|
R David Murray
|
a846f5ace8
|
#17448: Make test_sax skip if there are no xml parsers.
Patch by Rafael Santos.
|
2013-03-18 00:18:12 -04:00 |
|
R David Murray
|
5efee58014
|
Merge: #17431: Fix missing import of BytesFeedParser in email.parser.
|
2013-03-15 20:45:11 -04:00 |
|
R David Murray
|
8093d6f822
|
Merge: #17431: Fix missing import of BytesFeedParser in email.parser.
|
2013-03-15 20:42:29 -04:00 |
|
R David Murray
|
612528d95d
|
#17431: Fix missing import of BytesFeedParser in email.parser.
Initial patch contributed by Edmond Burnett.
|
2013-03-15 20:38:15 -04:00 |
|
Terry Jan Reedy
|
d49af5dc2e
|
Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.
Revise module docstring and update itertools import and use.
|
2013-03-15 03:04:25 -04:00 |
|
Brett Cannon
|
4802becb16
|
Issue #17117: Have both import itself and importlib.util.set_loader()
set __loader__ on a module when set to None.
Thanks to Gökcen Eraslan for the fix.
|
2013-03-13 10:41:36 -07:00 |
|
Eli Bendersky
|
b439cf5faa
|
Issue #11367: fix documentation of some find* methods in ElementTree
|
2013-03-12 06:06:06 -07:00 |
|
Eli Bendersky
|
72cdb5c39e
|
Issue #11367: fix documentation of some find* methods in ElementTree
|
2013-03-12 06:04:33 -07:00 |
|
Eli Bendersky
|
7343cb0790
|
Issue #11367: fix documentation of some find* methods in ElementTree
|
2013-03-12 06:01:22 -07:00 |
|
Ezio Melotti
|
a41fb4be5b
|
#17351: merge with 3.3.
|
2013-03-11 09:43:25 +02:00 |
|
Ezio Melotti
|
c9cfcf1e6c
|
#17351: merge with 3.2.
|
2013-03-11 09:42:40 +02:00 |
|
Ezio Melotti
|
af8838f443
|
#17351: remove "object" inheritance from docs. Patch by Phil Elson.
|
2013-03-11 09:30:21 +02:00 |
|
Eli Bendersky
|
84fae785ce
|
Issue #16954: Add docstrings for ElementTree
Based on patch by David Lam
|
2013-03-09 07:12:48 -08:00 |
|
Terry Jan Reedy
|
c75be9341d
|
Merge: closes issue 16643 (not ....2 as in last commit message)
|
2013-03-09 02:19:33 -05:00 |
|
Terry Jan Reedy
|
adecf3f66f
|
Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
Patch by Ramchandra Apte
|
2013-03-09 02:14:27 -05:00 |
|
Terry Jan Reedy
|
11c08fd4b4
|
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
|
2013-03-08 19:40:17 -05:00 |
|
Terry Jan Reedy
|
b6f1d6419d
|
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
|
2013-03-08 19:39:30 -05:00 |
|
Terry Jan Reedy
|
9cbcc2f1c0
|
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
|
2013-03-08 19:35:15 -05:00 |
|
Ezio Melotti
|
04a29554c1
|
#17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum.
|
2013-03-03 15:12:44 +02:00 |
|
R David Murray
|
d7c59e101f
|
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:21:48 -05:00 |
|
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
|
0562379a7c
|
Revert "Issue #16121: Fix line number accounting in shlex"
|
2013-02-23 23:13:03 +01: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
|
978b4d6d29
|
Issue #16121: Fix line number accounting in shlex
|
2013-02-23 22:11:06 +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
|
827b36bed8
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:37:01 +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
|
e460f26b25
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
|
2013-02-23 19:10:29 +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
|
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 |
|
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 |
|
Ezio Melotti
|
178e6fef9e
|
#17178: merge with 3.3.
|
2013-02-15 23:38:23 +02:00 |
|
Ezio Melotti
|
293ab9728a
|
#17178: merge with 3.2.
|
2013-02-15 23:38:05 +02:00 |
|
Ezio Melotti
|
b19ed57d8d
|
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
|
2013-02-15 23:35:14 +02:00 |
|
Serhiy Storchaka
|
94cd10fa19
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely.
|
2013-02-13 00:38:48 +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 |
|