Zachary Ware
779b44a1c2
Merge heads
2015-04-13 10:49:43 -05:00
Zachary Ware
71d6ed73e6
Issue #18402 : Also look for 64 bit Perl in build_ssl.py.
...
It's still not necessary to build, but may be useful to some.
2015-04-13 10:46:40 -05:00
R David Murray
6ab6bd8012
Don't gitignore the Python directory on case insensitive file systems.
2015-04-12 19:14:30 -04:00
Benjamin Peterson
721c86ef36
use imperative
2015-04-11 07:42:42 -04:00
Benjamin Peterson
af80ce3f82
highlight is now highlighted ( closes #23909 )
2015-04-10 18:40:21 -04:00
Serhiy Storchaka
4507b8183b
Issue #16840 : Fixed Tcl test on 2.7 with Tcl 8.4.19.
...
In some Tcl versions -2147483648 is wide integer.
2015-04-10 21:12:18 +03:00
Serhiy Storchaka
461295443f
Issue #21859 : Corrected FileIO docstrings.
2015-04-10 16:08:33 +03:00
Serhiy Storchaka
1aa2c0f073
Issue #23865 : close() methods in multiple modules now are idempotent and more
...
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
2015-04-10 13:24:10 +03:00
Zachary Ware
c26afcc8fc
Put the NASM pulled from svn.python.org at the front of the PATH.
...
This will prevent failures from the version of NASM installed on buildbots,
if the ability to override the version used is desired again later, we can
figure out a way to opt in.
2015-04-09 20:16:05 -05:00
Zachary Ware
a87f690948
Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source.
2015-04-09 15:55:33 -05:00
Zachary Ware
bbf97798b0
Refresh OpenSSL sources on the buildbots
2015-04-09 15:50:08 -05:00
Zachary Ware
563e7c6cd5
Issue #23686 : Update Windows build to use OpenSSL 1.0.2a
2015-04-07 20:33:54 -05:00
Berker Peksag
928b3fff8a
Issue #23400 : Add notes about the sem_open support of the host OS to
...
"Pipes and Queues" and "Synchronization between processes" subsections.
Patch by Davin Potts.
2015-04-08 18:12:53 +03:00
Benjamin Peterson
ce29e87e6f
actually ssl3 is just completely broken
2015-04-08 11:11:00 -04:00
Donald Stufft
c7d957fe4a
Update pip to 6.1.1
2015-04-07 07:09:06 -04:00
Victor Stinner
9a46eb7cdb
ssue #23881 : ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
...
are down, don't use anymore in test_urllib2net
ftp.kernel.org is also slow or down, so reuse the same FTP servers than Python
3.4 and 3.5: use ftp.debian.org instead.
2015-04-07 12:59:14 +02:00
Victor Stinner
5ab1c01bfd
Issue #23881 : urllib.ftpwrapper constructor now closes the socket if the FTP
...
connection failed.
2015-04-07 12:47:57 +02:00
Donald Stufft
d27bcbd706
Upgrade pip to 6.1.0 and setuptools to 15.0
2015-04-07 01:32:24 -04:00
Victor Stinner
62b109ddc5
Issue #23458 : Remove test_os.test_urandom_fd_non_inheritable()
...
os.urandom() only tries to make the os.random() file descriptor non
inheritable, but there is no guarantee. The test fails on too many operating
systems: Windows, OS X 10.5, OpenIndiana.
This issue is correctly fixed in Python 3.4 with the PEP 446. Upgrade to Python
3.4 is you need stronger guarantees.
2015-04-06 23:39:47 +02:00
Benjamin Peterson
9c5a8d4e23
remove extra arguments in arg parsing format codes ( closes #23875 )
2015-04-06 13:05:22 -04:00
Serhiy Storchaka
f29bc70bff
Issue #15133 : _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
...
always returns bool. tkinter.BooleanVar now validates input values (accepted
bool, int, long, str, unicode, and Tcl_Obj). tkinter.BooleanVar.get() now
always returns bool.
2015-04-04 12:42:25 +03:00
Serhiy Storchaka
baa6efdceb
Open files in binary mode to avoid newlines transformation.
2015-04-04 10:36:15 +03:00
Serhiy Storchaka
37943b07fe
Issue #23338 : Fixed formatting ctypes error messages on Cygwin.
...
Patch by Makoto Kato.
2015-04-04 10:05:35 +03:00
Serhiy Storchaka
fb0517ca5c
Issue #23825 : Fixed test_idle under -OO.
2015-04-04 09:47:18 +03:00
Serhiy Storchaka
c811328e44
Escaped backslashes in docstrings.
2015-04-03 18:12:32 +03:00
Benjamin Peterson
023de869ec
use rc rather than beta
2015-04-02 21:36:42 -04:00
Serhiy Storchaka
aff77f3b19
Issue #10590 : Added tests for xml.sax.parse() and xml.sax.parseString().
2015-04-02 23:05:23 +03:00
Serhiy Storchaka
e9d4dc192f
Issue #2175 : Added tests for xml.sax.saxutils.prepare_input_source().
...
Made test XML files non-ASCII.
2015-04-02 20:55:46 +03:00
Serhiy Storchaka
61ad42e591
Issue #16840 : Fixed test_tcl for Tcl < 8.5.
2015-04-02 20:06:48 +03:00
Serhiy Storchaka
e8ae0473cd
Issue #21526 : Skip test_booleans on Tcl < 8.5.
2015-04-02 19:57:52 +03:00
Serhiy Storchaka
c77c5b5f03
Issue #16840 : Tkinter now supports 64-bit integers added in Tcl 8.4 and
...
arbitrary precision integers added in Tcl 8.5.
2015-04-02 18:46:30 +03:00
Victor Stinner
31c7e4fb1a
Issue #23834 : Fix socket.sendto(), use the C long type to store the result of
...
sendto() instead of the C int type.
2015-04-02 17:19:17 +02:00
doko@ubuntu.com
320bec1922
- Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 and
...
PY_RELEASE_LEVEL to PY_RELEASE_LEVEL_BETA.
2015-04-02 15:59:13 +02:00
Serhiy Storchaka
91398f85e6
Issue #21526 : Fixed the test_booleans test for wantobjects = 0.
2015-04-02 11:46:07 +03:00
Serhiy Storchaka
cba6b5d045
Issue #21526 : Tkinter now supports new boolean type in Tcl 8.5.
2015-04-02 10:35:57 +03:00
Benjamin Peterson
df11d4cbe4
replace 512 bit dh key with a 2014 bit one ( closes #23844 )
...
Patch by Cédric Krier.
2015-04-02 00:04:06 -04:00
Benjamin Peterson
a5a44aba3f
remove assignment in conditional
2015-04-01 11:16:40 -04:00
Serhiy Storchaka
43b49593e7
Issue #23838 : linecache now clears the cache and returns an empty result on
...
MemoryError.
2015-04-01 16:53:53 +03:00
Serhiy Storchaka
bd8c629eb5
Issue #23799 : Added test.test_support.start_threads() for running and
...
cleaning up multiple threads.
2015-04-01 12:56:39 +03:00
Raymond Hettinger
2baaba8a95
Issue #23729 : Improve docs for ElementTree namespace parsing
2015-03-30 20:46:54 -07:00
Victor Stinner
e9932451ae
Issue #23115 : os.urandom() now releases the GIL when the getentropy() is used
...
(OpenBSD 5.6+).
2015-03-30 11:22:13 +02:00
Serhiy Storchaka
96d8012964
Issue #23785 : Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
2015-03-30 10:00:49 +03:00
Serhiy Storchaka
07e03ab9f9
Issue #23783 : Fixed memory leak in PyObject_ClearWeakRefs() in case of
...
MemoryError.
2015-03-30 09:53:06 +03:00
Serhiy Storchaka
aa64c46ac9
Issue #23781 : Add private helper function _PyErr_ReplaceException() that
...
corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches
from Python 3.
2015-03-30 09:48:42 +03:00
Serhiy Storchaka
d06c201e5b
Issue #14904 : Made test_unicode_repr_oflw to use less memory.
...
Corrected memory requirements in other bigmem tests.
2015-03-30 09:27:20 +03:00
Victor Stinner
7d490650fb
Issue #22390 : Fix test_gzip if unicode filename doesn't work
2015-03-30 02:20:37 +02:00
Victor Stinner
7b00364e18
Issue #22390 : Fix test_gzip, remove temporary file
2015-03-30 01:32:42 +02:00
Victor Stinner
ffaa031867
Issue #22390 : Fix test_pdb to remove created bar.pyc file
2015-03-30 01:24:57 +02:00
Victor Stinner
01eaf500fc
Issue #22390 : Fix test_aifc to remove the created file
2015-03-30 01:16:17 +02:00
Victor Stinner
ac0d1893b9
Issue #22390 : Fix typo in regrtest, support => test_support
2015-03-30 01:07:29 +02:00