Serhiy Storchaka
9aa16d93c9
Issue #23842 : os.major(), os.minor() and os.makedev() now support ints again.
2015-04-20 09:21:23 +03:00
Christian Heimes
3ce7873fdd
Issue #23998 : PyImport_ReInitLock() now checks for lock allocation error
2015-04-19 21:08:28 +02:00
Vinay Sajip
1b4aa45441
Issue #23536 : Clarified scope of fileConfig()'s API.
2015-04-18 13:05:19 +01:00
Serhiy Storchaka
abb7e65042
Backported tests from issue #20175 .
2015-04-16 11:56:35 +03:00
Charles-François Natali
6d12c80c91
Fix PyGILState_GetThisThreadState() prototype in the API documentation.
2015-04-15 19:30:38 +01:00
Berker Peksag
1bc53c6e0b
Issue #23811 : Add missing newline to the PyCompileError error message.
...
Patch by Alex Shkop.
2015-04-14 19:03:06 +03:00
Andrew Kuchling
a5e27c6101
Reword NEWS item a bit
2015-04-14 10:18:46 -04:00
Andrew Kuchling
270b0586b0
#17898 : reset k and v so that the loop doesn't use an old value
2015-04-14 10:03:35 -04:00
Andrew Kuchling
2ca7bb0ba2
#23883 : add names missing from __all__ (l*gettext, bind_textdomain_codeset)
2015-04-13 09:58:36 -04:00
Benjamin Peterson
b0368491e4
remove useless word ( closes #23929 )
2015-04-13 20:24:10 -04:00
Zachary Ware
e093f11f4b
Issue #23730 : Document the return value of ZipFile.extract
...
Patch by Stéphane Wirtel.
2015-04-13 16:40:49 -05:00
doko@ubuntu.com
a50b0de577
- Regenerate the configure file.
2015-04-13 21:55:59 +02:00
doko@ubuntu.com
9e7ece271f
- Use PLATDIR for the platform directory everywhere (refactoring only)
2015-04-13 21:55:08 +02:00
doko@ubuntu.com
10657c08cb
- the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
...
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4
to the archive.
2015-04-13 20:53:13 +02:00
Zachary Ware
0f8f917dc0
Force the Windows readme to CRLF
2015-04-13 12:18:11 -05:00
Zachary Ware
b9298a4fbb
Issue #17202 : Add .bat to .hgeol to force them to CRLF.
...
Using LF can a script to fail if it tries to use a label that is
split across 512 byte blocks. Who knows why.
2015-04-13 11:54:11 -05:00
Zachary Ware
c96ac59f59
Attribute Michael Dorman for his initial patch on issue #18402 .
2015-04-13 11:07:35 -05:00
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