summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Release the global interpreter lock around the most importantAndrew M. Kuchling2000-06-231-12/+45
* Added .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+19
* Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.Fred Drake2000-06-191-1/+1
* Patch from Michael Hudson to fix flatten recursive data structures:Andrew M. Kuchling2000-06-191-5/+8
* Patch from Lorenzo M. Catucci:Andrew M. Kuchling2000-06-181-0/+5
* Patch from /F:Andrew M. Kuchling2000-06-181-0/+100
* Support resizing the mapping depending on whether HAVE_MREMAP is definedAndrew M. Kuchling2000-06-181-4/+6
* Patch from Trent Mick:Andrew M. Kuchling2000-06-181-34/+105
* Removed MS_INVALIDATE flagsAndrew M. Kuchling2000-06-181-2/+2
* Fix the size() method to return the size of the file on Unix, not theAndrew M. Kuchling2000-06-171-3/+12
* Renamed the C extension for ncurses support from 'curses' to '_curses'.Andrew M. Kuchling2000-06-102-8/+8
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-1/+1
* Patch from Trent Mick:Andrew M. Kuchling2000-06-061-1/+1
* Use PyArg_ParseTuple and specify the method names, following a suggestionAndrew M. Kuchling2000-06-031-5/+5
* Add missing PyArg_NoArgs() calls to methods that didn't take argumentsAndrew M. Kuchling2000-06-031-8/+16
* Fredrik Lundh: here's the 96.6% version of SREJeremy Hylton2000-06-013-194/+500
* Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]")Andrew M. Kuchling2000-06-011-1/+1
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-013-7/+14
* Patch from M.-A. Lemburg:Jeremy Hylton2000-05-261-25/+23
* _exceptions.c is moved to ../Python/exceptions.cBarry Warsaw2000-05-261-994/+0
* The _exceptions module is moved to the Python subdirectory.Barry Warsaw2000-05-261-1/+0
* Built-in class-based standard exceptions. Written by Fredrik Lundh.Barry Warsaw2000-05-251-0/+994
* Added the _exceptions module, implementing the built-in class-basedBarry Warsaw2000-05-251-0/+1
* Changes by AMK: Use HAVE_NCURSES_H to include correct header fileAndrew M. Kuchling2000-05-231-133/+124
* Oliver Andrich's ncurses-specific curses module, version 1.5b1Andrew M. Kuchling2000-05-231-948/+1607
* Donn Cave <donn@oz.net>:Fred Drake2000-05-161-0/+2
* The addition of rint() (by Peter Schneider-Kamp; I forgot to mentionGuido van Rossum2000-05-111-0/+4
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-111-0/+3
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-1/+4
* New version from Jim Fulton to fix a problem that Eric Raymond ranGuido van Rossum2000-05-091-6/+20
* Trent Mick:Guido van Rossum2000-05-081-4/+4
* When the UTF-8 conversion to Unicode fails, return an 8-bit stringGuido van Rossum2000-05-041-1/+5
* Two changes to improve (I hope) Unicode support.Guido van Rossum2000-05-041-2/+31
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-0337-124/+138
* Remove all references to stdwin.Guido van Rossum2000-05-031-21/+1
* >>Boing!<<Guido van Rossum2000-05-031-2664/+0
* Vladimir Marangozov:Guido van Rossum2000-05-031-5/+5
* Mark Hammond to the rescue:Guido van Rossum2000-05-031-3/+4
* Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and IGuido van Rossum2000-05-021-1/+1
* usage_mid: Remove the description of the -X flag; it's gone now.Barry Warsaw2000-05-021-5/+0
* Ignore a bunch of generated files.Barry Warsaw2000-05-021-0/+8
* Marc-Andre Lemburg:Guido van Rossum2000-05-011-1/+6
* posix_utime(): Allow the second argument to be None, which invokes theBarry Warsaw2000-05-011-7/+23
* Marc-Andre Lemburg:Guido van Rossum2000-04-271-1/+3
* Jack Jansen:Guido van Rossum2000-04-261-0/+17
* Michael Hudson:Guido van Rossum2000-04-261-3/+16
* Fix typo in last patch -- the symbol's name is MSG_DONWAIT, notGuido van Rossum2000-04-251-1/+1
* Patch by Charles G Waldman:Guido van Rossum2000-04-251-1/+4
* Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc ifGuido van Rossum2000-04-251-3/+3
* validate_arglist(): Re-written to reflect extended call syntax.Fred Drake2000-04-251-3/+80