summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [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
* fcntl.ioctl(): Update error message; necessity noted by Michael Hudson.Fred Drake2001-05-141-1/+3
* Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file...Mark Hammond2001-05-141-10/+0
* Fix the .find() method for memory maps.Greg Stein2001-05-141-3/+12
* Add support for Windows using "mbcs" as the default Unicode encoding when dea...Mark Hammond2001-05-131-40/+99
* Fix a minor style consistency issue.Fred Drake2001-05-111-3/+3
* Include sys/modem.h if we have it; this is needed on HP-UX to provideFred Drake2001-05-111-0/+12
* Fix the fcntl() docstring so the user is not mis-directed to the FCNTLFred Drake2001-05-101-7/+7
* Guido has Spoken. Restore strop.replace()'s treatment of a 0 count asTim Peters2001-05-101-0/+6
* The strop module and test_strop.py believe replace() with a 0 countTim Peters2001-05-101-1/+1
* Heh. I need a break. After this: stropmodule & stringobject were moreTim Peters2001-05-101-8/+6
* Fudge. stropmodule and stringobject both had copies of the buggyTim Peters2001-05-101-8/+13
* SF bug #422088: [OSF1 alpha] string.replace().Tim Peters2001-05-091-26/+33
* Mechanical changes for easier edits.Tim Peters2001-05-091-152/+136
* Modify to allow file objects wherever file descriptors are needed.Fred Drake2001-05-091-8/+71
* fdconv(): Do not second guess the error condition returned byFred Drake2001-05-091-37/+4
* Three uses of makesockaddr() used sockaddr buffers that had not be cleared;Fred Drake2001-05-091-1/+4
* Minor fiddling related toTim Peters2001-05-091-5/+2
* Only import termio.h on OSF, and add a comment about why it is needed there.Fred Drake2001-05-091-0/+4
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-05-071-53/+84
* Remove an obsolete comment and a "return" before fallig off the end of aFred Drake2001-05-031-2/+0
* ParserCreate(): Allow an empty string for the namespace_separator argument;Fred Drake2001-04-251-68/+82
* SF but #417587: compiler warnings compiling 2.1.Tim Peters2001-04-211-1/+1
* Export three optimization (fast locals) flagsJeremy Hylton2001-04-161-0/+4