summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS.Tim Peters2001-03-171-173/+182
* Variety of small INC/DECREF patches that fix reported memory leaksJeremy Hylton2001-03-131-3/+0
* Make sure we close the group and password databases when we are done withFred Drake2001-03-112-0/+2
* Define sunmath prototypes if sunmath.h was not included.Martin v. Löwis2001-03-071-0/+6
* Document SIG_* warning causes on Solaris.Martin v. Löwis2001-03-061-0/+5
* Use Py_CHARMASK for ctype macros. Fixes bug #232787.Martin v. Löwis2001-03-061-1/+1
* Be a bit more strict in setting up the export of the C API for thisFred Drake2001-03-031-6/+6
* Wrap several more of the constants in #ifdef/#endif for FreeBSD; at leastFred Drake2001-03-031-0/+58
* Extra fix from bbum (SF #402357) for his previous patch:Guido van Rossum2001-03-021-1/+1
* Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.)Guido van Rossum2001-03-021-1/+1
* Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols;Fred Drake2001-03-021-1/+9
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-022-107/+182
* RISCOS changes by dschwertbergerGuido van Rossum2001-03-022-0/+13
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-0/+23
* Solaris defines VSWTCH instead of VSWTC; carefully make sure both areFred Drake2001-03-011-0/+11
* Wrap some long lines, use only C89 /* */ comments, and add spaces aroundFred Drake2001-03-011-14/+15
* Revised version of Jason Tishler's patch to make this compile on Cygwin,Fred Drake2001-03-011-0/+10
* SF patch 404928: Support for next Cygwin gcc (2.95.2-8)Tim Peters2001-02-282-5/+2
* Define the constants needed for working with these functions directlyFred Drake2001-02-271-0/+158
* Patch #404680: disables the nis module and enables the dl module whenAndrew M. Kuchling2001-02-271-2/+5
* Gustavo Niemeyer <niemeyer@conectiva.com>:Fred Drake2001-02-271-73/+134
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-271-2/+40
* conditionally include unistd.h to pick up confstr declaration. attempt toSkip Montanaro2001-02-271-0/+5
* Mention setup.py in the instructionsAndrew M. Kuchling2001-02-271-2/+5
* cleanup_helper(): Added missing "void" type for the function, updatedFred Drake2001-02-261-6/+3
* The return value from PyObject_ClearWeakRefs() is no longer meaningful,Fred Drake2001-02-261-3/+3