Raymond Hettinger
|
5ded795a72
|
Hold key reference until the links have updated.
|
2013-03-23 05:27:51 -07:00 |
|
Vinay Sajip
|
bb2dad8915
|
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
|
2013-03-23 11:18:10 +00:00 |
|
Vinay Sajip
|
8651a51c92
|
Issue #17508: Handled out-of-order handler configuration correctly.
|
2013-03-22 15:19:24 +00:00 |
|
Benjamin Peterson
|
469ee9d84c
|
backout 66e30c4870bb for breaking OSX (#13150)
|
2013-03-22 09:37:13 -05:00 |
|
doko@ubuntu.com
|
28b7c05131
|
- Issue #13150: sysconfig no longer parses the Makefile and config.h files
when imported, instead doing it at build time. This makes importing
sysconfig faster and reduces Python startup time by 20%.
|
2013-03-21 15:02:16 -07:00 |
|
Benjamin Peterson
|
17feac7c6e
|
fix issue reference
|
2013-03-20 13:11:04 -05:00 |
|
Benjamin Peterson
|
b2c57a9142
|
this obviously is not going to raise any -3 warnings
|
2013-03-20 13:10:41 -05:00 |
|
Benjamin Peterson
|
625af8e13e
|
site.py is needed to set up paths
|
2013-03-20 12:47:57 -05:00 |
|
Gregory P. Smith
|
5c87ad07bd
|
Use a larger amount of data for the interrupted_write tests so that
they work properly on systems configured with large pipe buffers.
|
2013-03-19 23:21:03 -07:00 |
|
Kristján Valur Jónsson
|
9795ca44fb
|
Issue #10212: Support new buffer interface for struct.unpack and
cStringIO
|
2013-03-19 17:17:47 -07:00 |
|
Kristján Valur Jónsson
|
1d108bc714
|
Issue #10211 : Buffer object should support the new buffer interface.
|
2013-03-19 16:50:51 -07:00 |
|
Kristján Valur Jónsson
|
acb6e85808
|
Issue #12098 : Fix a missing import in the unittests.
|
2013-03-19 17:30:30 -07:00 |
|
Kristján Valur Jónsson
|
8927e8f421
|
Issue #12098: multiprocessing on Windows now starts child processes
using the same sys.flags as the current process.
Backport from default branch.
|
2013-03-19 15:07:35 -07:00 |
|
doko@ubuntu.com
|
71610752d6
|
Reindent files for:
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
db-5.x, and dropping support for db-4.1 and db-4.2.
|
2013-03-19 14:50:38 -07:00 |
|
doko@ubuntu.com
|
4950a3b6cc
|
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
db-5.x, and dropping support for db-4.1 and db-4.2.
|
2013-03-19 14:46:29 -07:00 |
|
Benjamin Peterson
|
bebf75f30a
|
open file in binary mode
|
2013-03-17 21:28:29 -07:00 |
|
R David Murray
|
35893b7994
|
#16057: Clarify why the base method default is called in custom encoders.
Original patch by Kushal Das.
|
2013-03-17 22:06:18 -04:00 |
|
Ezio Melotti
|
e015b6b1fc
|
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters.
|
2013-03-16 20:04:44 +02:00 |
|
Serhiy Storchaka
|
923baea9f9
|
Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote().
|
2013-03-14 21:31:09 +02:00 |
|
Serhiy Storchaka
|
2556c8388c
|
Issue #17299: Add test coverage for cPickle with file objects and general IO
objects. Original patch by Aman Shah.
|
2013-03-14 20:59:09 +02:00 |
|
Ezio Melotti
|
fda7a8ce78
|
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
|
2013-03-13 01:49:57 +02:00 |
|
Eli Bendersky
|
981c3bde8d
|
Issue #11367: fix documentation of some find* methods in ElementTree
|
2013-03-12 06:08:04 -07:00 |
|
Terry Jan Reedy
|
a70f60acf3
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:56:17 -04:00 |
|
Ezio Melotti
|
9b9cd4c85e
|
#11963: fix Windows buildbots.
|
2013-03-11 03:21:08 +02:00 |
|
Ezio Melotti
|
efaad09c9a
|
#11963: remove human verification from test_subprocess.
|
2013-03-11 00:34:33 +02:00 |
|
Ezio Melotti
|
c52670479a
|
#11963: fix Windows buildbots.
|
2013-03-10 03:25:45 +02:00 |
|
Ezio Melotti
|
da9eeae48e
|
#11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.
|
2013-03-09 22:17:33 +02:00 |
|
Raymond Hettinger
|
9f7e247a88
|
Issue #17375: Add docstrings to the threading module.
|
2013-03-08 21:02:13 -07:00 |
|
Senthil Kumaran
|
6234cc0098
|
Reverting the changeset c31d700dea8b made for Issue #12921
|
2013-03-05 02:24:03 -08:00 |
|
Senthil Kumaran
|
c74e764c21
|
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
response message when send_error includes a message in addition to error
status. Patch contributed by Karl.
|
2013-03-05 01:21:13 -08:00 |
|
Raymond Hettinger
|
757408a2f3
|
merge
|
2013-03-05 02:16:45 -05:00 |
|
Raymond Hettinger
|
3e6aafe209
|
Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest.
This removes the dependency on bisect and it bring the pure Python code
in-sync with the C code.
|
2013-03-05 02:15:01 -05:00 |
|
Antoine Pitrou
|
49e4dfeec8
|
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
|
2013-03-04 20:30:01 +01:00 |
|
Ezio Melotti
|
a84ecc649b
|
#17346: make sure pickle tests are run against all protocols.
|
2013-03-04 15:23:12 +02:00 |
|
Mark Dickinson
|
7cac1c25a1
|
Issue #16445: Fix potential segmentation fault when deleting an exception message.
|
2013-03-03 11:13:34 +00:00 |
|
Ezio Melotti
|
c86e866b98
|
#17315: unlink a file that test_posixpath was leaving around.
|
2013-03-01 20:56:13 +02:00 |
|
Petri Lehtinen
|
e41a4634c9
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
|
2013-02-26 21:34:33 +02:00 |
|
Richard Oudkerk
|
ba48264bce
|
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
|
2013-02-26 12:37:07 +00:00 |
|
Serhiy Storchaka
|
93bfe7d860
|
Issue #1470548: Do not buffer XMLGenerator output.
Add test for fragment producing with XMLGenerator.
|
2013-02-25 13:31:29 +02:00 |
|
R David Murray
|
5b2cf5e651
|
#17275: Fix class name in init errors in C bufferedio classes.
This fixes an apparent copy-and-paste error.
Original patch by Manuel Jacob.
|
2013-02-23 22:11:21 -05:00 |
|
Petri Lehtinen
|
f794bde17d
|
Revert "Issue #16121: Fix line number accounting in shlex"
|
2013-02-23 23:05:54 +01:00 |
|
Petri Lehtinen
|
43072780df
|
Issue #16121: Fix line number accounting in shlex
|
2013-02-23 22:07:39 +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
|
9e14755b46
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
Patch by Lowe Thiderman
|
2013-02-23 19:05:09 +01: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
|
ef1db54ac1
|
#17249: check for the availability of the thread module.
|
2013-02-23 06:33:51 +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
|
7d0eb4b234
|
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
|
2013-02-21 23:15:40 +02:00 |
|
Serhiy Storchaka
|
49d4022d7d
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:17:54 +02:00 |
|