Senthil Kumaran
|
c6b4ef105e
|
default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
Patch by Petri Lehtinen and Josh Triplett.
|
2011-10-20 02:16:59 +08:00 |
|
Senthil Kumaran
|
202a3c422b
|
3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
|
2011-10-20 02:15:36 +08:00 |
|
Victor Stinner
|
3a50e7056e
|
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
error handlers on all Windows versions. The MBCS codec is now supporting all
error handlers, instead of only replace to encode and ignore to decode.
|
2011-10-18 21:21:00 +02:00 |
|
Victor Stinner
|
8d91d454d5
|
Issue #10653: Fix time.strftime() on Windows, check for invalid format strings
|
2011-10-16 23:45:39 +02:00 |
|
Victor Stinner
|
5a3ff79fd6
|
Issue #10653: Fix time.strftime() on Windows, check for invalid format strings
|
2011-10-16 19:08:23 +02:00 |
|
Martin v. Löwis
|
1c67dd9b15
|
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
|
2011-10-14 15:16:45 +02:00 |
|
Martin v. Löwis
|
bd928fef42
|
Rename _Py_identifier to _Py_IDENTIFIER.
|
2011-10-14 10:20:37 +02:00 |
|
Victor Stinner
|
792b47f6ca
|
(Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime()
because wcsftime() doesn't format time zone correctly.
|
2011-10-14 02:39:06 +02:00 |
|
Victor Stinner
|
c1f32ca0ad
|
Issue #10653: On Windows, use strftime() instead of wcsftime() because
wcsftime() doesn't format time zone correctly.
|
2011-10-14 02:36:13 +02:00 |
|
Victor Stinner
|
f5cff56a1b
|
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
|
2011-10-14 02:13:11 +02:00 |
|
Nadeem Vawda
|
72d6a13413
|
Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
Also fix the bz2 module, which suffered from the same problem.
|
2011-10-13 13:38:14 +02:00 |
|
Nadeem Vawda
|
d41a98bdd9
|
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
Also fix the bz2 module, whose classes used the same algorithm.
|
2011-10-13 13:34:16 +02:00 |
|
Antoine Pitrou
|
6b4883dec0
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
|
2011-10-12 02:54:14 +02:00 |
|
Victor Stinner
|
c5af7730e3
|
Fix FileIO.readall() (new_buffersize()) for large files
Truncate the buffer size to PY_SSIZE_T_MAX.
|
2011-10-11 23:00:31 +02:00 |
|
Victor Stinner
|
a2a6477ba0
|
Fix io.FileIO.readall() on Windows 64 bits
Use Py_off_t type (64 bits) instead of off_t (32 bits).
|
2011-10-11 22:45:02 +02:00 |
|
Victor Stinner
|
2c5d3cbfb8
|
Fix a compiler warning in _locale
|
2011-10-11 22:35:52 +02:00 |
|
Victor Stinner
|
3f528f0c1b
|
Fix a compiler warning in zipimport
|
2011-10-11 22:28:56 +02:00 |
|
Victor Stinner
|
d9c0631d77
|
Strip trailing spaces in _json.c
|
2011-10-11 21:56:19 +02:00 |
|
Victor Stinner
|
c4f281eba3
|
Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead
|
2011-10-11 22:11:42 +02:00 |
|
Victor Stinner
|
beac78bb24
|
Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE()
|
2011-10-11 21:55:01 +02:00 |
|
Antoine Pitrou
|
699cd9f7f1
|
Remove unused variable
|
2011-10-11 04:06:47 +02:00 |
|
Martin v. Löwis
|
1ee1b6fe0d
|
Use identifier API for PyObject_GetAttrString.
|
2011-10-10 18:11:30 +02:00 |
|
Martin v. Löwis
|
afe55bba33
|
Add API for static strings, primarily good for identifiers.
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
|
2011-10-09 10:38:36 +02:00 |
|
Charles-François Natali
|
30589c9041
|
Issue #10141: fix socketmodule compilation on Linux systems with <linux/can.h>
but without AF_CAN definition.
|
2011-10-07 22:47:08 +02:00 |
|
Martin v. Löwis
|
c47adb04b3
|
Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.
|
2011-10-07 20:55:35 +02:00 |
|