| Commit message (Expand) | Author | Age | Files | Lines |
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-28 | 1 | -0/+64 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+12212 |
|
|
* | Fixes for compiling on Tru64. | Andrew M. Kuchling | 2000-06-27 | 1 | -8/+13 |
|
|
* | Fix two typos (, instead of ;) | Andrew M. Kuchling | 2000-06-27 | 1 | -3/+2 |
|
|
* | Added support for mouse functions: mousemask(), mouseinterval(), | Andrew M. Kuchling | 2000-06-27 | 1 | -0/+130 |
|
|
* | Added support for passing Unicode strings to Expat handlers by default. | Andrew M. Kuchling | 2000-06-27 | 1 | -485/+663 |
|
|
* | Release the global interpreter lock around the most important | Andrew M. Kuchling | 2000-06-23 | 1 | -12/+45 |
|
|
* | Added .timeout() method and .typeahead() function | Andrew M. Kuchling | 2000-06-21 | 1 | -0/+19 |
|
|
* | Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>. | Fred Drake | 2000-06-19 | 1 | -1/+1 |
|
|
* | Patch from Michael Hudson to fix flatten recursive data structures: | Andrew M. Kuchling | 2000-06-19 | 1 | -5/+8 |
|
|
* | Patch from Lorenzo M. Catucci: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+5 |
|
|
* | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+100 |
|
|
* | Support resizing the mapping depending on whether HAVE_MREMAP is defined | Andrew M. Kuchling | 2000-06-18 | 1 | -4/+6 |
|
|
* | Patch from Trent Mick: | Andrew M. Kuchling | 2000-06-18 | 1 | -34/+105 |
|
|
* | Removed MS_INVALIDATE flags | Andrew M. Kuchling | 2000-06-18 | 1 | -2/+2 |
|
|
* | Fix the size() method to return the size of the file on Unix, not the | Andrew M. Kuchling | 2000-06-17 | 1 | -3/+12 |
|
|
* | Renamed the C extension for ncurses support from 'curses' to '_curses'. | Andrew M. Kuchling | 2000-06-10 | 2 | -8/+8 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -1/+1 |
|
|
* | Patch from Trent Mick: | Andrew M. Kuchling | 2000-06-06 | 1 | -1/+1 |
|
|
* | Use PyArg_ParseTuple and specify the method names, following a suggestion | Andrew M. Kuchling | 2000-06-03 | 1 | -5/+5 |
|
|
* | Add missing PyArg_NoArgs() calls to methods that didn't take arguments | Andrew M. Kuchling | 2000-06-03 | 1 | -8/+16 |
|
|
* | Fredrik Lundh: here's the 96.6% version of SRE | Jeremy Hylton | 2000-06-01 | 3 | -194/+500 |
|
|
* | Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]") | Andrew M. Kuchling | 2000-06-01 | 1 | -1/+1 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-01 | 3 | -7/+14 |
|
|
* | Patch from M.-A. Lemburg: | Jeremy Hylton | 2000-05-26 | 1 | -25/+23 |
|
|
* | _exceptions.c is moved to ../Python/exceptions.c | Barry Warsaw | 2000-05-26 | 1 | -994/+0 |
|
|
* | The _exceptions module is moved to the Python subdirectory. | Barry Warsaw | 2000-05-26 | 1 | -1/+0 |
|
|
* | Built-in class-based standard exceptions. Written by Fredrik Lundh. | Barry Warsaw | 2000-05-25 | 1 | -0/+994 |
|
|
* | Added the _exceptions module, implementing the built-in class-based | Barry Warsaw | 2000-05-25 | 1 | -0/+1 |
|
|
* | Changes by AMK: Use HAVE_NCURSES_H to include correct header file | Andrew M. Kuchling | 2000-05-23 | 1 | -133/+124 |
|
|
* | Oliver Andrich's ncurses-specific curses module, version 1.5b1 | Andrew M. Kuchling | 2000-05-23 | 1 | -948/+1607 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-05-16 | 1 | -0/+2 |
|
|
* | The addition of rint() (by Peter Schneider-Kamp; I forgot to mention | Guido van Rossum | 2000-05-11 | 1 | -0/+4 |
|
|
* | Added math.rint() -- round according to current IEEE754 mode | Guido van Rossum | 2000-05-11 | 1 | -0/+3 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -1/+4 |
|
|
* | New version from Jim Fulton to fix a problem that Eric Raymond ran | Guido van Rossum | 2000-05-09 | 1 | -6/+20 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -4/+4 |
|
|
* | When the UTF-8 conversion to Unicode fails, return an 8-bit string | Guido van Rossum | 2000-05-04 | 1 | -1/+5 |
|
|
* | Two changes to improve (I hope) Unicode support. | Guido van Rossum | 2000-05-04 | 1 | -2/+31 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 37 | -124/+138 |
|
|
* | Remove all references to stdwin. | Guido van Rossum | 2000-05-03 | 1 | -21/+1 |
|
|
* | >>Boing!<< | Guido van Rossum | 2000-05-03 | 1 | -2664/+0 |
|
|
* | Vladimir Marangozov: | Guido van Rossum | 2000-05-03 | 1 | -5/+5 |
|
|
* | Mark Hammond to the rescue: | Guido van Rossum | 2000-05-03 | 1 | -3/+4 |
|
|
* | Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I | Guido van Rossum | 2000-05-02 | 1 | -1/+1 |
|
|
* | usage_mid: Remove the description of the -X flag; it's gone now. | Barry Warsaw | 2000-05-02 | 1 | -5/+0 |
|
|
* | Ignore a bunch of generated files. | Barry Warsaw | 2000-05-02 | 1 | -0/+8 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -1/+6 |
|
|
* | posix_utime(): Allow the second argument to be None, which invokes the | Barry Warsaw | 2000-05-01 | 1 | -7/+23 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-27 | 1 | -1/+3 |
|
|