summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Bring SRE up do date with Python 2.1Guido van Rossum2001-06-132-84/+190
* Backported pyexpat memory-leak plugsMoshe Zadka2001-03-311-24/+89
* - #121706 - config.c - _PyImport_Inittab: define the exceptions module's initMoshe Zadka2001-03-311-1/+1
* - #128713 - mmapmodule.c - type(mmap_object) blew up on Linux.Moshe Zadka2001-03-311-5/+6
* Address a bug in the uuencode decoder, reported bu "donut" in SF bugMoshe Zadka2001-03-311-3/+3
* Make mpz's .binary() work on 64 bit platformsMoshe Zadka2001-03-311-1/+8
* #125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse treeMoshe Zadka2001-03-311-11/+20
* Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.Moshe Zadka2001-03-311-10/+19
* - posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leakMoshe Zadka2001-03-311-2/+11
* Use Py_CHARMASK for ctype macros. Fixes bug #232787.Moshe Zadka2001-03-311-1/+1
* - #125981 -- socketmodule.c -- closing sockets was not thread-safe.Moshe Zadka2001-03-311-10/+11
* Fixing bug #407504. -- did not close pwd/grp databases.Moshe Zadka2001-03-302-0/+2
* #126161 and 123634 -- Unicode strings could not be pickled correctly.Moshe Zadka2001-03-301-2/+48
* More _curses compilation-problem fixes.Moshe Zadka2001-03-301-7/+44
* Yay! First fix I'm commiting on the way to 2.0.1Moshe Zadka2001-03-291-4/+38
* Move _tkinter.c 1.115 into release branch.Martin v. Löwis2001-03-151-3/+8
* forgot to update the comment to reflect the change in default linkageSkip Montanaro2001-01-021-2/+1
* change default linkage of bsddb to shared - closes bug #126564Skip Montanaro2001-01-021-1/+1
* Update the comments for the BSD DB module, including a new pointer toFred Drake2000-10-141-3/+5
* Repaired a comment and asserted a precondition.Tim Peters2000-10-121-1/+2
* Fix for Bug #116453.Guido van Rossum2000-10-121-6/+6
* Stop raising OverflowError on underflows reported by libm (errno==ERANGE andTim Peters2000-10-121-18/+42
* Another gcc -Wall warning squashed:Fred Drake2000-10-111-1/+1
* Remove one more gcc -Wall warning.Fred Drake2000-10-111-1/+2
* Fix the docstring for new.function().Fred Drake2000-10-101-1/+1
* Donn Cave <donn@oz.net>:Fred Drake2000-10-091-1/+1
* Patch #101810: check whether zst.avail_out is non-zero when gettingAndrew M. Kuchling2000-10-091-1/+15
* Be consistent in the description of audio formats: <format> <width>Guido van Rossum2000-10-081-4/+7
* test_linuxaudio:Jeremy Hylton2000-10-061-86/+129
* Added a new "base" type, IOobject for which most of theJim Fulton2000-10-061-285/+355
* [ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abortGuido van Rossum2000-10-061-44/+86
* Norman Vine <nhv@users.sourceforge.net>:Fred Drake2000-10-061-1/+1
* SF "bug" 115973: patches from Norman Vine so that shared libraries andTim Peters2000-10-051-1/+1
* - update Neil's email addressNeil Schemenauer2000-10-041-6/+2
* - do not start collection during processing of an exceptionNeil Schemenauer2000-10-041-1/+5
* - Fix a GC bug caused by PyDict_New() failing.Neil Schemenauer2000-10-041-1/+2
* Accept keyword arguments for (most) pattern and match objectFredrik Lundh2000-10-031-31/+45
* Clarify that isatty is only guaranteed to return true for slave ends ofThomas Wouters2000-10-031-1/+1
* Fixed negative lookahead/lookbehind. Closes bug #115618.Fredrik Lundh2000-10-031-4/+1
* Remove comment about -lucb for the mmap module -- the module has beenFred Drake2000-10-021-3/+2
* Supporting rl_library_version is more trouble than it's worth --Guido van Rossum2000-10-021-8/+1
* my_getpagesize(): New function; returns the size of a page of memory.Fred Drake2000-10-011-12/+18
* Fix header file usage so that NULL is defined. NULL is needed byMarc-André Lemburg2000-09-301-1/+1
* PyModule_AddStringConstant(): Make this static since it isn't usedFred Drake2000-09-291-1/+5
* Remove unused VERSION #define.Martin v. Löwis2000-09-291-5/+26
* Add #ifdef's for platforms that don't have the constants POLLRDNORM andAndrew M. Kuchling2000-09-281-0/+8
* Minor ANSIfication: lib_python no longer needs to be initializedFred Drake2000-09-281-4/+1
* Fix includes; not including Python.h caused the module not to compile onFred Drake2000-09-281-1/+1
* Fix buffer overflow vulnerabilities in calculate_path(). Code usedJeremy Hylton2000-09-271-16/+41
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-267-32/+5