summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting Moshe's EGD patch *and* Martin's patch to make it work withGuido van Rossum2001-04-161-34/+0
* SRE: made "copyright" string static, to avoid potential linkingFredrik Lundh2001-04-151-1/+8
* Make some private symbols static.Guido van Rossum2001-04-141-1/+1
* Clean up the unsightly mess around the readline header files. We nowGuido van Rossum2001-04-131-24/+1
* I am TENTATIVELY checking in Martin von Loewis's patch for the SSLGuido van Rossum2001-04-131-0/+7
* cleanup_helper(): Make sure we invalidate all reference objectsFred Drake2001-04-131-6/+41
* Slight adaptation of Michael Hudson's patch to test PyDict_Next()Guido van Rossum2001-04-131-0/+62
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-112-0/+34
* Updated version of RISCOS support. SF patch 411213 by Dietmar SchwertbergerGuido van Rossum2001-04-102-10/+22
* Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED.Guido van Rossum2001-04-101-2/+3
* Ack -- this module mixes tabs and spaces, and what appears to be a mixTim Peters2001-04-101-5/+5
* On a sizeof(long)==8 machine, ints in range(2**31, 2**32) were gettingTim Peters2001-04-101-5/+21
* Critical fix: if cPickle on a sizeof(long)==8 box is used to read aTim Peters2001-04-101-1/+8
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-04-091-13/+10
* Repair portability of sign extension when reading signed ints on boxesTim Peters2001-04-081-10/+6
* Effectively revert the previous change: leave the new #include in, butFred Drake2001-04-051-0/+3
* Add an #include of sys/ioctl.h to pick up a lot of the constants supportedFred Drake2001-04-041-0/+1
* Applying SF patch #412553 by Christopher Lee: fix linuxaudiodevGuido van Rossum2001-04-021-9/+29
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-03-261-0/+329