Steve Dower
|
17be514d0a
|
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
|
2015-02-14 09:50:59 -08:00 |
Steve Dower
|
a9076d6551
|
Issue #23461: Normalise line endings when comparing old and new contents of importlib.h
|
2015-02-14 09:38:19 -08:00 |
Serhiy Storchaka
|
a750ce3325
|
Issue #19105: pprint now more efficiently uses free space at the right.
|
2015-02-14 10:55:19 +02:00 |
Berker Peksag
|
8089cd642f
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.
|
2015-02-14 01:39:17 +02:00 |
Berker Peksag
|
0fe6325acf
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
|
2015-02-13 21:02:12 +02:00 |
Berker Peksag
|
6767757589
|
Issue #23418: Add missing entries to http.server.__all__.
Patch by Martin Panter.
|
2015-02-13 20:48:41 +02:00 |
Berker Peksag
|
366c570d1f
|
Issue #23418: Add missing entries to http.server.__all__.
Patch by Martin Panter.
|
2015-02-13 20:48:15 +02:00 |
Serhiy Storchaka
|
2eab85b7a2
|
Issue #21849: Ported from 2.7 tests for non-ASCII data.
|
2015-02-13 15:19:08 +02:00 |
Serhiy Storchaka
|
a25c542c47
|
Issue #21849: Ported from 2.7 tests for non-ASCII data.
|
2015-02-13 15:13:33 +02:00 |
Victor Stinner
|
866ca88f2d
|
Merge 3.4 (asyncio doc)
|
2015-02-12 22:49:45 +01:00 |
Victor Stinner
|
bdd574d09a
|
asyncio doc: annotate coroutine on coroutine functions and methods
|
2015-02-12 22:49:18 +01:00 |
Victor Stinner
|
cf40a9e640
|
Issue #23450: Fix signal.set_wakeup_fd() on Windows
Detect integer overflow on the file descriptor of the socket on 64-bit Python.
|
2015-02-12 16:34:54 +01:00 |
Steve Dower
|
db80aec67a
|
Fix installer Back button going to wrong page when modifying.
Also fix error when doing test builds without documentation file.
|
2015-02-11 17:49:01 -08:00 |
Antoine Pitrou
|
8b62bbf2e5
|
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
|
2015-02-11 19:41:01 +01:00 |
Antoine Pitrou
|
3d6c784371
|
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
|
2015-02-11 19:39:16 +01:00 |
Victor Stinner
|
ce2c584ea5
|
Merge 3.4 (typo)
|
2015-02-11 18:18:10 +01:00 |
Victor Stinner
|
22fabe218d
|
Fix typo: PyMem_Alloc => PyMem_Malloc
|
2015-02-11 18:17:56 +01:00 |
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
|
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 |