summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Trent Mick: use size_t instead of int where appropriate (time_strftime()).Guido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (set_key()).Guido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (call_readline()).Guido van Rossum2000-06-281-1/+1
* Trent Mick: use size_t instead of int where appropriate (mpz_format()).Guido van Rossum2000-06-281-1/+1
* Trent Mick: use size_t instead of int where appropriate (various spots).Guido van Rossum2000-06-281-9/+9
* Trent Mick: use size_t instead of int where appropriate (inGuido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (in strxfrm(),Guido van Rossum2000-06-281-1/+1
* Trent Mick:Guido van Rossum2000-06-281-3/+7
* Jack Jansen: Mac Carbon: don't include sys/types if we don't have itGuido van Rossum2000-06-281-0/+2
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-10/+95
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-281-0/+64
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+12212
* Fixes for compiling on Tru64.Andrew M. Kuchling2000-06-271-8/+13
* Fix two typos (, instead of ;)Andrew M. Kuchling2000-06-271-3/+2
* Added support for mouse functions: mousemask(), mouseinterval(),Andrew M. Kuchling2000-06-271-0/+130
* Added support for passing Unicode strings to Expat handlers by default.Andrew M. Kuchling2000-06-271-485/+663
* 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