Éric Araujo
|
fa6cfbc4f7
|
Don’t try to install something when running from uninstalled source (#12246).
Original patch by Tshepang Lekhonkhobe.
|
2011-06-10 18:31:40 +02:00 |
|
Charles-François Natali
|
4dd453c6aa
|
Issue #12021: Make mmap's read() method argument optional. Patch by Petri
Lehtinen.
|
2011-06-08 19:18:14 +02:00 |
|
Éric Araujo
|
c0725162d5
|
Remove duplicate entry for Josip
|
2011-06-01 19:41:21 +02:00 |
|
Victor Stinner
|
1b5b9d7434
|
(Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor
if the constructor has failed, e.g. because of an undeclared keyword argument.
Patch written by Oleg Oshmyan.
|
2011-06-01 00:58:57 +02:00 |
|
Victor Stinner
|
87b9bc3893
|
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
constructor has failed, e.g. because of an undeclared keyword argument. Patch
written by Oleg Oshmyan.
|
2011-06-01 00:57:47 +02:00 |
|
Nick Coghlan
|
62ecb6aa0a
|
Tidy up the additional string module tests added at the Pycon sprints (closes #11505)
|
2011-05-31 19:40:11 +10:00 |
|
Alexis Metaireau
|
ebbb3b7972
|
Update the ACKS file with the packaging contributors
|
2011-05-30 21:57:20 +02:00 |
|
Ned Deily
|
59a333844a
|
Issue #985064: Make plistlib more resilient to faulty input plists.
Patch by Mher Movsisyan.
|
2011-05-28 03:09:33 -07:00 |
|
Ned Deily
|
32b5cb0a66
|
Issue #985064: Make plistlib more resilient to faulty input plists.
Patch by Mher Movsisyan.
|
2011-05-28 03:02:30 -07:00 |
|
Ned Deily
|
b8e59f77e6
|
Issue #985064: Make plistlib more resilient to faulty input plists.
Patch by Mher Movsisyan.
|
2011-05-28 02:19:19 -07:00 |
|
Benjamin Peterson
|
42fc33a5b6
|
add ack from 2.7
|
2011-05-26 09:59:17 -05:00 |
|
Antoine Pitrou
|
3486a98dcd
|
Issue #9971: Write an optimized implementation of BufferedReader.readinto().
Patch by John O'Connor.
|
2011-05-12 01:57:53 +02:00 |
|
Antoine Pitrou
|
3cade9942e
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
order to accept exactly one connection. Patch by Daniel Evers.
|
2011-05-10 19:19:13 +02:00 |
|
Antoine Pitrou
|
1be815aac4
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
order to accept exactly one connection. Patch by Daniel Evers.
|
2011-05-10 19:16:29 +02:00 |
|
Antoine Pitrou
|
d7f12f30e4
|
Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.
|
2011-05-07 19:42:39 +02:00 |
|
Antoine Pitrou
|
5bcc50c1b5
|
Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.
|
2011-05-07 19:41:33 +02:00 |
|
Antoine Pitrou
|
c1d520634a
|
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath.
|
2011-05-07 19:39:37 +02:00 |
|
Ronald Oussoren
|
97c3eb4ed5
|
Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module.
Patch by Pierre Carrier.
|
2011-05-07 09:59:03 +02:00 |
|
Antoine Pitrou
|
ff9bfca482
|
Issue #12000: When a SSL certificate has a subjectAltName without any
dNSName entry, ssl.match_hostname() should use the subject's commonName.
Patch by Nicolas Bareil.
|
2011-05-06 15:20:55 +02:00 |
|
Antoine Pitrou
|
1c86b44506
|
Issue #12000: When a SSL certificate has a subjectAltName without any
dNSName entry, ssl.match_hostname() should use the subject's commonName.
Patch by Nicolas Bareil.
|
2011-05-06 15:19:49 +02:00 |
|
Ezio Melotti
|
b4dc2502ad
|
Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert.
|
2011-05-06 15:01:41 +03:00 |
|
Nick Coghlan
|
7ceb1804b0
|
Merge #11647 update from 3.2
|
2011-05-05 23:58:57 +10:00 |
|
Nick Coghlan
|
0ded3e307b
|
Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray.
|
2011-05-05 23:49:25 +10:00 |
|
Victor Stinner
|
13aaef53be
|
Issue #9756: credit the author, Andreas Stührk (Trundle)
|
2011-05-01 23:46:48 +02:00 |
|
Łukasz Langa
|
70eb79c669
|
Merged solution for #11324 from 3.2.
|
2011-04-28 17:04:25 +02:00 |
|
Łukasz Langa
|
1aa422fe8f
|
Closes #11324: ConfigParser(interpolation=None) doesn't work.
Initial patches by Tobias Brink. Thanks!
|
2011-04-28 17:03:45 +02:00 |
|
Łukasz Langa
|
bf53a9c256
|
Merged ACKS from 3.2: added Yuxiao Zeng
|
2011-04-28 16:02:30 +02:00 |
|
Łukasz Langa
|
f531113397
|
Added Yuxiao Zeng for finding and resolving #11858. Thanks!
|
2011-04-28 16:00:57 +02:00 |
|
R David Murray
|
dff18b0858
|
Merge #11901: add description of how bitfields are laid out to hexversion docs
Patch by Sijin Joseph.
|
2011-04-25 16:14:26 -04:00 |
|
R David Murray
|
0fb5b398cd
|
Merge #11901: add description of how bitfields are laid out to hexversion docs
Patch by Sijin Joseph.
|
2011-04-25 16:13:54 -04:00 |
|
R David Murray
|
2043f9c582
|
#11901: add description of how bitfields are laid out to hexversion docs
Patch by Sijin Joseph.
|
2011-04-25 16:12:26 -04:00 |
|
Jesus Cea
|
4f711726be
|
pybench prep_times calculation error (closes #11895)
|
2011-04-25 03:47:23 +02:00 |
|
Jesus Cea
|
b32321aed9
|
pybench prep_times calculation error (closes #11895)
|
2011-04-25 03:25:37 +02:00 |
|
Jesus Cea
|
8f14bbdaf6
|
pybench prep_times calculation error (closes #11895)
|
2011-04-25 03:24:08 +02:00 |
|
Antoine Pitrou
|
8c52027e2d
|
Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor
of 5 to 10. Initial patch by Jonas H.
|
2011-04-23 17:51:04 +02:00 |
|
Jesus Cea
|
c1ceb64e41
|
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
|
2011-04-20 17:59:29 +02:00 |
|
Jesus Cea
|
6159ee3cf5
|
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
|
2011-04-20 17:42:50 +02:00 |
|
Jesus Cea
|
ac4515063c
|
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
|
2011-04-20 17:09:23 +02:00 |
|
R David Murray
|
8debacb51c
|
#1690608: make formataddr RFC2047 aware.
Patch by Torsten Becker.
|
2011-04-06 09:35:57 -04:00 |
|
Raymond Hettinger
|
d6056b7d8d
|
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples.
|
2011-03-31 15:46:39 -07:00 |
|
Raymond Hettinger
|
6c94e6fb42
|
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples.
|
2011-03-31 15:46:06 -07:00 |
|
Martin v. Löwis
|
af88d86699
|
merge #11696
|
2011-03-27 21:09:00 +02:00 |
|
Martin v. Löwis
|
987403bf14
|
merge #11696
|
2011-03-27 21:07:13 +02:00 |
|
Martin v. Löwis
|
f8d887e0d3
|
Closes #11696: Fix ID generation in msilib.
Patch by Mark Mc Mahon.
|
2011-03-27 21:05:51 +02:00 |
|
Mark Dickinson
|
79a9036d09
|
Merge #9696
|
2011-03-27 16:30:07 +01:00 |
|
Mark Dickinson
|
92b60d55d9
|
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
|
2011-03-27 16:25:40 +01:00 |
|
Ross Lagerwall
|
4aeb542a72
|
Merge with 3.2
|
2011-03-26 21:22:09 +02:00 |
|
Ross Lagerwall
|
17ace7a07c
|
Merge with 3.1
|
2011-03-26 21:21:46 +02:00 |
|
Ross Lagerwall
|
b8a5769a6d
|
Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
Patch by Ben Hayden.
|
2011-03-26 21:19:57 +02:00 |
|
Mark Dickinson
|
7c9e803284
|
Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch.
|
2011-03-23 17:59:37 +00:00 |
|