summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Net result of Tim's checkins 2.28 through 2.31:Thomas Wouters2001-07-121-12/+18
* Re-do the broken-nice() patch to break less platforms. Hopefully none :PThomas Wouters2001-07-111-3/+9
* Patch #439995 (slightly modified from the uploaded version):Thomas Wouters2001-07-111-1/+18
* Backport of Guido's checkins of acconfig.h (1.50), configure.in (1.224) andThomas Wouters2001-07-111-0/+4
* Set PYTHONHOMEHELP to 2.1Thomas Wouters2001-06-271-1/+1
* Backport Fred's checkin 2.51:Thomas Wouters2001-06-271-3/+3
* Backport of Tim's checkin 2.111:Thomas Wouters2001-06-271-3/+5
* Backport of Tim's checkin 2.190:Thomas Wouters2001-06-271-10/+8
* Fix my own typo: protect the FLUSHO usage with "#ifdef FLUSHO", notFred Drake2001-06-181-1/+1
* Spell "#ifdef" as "#ifdef", not "#endif".Fred Drake2001-06-161-1/+1
* Protect several more uses of constants with #ifdefs; these are necessary onThomas Wouters2001-06-151-0/+10
* Incorporating MAL's bugfix into the 2.1.1 branch:Guido van Rossum2001-06-121-1/+1
* Protect the use of the VWERASE symbol by an #ifdef, it's apparently missingThomas Wouters2001-06-111-0/+2
* Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81),Thomas Wouters2001-05-231-13/+28
* *** empty log message ***Thomas Wouters2001-05-231-26/+33
* Backport Fred's checkin 2.29:Thomas Wouters2001-05-231-2/+2
* Migrate the last few revisions from the head to the bugfix branch -- theseFred Drake2001-05-111-54/+68
* Three uses of makesockaddr() used sockaddr buffers that had not be cleared;Fred Drake2001-05-091-0/+3
* 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
* get_version_string(): New function -- returns a Python string object thatFred Drake2001-03-241-3/+24
* Fix a memory leak -- there's no need to INCREF() the result ofGuido van Rossum2001-03-231-1/+0
* Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).Tim Peters2001-03-231-1/+1
* add DEF_BOUND constantJeremy Hylton2001-03-221-0/+1
* Update the Tix version (long overdue :-).Guido van Rossum2001-03-221-4/+4
* Inform the cycle-detector that the a weakref object no longer needs to beFred Drake2001-03-221-1/+1
* Make cPickle use the recently-added PyInstance_NewRaw() API to createFred Drake2001-03-221-11/+3
* sre 2.1b2 update:Fredrik Lundh2001-03-222-17/+63
* Extend support for from __future__ import nested_scopesJeremy Hylton2001-03-221-3/+8
* Don't raise MemoryError in keys() when the database is empty.Guido van Rossum2001-03-221-1/+1
* SF patch 407758, "timemodule patches for Cygwin", from Norman Vine.Tim Peters2001-03-201-0/+7
* Committing patch 405101Moshe Zadka2001-03-181-0/+27