Tim Golden
|
0fb23a23f1
|
Issue13234 Credit Santoso for the patch and add NEWS item
|
2013-10-25 21:21:20 +01:00 |
Antoine Pitrou
|
3b2f0f0459
|
Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated.
|
2013-10-25 21:39:26 +02:00 |
Christian Heimes
|
349b04e902
|
Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
|
2013-10-25 09:21:51 +02:00 |
Serhiy Storchaka
|
4f056d43d6
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
|
2013-10-25 00:08:13 +03:00 |
Serhiy Storchaka
|
7d6392c517
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
|
2013-10-25 00:06:52 +03:00 |
Serhiy Storchaka
|
124a0b314b
|
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
|
2013-10-25 00:01:25 +03:00 |
Serhiy Storchaka
|
9da33ab193
|
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
|
2013-10-24 23:59:28 +03:00 |
Antoine Pitrou
|
7cb11fa890
|
Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed.
|
2013-10-24 22:23:42 +02:00 |
Serhiy Storchaka
|
f740d467bf
|
Issue #19369: Optimized the usage of __length_hint__().
|
2013-10-24 23:19:51 +03:00 |
Serhiy Storchaka
|
8b150ecfc9
|
Issue #19327: Fixed the working of regular expressions with too big charset.
|
2013-10-24 22:04:37 +03:00 |
Serhiy Storchaka
|
be80fc9a84
|
Issue #19327: Fixed the working of regular expressions with too big charset.
|
2013-10-24 22:02:58 +03:00 |
Peter Moody
|
e5019d5183
|
#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
|
2013-10-24 09:47:10 -07:00 |
Senthil Kumaran
|
a46079e853
|
merge from 3.3: Increase the test coverage of macurl2path module. Patch by Colin Williams.
|
2013-10-23 21:55:35 -07:00 |
Senthil Kumaran
|
b82a3dc240
|
Increase the coverage of macurl2path. Patch by Colin Williams.
|
2013-10-23 21:50:56 -07:00 |
Serhiy Storchaka
|
9c15ec1ce6
|
Issue #19365: Optimized the parsing of long replacement string in re.sub*()
functions.
|
2013-10-23 22:27:52 +03:00 |
Antoine Pitrou
|
4d397008cd
|
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers.
|
2013-10-23 19:21:55 +02:00 |
Antoine Pitrou
|
09fcb72048
|
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers.
|
2013-10-23 19:20:21 +02:00 |
Antoine Pitrou
|
6c6b3f770d
|
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
|
2013-10-23 19:15:05 +02:00 |
Antoine Pitrou
|
d5d0bc35ad
|
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
|
2013-10-23 19:11:29 +02:00 |
Tim Golden
|
a4df90ceb9
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
|
2013-10-22 20:03:47 +01:00 |
Tim Golden
|
27a856495e
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
|
2013-10-22 19:27:34 +01:00 |
Larry Hastings
|
d0a7e67804
|
Merge 3.4.0a4 release head back into trunk.
|
2013-10-22 10:49:20 -07:00 |
Larry Hastings
|
e0d9a1c8bc
|
Post-release updates for 3.4.0a4.
|
2013-10-22 10:44:35 -07:00 |
Christian Heimes
|
b7bd5df809
|
Issue #16595: Add prlimit() to resource module
prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit
of other processes.
|
2013-10-22 11:21:54 +02:00 |
Christian Heimes
|
6fc79bf813
|
Issue #19324: Expose Linux-specific constants in resource module
|
2013-10-22 11:09:27 +02:00 |
Christian Heimes
|
d1d7576fb4
|
Fix Misc/NEWS merge conflict, hurray
|
2013-10-22 10:45:31 +02:00 |
Christian Heimes
|
efa48676d5
|
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Python executable and not removed by the linker's optimizer.
|
2013-10-22 10:23:12 +02:00 |
Christian Heimes
|
49e61806f5
|
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Python executable and not removed by the linker's optimizer.
|
2013-10-22 10:22:29 +02:00 |
Peter Moody
|
8ed30c15e8
|
#17400; NEWS and ipaddress.rst change
|
2013-10-21 16:16:51 -07:00 |
Christian Heimes
|
b7ddbc855c
|
Load SSL's error strings in hashlib.
Without ERR_load_crypto_strings() functions like ERR_lib_error_string() return NULL.
|
2013-10-21 19:48:22 +02:00 |
Christian Heimes
|
c20bcde58d
|
Issue #18527: Upgrade internal copy of zlib to 1.2.8
|
2013-10-21 12:03:09 +02:00 |
Georg Brandl
|
a606542e95
|
#19274: use captured_stdout() in the test suite; add NEWS entry.
|
2013-10-21 08:29:29 +02:00 |
Guido van Rossum
|
7be5d7d0e0
|
Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down.
|
2013-10-20 18:21:02 -07:00 |
Ezio Melotti
|
5c16c2eb45
|
#8964: merge with 3.3.
|
2013-10-21 03:05:46 +03:00 |
Ezio Melotti
|
f076f53386
|
#8964: fix platform._sys_version to handle IronPython 2.6+.
|
2013-10-21 03:03:32 +03:00 |
Ezio Melotti
|
566a2be95c
|
#18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM.
|
2013-10-21 02:10:55 +03:00 |
Ezio Melotti
|
a0e768ccc2
|
#19307: Improve error message for json.load(s) while passing objects of the wrong type.
|
2013-10-21 01:52:33 +03:00 |
Andrew Kuchling
|
e5a3154c63
|
Grammar fix
|
2013-10-20 15:53:08 -04:00 |
Serhiy Storchaka
|
2acc456c33
|
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
limiting the call to readline(). Original patch by Michał
Jastrzębski and Giampaolo Rodola.
|
2013-10-20 17:02:10 +03:00 |
Serhiy Storchaka
|
c30b178cbc
|
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
limiting the call to readline(). Original patch by Michał
Jastrzębski and Giampaolo Rodola.
|
2013-10-20 16:58:27 +03:00 |
Serhiy Storchaka
|
36af10c1f7
|
Issue #17087: Improved the repr for regular expression match objects.
|
2013-10-20 13:13:31 +03:00 |
Larry Hastings
|
bd61c3ae1f
|
Version bump for 3.4.0a4.
|
2013-10-20 02:01:29 -07:00 |
Antoine Pitrou
|
e55013febe
|
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Patch by David Edelsohn.
|
2013-10-19 22:06:26 +02:00 |
Antoine Pitrou
|
0abb21884c
|
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Patch by David Edelsohn.
|
2013-10-19 22:05:05 +02:00 |
Benjamin Peterson
|
3d9e481ece
|
give explicitly global functions and classes a global __qualname__ (closes #19301)
|
2013-10-19 16:01:13 -04:00 |
Larry Hastings
|
f5e987bbe6
|
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
by Steven D'Aprano.
|
2013-10-19 11:50:09 -07:00 |
Serhiy Storchaka
|
eaea5e9107
|
Issue #12866: The audioop module now supports 24-bit samples.
|
2013-10-19 21:10:46 +03:00 |
Serhiy Storchaka
|
c679227e31
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
|
2013-10-19 21:03:34 +03:00 |
Serhiy Storchaka
|
55e092f545
|
Issue #19279: UTF-7 decoder no more produces illegal strings.
|
2013-10-19 20:39:28 +03:00 |
Serhiy Storchaka
|
35804e4c63
|
Issue #19279: UTF-7 decoder no more produces illegal strings.
|
2013-10-19 20:38:19 +03:00 |