Commit graph

89061 commits

Author SHA1 Message Date
Serhiy Storchaka
c07422c119 Splitted the WFILE structure to WFILE and RFILE. 2015-02-11 16:18:09 +02:00
Serhiy Storchaka
c1efe5f039 Issue #23344: marshal.dumps() is now 20-25% faster on average. 2015-02-11 15:54:54 +02:00
Serhiy Storchaka
ce921c62cc Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
average.
2015-02-11 15:53:31 +02:00
Berker Peksag
bd09d7bac5 Fix typos in Doc/whatsnew/3.5.rst. 2015-02-11 15:32:34 +02:00
Victor Stinner
385efb4d99 Merge 3.4 (faulthandler) 2015-02-11 14:23:46 +01:00
Victor Stinner
7a5567a92c Issue #23433: Fix faulthandler._stack_overflow()
Fix undefined behaviour: don't compare pointers. Use Py_uintptr_t type instead
of void*. It fixes test_faulthandler on Fedora 22 which now uses GCC 5.
2015-02-11 14:23:35 +01:00
Raymond Hettinger
eb6b554fbc Update copyright. 2015-02-10 22:37:22 -06:00
Serhiy Storchaka
ea5ce5a15e Issue #23383: Cleaned up bytes formatting. 2015-02-10 23:23:12 +02:00
Victor Stinner
4163cc0d9f Merge 3.4 (asyncio) 2015-02-10 14:49:56 +01:00
Victor Stinner
8e36812e27 asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
already finished
2015-02-10 14:49:32 +01:00
Serhiy Storchaka
4bdcfce512 Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. 2015-02-10 08:47:10 +02:00
Serhiy Storchaka
832dd5f0d6 Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. 2015-02-10 08:45:53 +02:00
Benjamin Peterson
5ef01e9b93 merge 3.4 (#23361) 2015-02-09 21:00:00 -05:00
Benjamin Peterson
22ef9f722e merge 3.3 (#23361) 2015-02-09 20:58:52 -05:00
Benjamin Peterson
8ce6806498 add overflow checking (closes #23361) 2015-02-09 20:58:12 -05:00
Vinay Sajip
365701add9 Added respect_handler_level to QueueListener. 2015-02-09 19:49:00 +00:00
Raymond Hettinger
438f9134cf Mirco-optimizations to reduce register spills and reloads observed on CLANG and GCC. 2015-02-09 06:48:29 -06:00
Martin v. Löwis
54576da2b4 Merge with 3.4 2015-02-09 08:10:32 +01:00
Martin v. Löwis
78daf00e3f Amend b8ebf381390f: find patchlevel.py in extensions. 2015-02-09 08:07:12 +01:00
Martin v. Löwis
cf3427ee09 Merge with 3.4 2015-02-09 08:03:46 +01:00
Martin v. Löwis
39abba46db Issue #17896: Update msi.py to new externals dir. 2015-02-09 07:51:32 +01:00
Larry Hastings
df4fb13cdc Merge. 2015-02-08 14:07:35 -08:00
Larry Hastings
f77232b04e Post-release updates for Python 3.5.0a1. 2015-02-08 14:07:14 -08:00
Larry Hastings
833d1925c7 Post-release updates for Python 3.4.3rc1. 2015-02-08 14:04:36 -08:00
Steve Dower
312cef086b Improve Windows release scripts 2015-02-07 22:20:48 -08:00
Ned Deily
914db0f11c Issue #23285: Install new test directory. 2015-02-08 15:48:40 +11:00
Larry Hastings
a4631210c5 Merge. 2015-02-07 16:21:34 -08:00
Larry Hastings
edd7bb948b Added tag v3.5.0a1 for changeset 5d4b6a57d5fd 2015-02-07 16:05:05 -08:00
Larry Hastings
38b2c95ad8 Added tag v3.4.3rc1 for changeset 69dd528ca625 2015-02-07 16:04:55 -08:00
Larry Hastings
206853035e Fix a copyright notice that still said 2014. 2015-02-07 16:04:29 -08:00
Larry Hastings
b250610134 Fix a copyright notice that still said 2014. 2015-02-07 16:04:22 -08:00
Larry Hastings
b06f142f5f Release bump for 3.5.0a1. 2015-02-07 16:00:55 -08:00
Larry Hastings
e5529063b2 Version bump for 3.4.3rc1. 2015-02-07 16:00:45 -08:00
Larry Hastings
ead7aec74d Updated pydoc topics data for 3.5.0a1 release. 2015-02-07 15:55:34 -08:00
Larry Hastings
af83f9e313 Updated pydoc topics data for 3.4.3rc1 release. 2015-02-07 15:55:23 -08:00
Steve Dower
5056455b7d Adds automated test script for the Windows installer and fixes download URL 2015-02-07 15:42:53 -08:00
Charles-François Natali
26dd5edae8 Fix whitespace. 2015-02-07 13:29:15 +00:00
Charles-François Natali
6e6c59b508 Issue #23285: PEP 475 -- Retry system calls failing with EINTR. 2015-02-07 13:27:50 +00:00
Vinay Sajip
d005090e01 Closes #23357: Updated documentation on creating venvs. 2015-02-07 10:57:36 +00:00
Vinay Sajip
3595276bdd Corrected typo. 2015-02-07 10:56:06 +00:00
Vinay Sajip
c7e34fb0bb Minor change to documentation on creating venvs. 2015-02-07 10:52:02 +00:00
Steve Dower
3468a06d2b Fix download URL embedded in Windows installer. 2015-02-06 09:59:05 -08:00
Steve Dower
268f3de1db Require Mercurial on PATH when building a Windows release.
Without it, we will generate invalid build information for sys.version
2015-02-06 09:02:54 -08:00
Barry Warsaw
bf635492a7 Merge 2015-02-06 12:00:57 -05:00
Barry Warsaw
e43c03508f Issue #23399: pyvenv creates relative symlinks where possible. 2015-02-06 12:00:04 -05:00
Barry Warsaw
d3d9ae2c19 Trunk merge. 2015-02-06 11:59:26 -05:00
Barry Warsaw
1670613d48 Issue #23399: pyvenv creates relative symlinks where possible. 2015-02-06 11:58:06 -05:00
Steve Dower
d327d8d9a4 Fix definition mismatch for type_is_subtype_base_chain. 2015-02-06 08:51:26 -08:00
Steve Dower
b4e20bb588 Fix definition mismatch for type_is_subtype_base_chain. 2015-02-06 08:50:23 -08:00
Barry Warsaw
581c29f8fe Issue #23399: pyvenv creates relative symlinks where possible. 2015-02-06 11:23:58 -05:00