summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* SF Patch #432457 by Jason Tishler: support for readline 4.2.Guido van Rossum2001-07-101-0/+4
* initregex(): this function is declared void, so the recent change toTim Peters2001-07-091-1/+1
* initregex(): Check return value of PyErr_Warn() and propagate the exceptionThomas Wouters2001-07-091-2/+4
* map re.sub() to string.replace(), when possibleFredrik Lundh2001-07-081-0/+23
* bug #416670Fredrik Lundh2001-07-031-16/+87
* bug #232815Fredrik Lundh2001-07-031-1/+1
* reapplied darryl gallion's minimizing repeat fix. I'm still not 100%Fredrik Lundh2001-07-021-1/+1
* pythonware repository roundtrip (untabification)Fredrik Lundh2001-07-021-12/+13
* added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2xFredrik Lundh2001-07-022-19/+33
* merged with pythonware's SRE 2.1.1 codebaseFredrik Lundh2001-07-022-5/+98
* use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZEFredrik Lundh2001-06-271-2/+3
* Windows build broke from recent Unicode changes -- need to #defineTim Peters2001-06-261-0/+1
* experimental UCS-4 support: added USE_UCS4_STORAGE define toFredrik Lundh2001-06-261-0/+4
* experimental UCS-4 support: don't assume that MS_WIN32 impliesFredrik Lundh2001-06-261-3/+3
* Remove const-ness in inet_pton declaration.Martin v. Löwis2001-06-251-1/+1
* Replace snprintf with sprintf.Martin v. Löwis2001-06-251-1/+1
* Fix typos in inet_pton/inet_ntop.Martin v. Löwis2001-06-241-2/+3
* Provide a definition for offsetof.Martin v. Löwis2001-06-241-0/+8
* Emulate inet_{pton,ntop} on systems that don't provide it.Martin v. Löwis2001-06-241-0/+41
* Pure brute-force hackery to allow Python to build on Windows again,Tim Peters2001-06-241-0/+12
* Properly use &&. Closes bug #434988.Martin v. Löwis2001-06-231-2/+2
* Properly use &&. Closes bug #434989.Martin v. Löwis2001-06-231-1/+1
* Patch #401196: Configuration machinery for IPv6.Martin v. Löwis2001-06-234-0/+983
* [Bug #433047, reported by Armin Rigo] Remove extra 'i' character inAndrew M. Kuchling2001-06-181-1/+2
* Fix for bug [ #433047 ] missing args to PyArg_ParseTupleMarc-André Lemburg2001-06-171-2/+2
* Fix error in comment, and in test_long_api and test_longlong_api removeTim Peters2001-06-162-26/+21
* Forward-port revision 2.24.2.4 from the release21-maint branch:Thomas Wouters2001-06-151-0/+10
* Fixed typo in comment.Tim Peters2001-06-141-1/+1
* Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much likeTim Peters2001-06-142-158/+238
* The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.Tim Peters2001-06-131-0/+8
* longobject.c:Tim Peters2001-06-131-15/+158
* The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong()Tim Peters2001-06-121-4/+57
* Removed the Python version from the PYTHONHOMEHELP string. It wasMarc-André Lemburg2001-06-121-1/+1
* Added q/Q standard (x-platform 8-byte ints) mode in struct module.Tim Peters2001-06-121-55/+137
* Trimmed trailing whitespace.Tim Peters2001-06-111-3/+3
* Simplify some convolution by simply not recognizing 'q' and 'Q' at allTim Peters2001-06-111-33/+0
* Make clear in the docstring that "std" applies to both size and alignment,Tim Peters2001-06-111-6/+6
* Protect the use of the VWERASE symbol by an #ifdef, it's apparently missingThomas Wouters2001-06-111-0/+2
* Initial support for 'q' and 'Q' struct format codes: for now, only inTim Peters2001-06-101-1/+186
* annoying whitespace inconsistencyPeter Schneider-Kamp2001-06-101-1/+1
* This closes bug #430849 (internal error produced by binascii.a2b_base64)Peter Schneider-Kamp2001-06-071-0/+4
* Make it possible to find the use of tp_as_buffer here with a global search.Tim Peters2001-06-051-1/+1
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-1/+1
* Cruft cleanup: Removed the unused last_is_sticky argument from the internalTim Peters2001-05-281-2/+2
* Iterator support: made the xreadlines object its own iterator. ThisGuido van Rossum2001-05-221-25/+81
* Correct the sense of a couple of conditional compilations -- used #ifndefFred Drake2001-05-221-2/+2
* Add :method info to the PyArg_ParseTuple() format strings for poll objects.Fred Drake2001-05-211-3/+3
* Add warnings to the strop module, for to those functions that reallyGuido van Rossum2001-05-151-0/+22
* Fix new compiler warnings. Also boost "start" from (C) int to long andTim Peters2001-05-141-5/+5
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-142-13/+13