Benjamin Peterson
|
43cb4b79d9
|
update pydoc topics
|
2013-03-23 10:15:25 -05:00 |
Benjamin Peterson
|
71e2d2e260
|
nonlocal isn't a 2.x topic
|
2013-03-23 10:09:24 -05:00 |
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
|
0e29f22855
|
Updated Misc/NEWS with #17508.
|
2013-03-23 10:56:39 +00:00 |
Martin v. Loewis
|
18613e6e7b
|
Issue #17425: Build against openssl 0.9.8y on Windows.
|
2013-03-22 22:01:56 +01: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 |
Raymond Hettinger
|
4507274139
|
Modernize unittest example
|
2013-03-22 07:17:38 -07: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
|
11f989320e
|
Issue #10296 : Don't handle BreakPoint exceptions using
Structured Exception Handling on windows.
|
2013-03-19 15:24:10 -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
|
ac0866f2ab
|
- update config.guess and config.sub
|
2013-03-19 15:00:46 -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 |
Kristján Valur Jónsson
|
868f0aac37
|
issue #9090 : Take the same approach for socketmodule as daytimemodule
when it needs support from timemodule (which is a .so on linux):
link in timemodule.c for the required functions.
|
2013-03-19 13:53:56 -07:00 |
R David Murray
|
a39c47aab0
|
#8862: Fix curses cleanup with getchar is interrupted by a signal.
I have no idea how one would write a test for this.
Patch by July Tikhonov.
|
2013-03-19 16:26:53 -04:00 |
Kristján Valur Jónsson
|
620e36419a
|
issue #9090 : Limit the fix to windows since getting a portable simple
time function on non-windows isn't quite simple.
|
2013-03-19 13:01:05 -07:00 |
Kristján Valur Jónsson
|
6ebc8f3f38
|
Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
(WSAEWOULDBLOCK - A non-blocking socket operation could not be completed
immediately)
|
2013-03-19 10:58:59 -07:00 |
Gregory P. Smith
|
46ce27ab1e
|
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
specifically addresses a stack misalignment issue on x86 and issues on
some more recent platforms.
|
2013-03-18 16:58:50 -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 |
Terry Jan Reedy
|
271e56e887
|
Issue #17415: Trim trailing whitespace
|
2013-03-17 15:28:10 -04:00 |
Terry Jan Reedy
|
3e50fb3f69
|
Issue #17415: Clarify 'this' referent by moving containing sentence just after
the sentence referred to. Make other minor edits to improve flow.
|
2013-03-17 15:21:26 -04:00 |
Terry Jan Reedy
|
e493e87f35
|
Merge heads.
|
2013-03-16 16:03:37 -04:00 |
Terry Jan Reedy
|
589cb111b5
|
Issue #17418: specify that buffer sizes are bytes.
|
2013-03-16 15:55:53 -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 |
Terry Jan Reedy
|
b1ed05c7a5
|
Issue #17398: document url argument of RobotFileParser
|
2013-03-15 16:49:22 -04:00 |
Terry Jan Reedy
|
0b2173a1ee
|
Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
|
2013-03-14 19:32:22 -04: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 |
Senthil Kumaran
|
69c66f9a43
|
#17307 - Example of HTTP PUT Request using httplib
|
2013-03-13 13:30:25 -07:00 |
Ezio Melotti
|
5e32424b49
|
#17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah.
|
2013-03-13 02:26:11 +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
|
21e52aad13
|
Fix issue number
|
2013-03-12 02:19:09 -04:00 |
Terry Jan Reedy
|
f9d31069db
|
Issue #14707: add news entry
|
2013-03-12 01:26:28 -04: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 |
Terry Jan Reedy
|
ce9cc49104
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:41:44 -04:00 |
Terry Jan Reedy
|
6bf9b85859
|
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
|
2013-03-11 17:09:58 -04:00 |
Ezio Melotti
|
617e2c186d
|
#16004: Add `make touch`.
|
2013-03-11 09:14:09 +02: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 |