| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove redundant include of assert.h. | Tim Peters | 2001-07-15 | 1 | -1/+0 |
|
|
* | Python.h: Don't attempt to redefine NDEBUG if it's already defined. | Tim Peters | 2001-07-15 | 2 | -2/+0 |
|
|
* | [Bug #438050] | Andrew M. Kuchling | 2001-07-14 | 1 | -1/+3 |
|
|
* | Fix bug #417212: "curses.newwin can return pads" by changing the Python | Andrew M. Kuchling | 2001-07-14 | 1 | -3/+2 |
|
|
* | Re-do the broken-nice() patch to break less platforms. Hopefully none :P | Thomas Wouters | 2001-07-11 | 1 | -3/+9 |
|
|
* | Patch #439995 (slightly modified from the uploaded version): | Thomas Wouters | 2001-07-11 | 1 | -1/+18 |
|
|
* | SF Patch #432457 by Jason Tishler: support for readline 4.2. | Guido van Rossum | 2001-07-10 | 1 | -0/+4 |
|
|
* | initregex(): this function is declared void, so the recent change to | Tim Peters | 2001-07-09 | 1 | -1/+1 |
|
|
* | initregex(): Check return value of PyErr_Warn() and propagate the exception | Thomas Wouters | 2001-07-09 | 1 | -2/+4 |
|
|
* | 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 |
|
|