0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
Commit Graph

84532 Commits

Author SHA1 Message Date
Zachary Ware
c2447f2a15 Ignore files generated by MSVC PGO builds. 2014-03-18 22:28:16 -05:00
Zachary Ware
31ee154c5f Closes #20966: Fix Tkinter Resources link (merge from 3.4) 2014-03-18 09:20:25 -05:00
Zachary Ware
088639936d Issue #20966: Fix Tkinter Resources link 2014-03-18 09:19:18 -05:00
Victor Stinner
eb7d40c12c Doc: add What's New in Python 3.5 to whatsnew index 2014-03-18 09:01:21 +01:00
Victor Stinner
845efccab1 Restore removed NEWS items 3.4.1rc1 into 3.5.0alpha1 sections 2014-03-18 08:59:30 +01:00
Georg Brandl
3f2350c647 merge with 3.4 2014-03-18 07:47:35 +01:00
Georg Brandl
f5c801fdca Fix option description that is a warning in new Sphinx versions. 2014-03-18 07:44:07 +01:00
Victor Stinner
b2bef62e91 Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX 2014-03-18 02:38:12 +01:00
Victor Stinner
97f17a784a Issue #19977: Enable test_c_locale_surrogateescape() on Windows
Only test the error handler. The encoding is not ASCII on Windows: it may the
OEM or ANSI code page.
2014-03-18 02:28:10 +01:00
Victor Stinner
518e610977 Issue #19977, #19036: Always include <locale.h> in pythonrun.c
to get LC_CTYPE constant on Windows.
2014-03-18 02:06:38 +01:00
Victor Stinner
07beb375b7 Issue #20574: Remove duplicated test failing on Windows XP 2014-03-18 01:40:22 +01:00
Victor Stinner
7143029d43 Issue #19977: When the `LC_TYPE locale is the POSIX locale (C` locale),
:py:data:`sys.stdin` and :py:data:`sys.stdout` are now using the
``surrogateescape`` error handler, instead of the ``strict`` error handler.
2014-03-18 01:18:21 +01:00
Victor Stinner
01adf06d37 Add a stub "whatsnew in 3.5" document. 2014-03-18 00:53:32 +01:00
Victor Stinner
1e48eb3b9b Issue #20910: Make tests more reliable, less dependent on time
* Tolerate 10 seconds instead of 3 seconds for slow test
* Faster test, use sleep of 100 ms instead of 1 sec
* Replace a number of iterations with an explicit deadline for the timeout
2014-03-18 00:39:04 +01:00
Victor Stinner
f8cbf78bbd Issue #20574: Add more tests for cp65001 2014-03-17 23:16:02 +01:00
Victor Stinner
7d00cc1a64 Issue #20574: Implement incremental decoder for cp65001 code
(Windows code page 65001, Microsoft UTF-8).
2014-03-17 23:08:06 +01:00
Victor Stinner
c49926748b (Merge 3.4) Issue #20879: Delay the initialization of encoding and decoding
tables for base32, ascii85 and base85 codecs in the base64 module, and delay
the initialization of the unquote_to_bytes() table of the urllib.parse module,
to not waste memory if these modules are not used.
2014-03-17 22:39:49 +01:00
Victor Stinner
d6a91a7ab6 Issue #20879: Delay the initialization of encoding and decoding tables for
base32, ascii85 and base85 codecs in the base64 module, and delay the
initialization of the unquote_to_bytes() table of the urllib.parse module, to
not waste memory if these modules are not used.
2014-03-17 22:38:41 +01:00
Victor Stinner
82170288ef Drop Python 3.4.1 section from Misc/NEWS
Changes of 3.4 after 3.4.0 must already be present in the 3.4 branch.
2014-03-17 22:34:59 +01:00
Victor Stinner
554fd0827a Move 3.3 items of Misc/NEWS to Misc/HISTORY
In fact, items were already present by Misc/NEWS format was improved.
2014-03-17 22:33:49 +01:00
Benjamin Peterson
d7483993fe merge 3.4 2014-03-17 16:20:50 -05:00
Benjamin Peterson
2a6053468e move SharedKeyTests to test_descr 2014-03-17 16:20:12 -05:00
Benjamin Peterson
e380e0986b merge 3.4 2014-03-17 16:00:27 -05:00
Zachary Ware
6373ba5199 Bump Windows build to 3.5 2014-03-17 15:57:38 -05:00
Benjamin Peterson
df813791db correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys 2014-03-17 15:57:17 -05:00
Éric Araujo
42867c73c9 Merge 3.4 2014-03-17 16:50:35 -04:00
Éric Araujo
0b1be1a3b1 Fix typo in example (#20963) 2014-03-17 16:48:13 -04:00
Jesus Cea
d890dc1690 MERGE: Typo 2014-03-17 19:23:14 +01:00
Jesus Cea
28a965ff71 Typo 2014-03-17 19:22:59 +01:00
Jesus Cea
5d1cc7e0af MERGE: Typo 2014-03-17 19:13:27 +01:00
Jesus Cea
bdb8bb39dd Typo 2014-03-17 19:13:09 +01:00
Jesus Cea
f6f3c4588a MERGE: Typo 2014-03-17 19:01:11 +01:00
Jesus Cea
cec25b01ec Typo 2014-03-17 19:00:48 +01:00
Antoine Pitrou
809383ea0d Remove stray semicolon 2014-03-17 18:23:14 +01:00
Antoine Pitrou
1095907624 Remove stray semicolon 2014-03-17 18:22:41 +01:00
R David Murray
c833f7ea0f Merge fix for #20960 2014-03-17 11:23:07 -04:00
R David Murray
f93d3dfc50 closes #20960 2014-03-17 11:20:29 -04:00
Georg Brandl
3a748ca982 merge with 3.4 2014-03-17 07:36:59 +01:00
Georg Brandl
a7f48019d5 merge with 3.3 2014-03-17 07:36:51 +01:00
Georg Brandl
56d3a03f70 Update doc version switcher for 3.4/3.5. 2014-03-17 07:36:45 +01:00
Larry Hastings
f5002bd6ac Version bump to 3.5, step 2. 2014-03-16 23:05:59 -07:00
Larry Hastings
d922dc4700 Version bump to 3.5, step 1. 2014-03-16 23:02:45 -07:00
Larry Hastings
8dc931037b Merge from 3.4 into default. 2014-03-16 23:01:31 -07:00
Larry Hastings
3c5c56f3c0 Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. 2014-03-16 22:54:05 -07:00
Larry Hastings
e41b73caca Post-release verion bump for 3.4.0(+). 2014-03-16 20:13:07 -07:00
Benjamin Peterson
2221f666eb merge 3.3 (#11448) 2014-03-16 15:56:24 -05:00
Benjamin Peterson
a48d9eaa5c improve set_tunnel docs (closes #11448)
Patch by Ryan Kelly, karl, and Nikolaus Rath.
2014-03-16 15:55:39 -05:00
Victor Stinner
7bdf786e74 Issue #20950: Fix typo asyncio doc, wait() has no self parameter
self parameter is implicit. Mention also that communicate() and wait() are
coroutines.
2014-03-16 21:29:31 +01:00
Benjamin Peterson
fca286601b merge 3.3 (#20946) 2014-03-16 11:30:54 -05:00
Benjamin Peterson
fda33559dc fix ctypes test alignment assumptions (closes #20946)
Patch by Andreas Schwab.
2014-03-16 10:07:26 +01:00