Benjamin Peterson
|
9dd25dd693
|
merge 3.4
|
2015-02-18 08:55:59 -05:00 |
Benjamin Peterson
|
76e37b1b8a
|
merge 3.3
|
2015-02-18 08:55:38 -05:00 |
Benjamin Peterson
|
03f8612562
|
merge 3.2
|
2015-02-18 08:54:22 -05:00 |
Benjamin Peterson
|
893cce921c
|
remove RPM, since it's unused and unmaintained
|
2015-02-18 08:52:46 -05:00 |
Benjamin Peterson
|
77c041ba64
|
merge 3.4 (#21548)
|
2015-02-16 19:45:42 -05:00 |
Benjamin Peterson
|
54237f9fea
|
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
Patch by Yuyang Guo and Berker Peksag.
|
2015-02-16 19:45:01 -05:00 |
Serhiy Storchaka
|
23edd49e5b
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
module. Original patch by Claudiu Popa.
|
2015-02-16 00:32:41 +02:00 |
Serhiy Storchaka
|
74eb8b2d1a
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
module. Original patch by Claudiu Popa.
|
2015-02-16 00:30:43 +02:00 |
Antoine Pitrou
|
c481bfb3f6
|
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
|
2015-02-15 18:12:20 +01:00 |
Antoine Pitrou
|
2d07b85585
|
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
Detected and fixed by Serhiy.
|
2015-02-15 18:06:54 +01:00 |
Antoine Pitrou
|
57fffd6f99
|
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
Detected and fixed by Serhiy.
|
2015-02-15 18:03:59 +01:00 |
Serhiy Storchaka
|
c86ca26d32
|
Issue #23096: Pickle representation of floats with protocol 0 now is the same
for both Python and C implementations.
|
2015-02-15 14:18:32 +02:00 |
Steve Dower
|
8dcc1a9f96
|
Issue #23437: Update NEWS and whatsnew/3.5
|
2015-02-14 12:07:59 -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 |
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 |
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 |
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 |
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 |
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 |
Charles-François Natali
|
6e6c59b508
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
|
2015-02-07 13:27:50 +00:00 |
Barry Warsaw
|
1670613d48
|
Issue #23399: pyvenv creates relative symlinks where possible.
|
2015-02-06 11:58:06 -05:00 |
Barry Warsaw
|
581c29f8fe
|
Issue #23399: pyvenv creates relative symlinks where possible.
|
2015-02-06 11:23:58 -05:00 |
Berker Peksag
|
bf5e9604cc
|
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
|
2015-02-06 10:21:37 +02:00 |
Serhiy Storchaka
|
6cfb61f163
|
Issue #23392: Added tests for marshal C API that works with FILE*.
|
2015-02-06 09:00:44 +02:00 |
Serhiy Storchaka
|
b51813403f
|
Issue #23392: Added tests for marshal C API that works with FILE*.
|
2015-02-06 08:58:56 +02:00 |
Steve Dower
|
bb24087a2c
|
Issue #23260: Update Windows installer
|
2015-02-05 22:08:48 -08:00 |
Benjamin Peterson
|
6c62ac1a01
|
merge 3.4 (#22735)
|
2015-02-05 22:29:46 -05:00 |
Benjamin Peterson
|
104b9e0cca
|
fix many custom mro() edge cases and improve code quality (#22735)
Patch by Eldar Abusalimov.
|
2015-02-05 22:29:14 -05:00 |
Ned Deily
|
d0a8f57ef9
|
Issue #23212: merge from 3.4
|
2015-02-06 14:16:29 +11:00 |
Ned Deily
|
9125fe2e50
|
Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.
(currently only used for builds with <= 10.5 deployment targets)
|
2015-02-06 14:13:30 +11:00 |
Serhiy Storchaka
|
71f5b71cfb
|
Issue #18982: Add tests for CLI of the calendar module.
|
2015-02-05 15:17:49 +02:00 |
Serhiy Storchaka
|
aef859c5ee
|
Issue #18982: Add tests for CLI of the calendar module.
|
2015-02-05 15:14:35 +02:00 |
Ned Deily
|
7aa4428835
|
Issue #23345: merge from 3.4
|
2015-02-05 17:24:00 +11:00 |
Ned Deily
|
05784a706e
|
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
values (like 0.9.8zc).
|
2015-02-05 17:20:13 +11:00 |
Stefan Krah
|
650c1e818d
|
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
and array_buffer_getbuf().
|
2015-02-03 21:43:23 +01:00 |
Stefan Krah
|
5178d91be0
|
Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo()
and bytearray_getbuffer(). Both functions now raise BufferError in that
case.
|
2015-02-03 16:57:21 +01:00 |
Berker Peksag
|
ab53ab0a84
|
Issue #13128: Print response headers for CONNECT requests when debuglevel > 0.
Patch by Demian Brecht.
|
2015-02-03 12:22:11 +02:00 |
Serhiy Storchaka
|
87d0b45485
|
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
|
2015-02-03 11:30:10 +02:00 |
Serhiy Storchaka
|
83e802796c
|
Issue #22818: Splitting on a pattern that could match an empty string now
raises a warning. Patterns that can only match empty strings are now
rejected.
|
2015-02-03 11:04:19 +02:00 |