| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | map re.sub() to string.replace(), when possible | Fredrik Lundh | 2001-07-08 | 1 | -0/+23 |
|
|
| * | bug #416670 | Fredrik Lundh | 2001-07-03 | 1 | -16/+87 |
|
|
| * | bug #232815 | Fredrik Lundh | 2001-07-03 | 1 | -1/+1 |
|
|
| * | reapplied darryl gallion's minimizing repeat fix. I'm still not 100% | Fredrik Lundh | 2001-07-02 | 1 | -1/+1 |
|
|
| * | pythonware repository roundtrip (untabification) | Fredrik Lundh | 2001-07-02 | 1 | -12/+13 |
|
|
| * | added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x | Fredrik Lundh | 2001-07-02 | 2 | -19/+33 |
|
|
| * | merged with pythonware's SRE 2.1.1 codebase | Fredrik Lundh | 2001-07-02 | 2 | -5/+98 |
|
|
| * | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE | Fredrik Lundh | 2001-06-27 | 1 | -2/+3 |
|
|
| * | Windows build broke from recent Unicode changes -- need to #define | Tim Peters | 2001-06-26 | 1 | -0/+1 |
|
|
| * | experimental UCS-4 support: added USE_UCS4_STORAGE define to | Fredrik Lundh | 2001-06-26 | 1 | -0/+4 |
|
|
| * | experimental UCS-4 support: don't assume that MS_WIN32 implies | Fredrik Lundh | 2001-06-26 | 1 | -3/+3 |
|
|
| * | Remove const-ness in inet_pton declaration. | Martin v. Löwis | 2001-06-25 | 1 | -1/+1 |
|
|
| * | Replace snprintf with sprintf. | Martin v. Löwis | 2001-06-25 | 1 | -1/+1 |
|
|
| * | Fix typos in inet_pton/inet_ntop. | Martin v. Löwis | 2001-06-24 | 1 | -2/+3 |
|
|
| * | Provide a definition for offsetof. | Martin v. Löwis | 2001-06-24 | 1 | -0/+8 |
|
|
| * | Emulate inet_{pton,ntop} on systems that don't provide it. | Martin v. Löwis | 2001-06-24 | 1 | -0/+41 |
|
|
| * | Pure brute-force hackery to allow Python to build on Windows again, | Tim Peters | 2001-06-24 | 1 | -0/+12 |
|
|
| * | Properly use &&. Closes bug #434988. | Martin v. Löwis | 2001-06-23 | 1 | -2/+2 |
|
|
| * | Properly use &&. Closes bug #434989. | Martin v. Löwis | 2001-06-23 | 1 | -1/+1 |
|
|
| * | Patch #401196: Configuration machinery for IPv6. | Martin v. Löwis | 2001-06-23 | 4 | -0/+983 |
|
|
| * | [Bug #433047, reported by Armin Rigo] Remove extra 'i' character in | Andrew M. Kuchling | 2001-06-18 | 1 | -1/+2 |
|
|
| * | Fix for bug [ #433047 ] missing args to PyArg_ParseTuple | Marc-André Lemburg | 2001-06-17 | 1 | -2/+2 |
|
|
| * | Fix error in comment, and in test_long_api and test_longlong_api remove | Tim Peters | 2001-06-16 | 2 | -26/+21 |
|
|
| * | Forward-port revision 2.24.2.4 from the release21-maint branch: | Thomas Wouters | 2001-06-15 | 1 | -0/+10 |
|
|
| * | Fixed typo in comment. | Tim Peters | 2001-06-14 | 1 | -1/+1 |
|
|
| * | Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much like | Tim Peters | 2001-06-14 | 2 | -158/+238 |
|
|
| * | The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. | Tim Peters | 2001-06-13 | 1 | -0/+8 |
|
|
| * | longobject.c: | Tim Peters | 2001-06-13 | 1 | -15/+158 |
|
|
| * | The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong() | Tim Peters | 2001-06-12 | 1 | -4/+57 |
|
|
| * | Removed the Python version from the PYTHONHOMEHELP string. It was | Marc-André Lemburg | 2001-06-12 | 1 | -1/+1 |
|
|
| * | Added q/Q standard (x-platform 8-byte ints) mode in struct module. | Tim Peters | 2001-06-12 | 1 | -55/+137 |
|
|
| * | Trimmed trailing whitespace. | Tim Peters | 2001-06-11 | 1 | -3/+3 |
|
|
| * | Simplify some convolution by simply not recognizing 'q' and 'Q' at all | Tim Peters | 2001-06-11 | 1 | -33/+0 |
|
|
| * | Make clear in the docstring that "std" applies to both size and alignment, | Tim Peters | 2001-06-11 | 1 | -6/+6 |
|
|
| * | Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing | Thomas Wouters | 2001-06-11 | 1 | -0/+2 |
|
|
| * | Initial support for 'q' and 'Q' struct format codes: for now, only in | Tim Peters | 2001-06-10 | 1 | -1/+186 |
|
|
| * | annoying whitespace inconsistency | Peter Schneider-Kamp | 2001-06-10 | 1 | -1/+1 |
|
|
| * | This closes bug #430849 (internal error produced by binascii.a2b_base64) | Peter Schneider-Kamp | 2001-06-07 | 1 | -0/+4 |
|
|
| * | Make it possible to find the use of tp_as_buffer here with a global search. | Tim Peters | 2001-06-05 | 1 | -1/+1 |
|
|
| * | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 1 | -1/+1 |
|
|
| * | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 1 | -2/+2 |
|
|
| * | Iterator support: made the xreadlines object its own iterator. This | Guido van Rossum | 2001-05-22 | 1 | -25/+81 |
|
|
| * | Correct the sense of a couple of conditional compilations -- used #ifndef | Fred Drake | 2001-05-22 | 1 | -2/+2 |
|
|
| * | Add :method info to the PyArg_ParseTuple() format strings for poll objects. | Fred Drake | 2001-05-21 | 1 | -3/+3 |
|
|
| * | Add warnings to the strop module, for to those functions that really | Guido van Rossum | 2001-05-15 | 1 | -0/+22 |
|
|
| * | Fix new compiler warnings. Also boost "start" from (C) int to long and | Tim Peters | 2001-05-14 | 1 | -5/+5 |
|
|
| * | SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. | Tim Peters | 2001-05-14 | 2 | -13/+13 |
|
|
| * | fcntl.ioctl(): Update error message; necessity noted by Michael Hudson. | Fred Drake | 2001-05-14 | 1 | -1/+3 |
|
|
| * | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -10/+0 |
|
|
| * | Fix the .find() method for memory maps. | Greg Stein | 2001-05-14 | 1 | -3/+12 |
|
|