| Commit message (Expand) | Author | Age | Files | Lines |
* | The symbols P_* (for spawn*(), MS specific) should not have a leading | Guido van Rossum | 1999-02-16 | 1 | -5/+5 |
|
|
* | Fixed totally bogus conversion factors used in the Win32 version of | Guido van Rossum | 1999-02-16 | 1 | -3/+10 |
|
|
* | Got rid of the file-global PosixError. This was redundant since it | Barry Warsaw | 1999-02-09 | 1 | -8/+4 |
|
|
* | On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws | Guido van Rossum | 1999-02-09 | 1 | -1/+1 |
|
|
* | Fix buglet in load_put -- the test for bad readline result tested the | Guido van Rossum | 1999-02-08 | 1 | -1/+1 |
|
|
* | The variable TESTPATH should be initialized to empty. | Guido van Rossum | 1999-02-08 | 1 | -1/+1 |
|
|
* | The writelines() function was never tested and contained numerous bugs | Guido van Rossum | 1999-02-08 | 1 | -4/+16 |
|
|
* | Jim Fulton: this fixes seg faults with bad pickles like "c". | Guido van Rossum | 1999-02-04 | 1 | -3/+22 |
|
|
* | Portability fix for [f]statvfs() return tuple: no longer return the | Guido van Rossum | 1999-02-03 | 1 | -12/+8 |
|
|
* | Never mind, this belongs in the PC subdirectory, | Guido van Rossum | 1999-02-02 | 1 | -71/+0 |
|
|
* | Added documentation to the docstrings for the W*() functions that take | Fred Drake | 1999-02-02 | 1 | -6/+8 |
|
|
* | Windows sound playing module, by Fredrik Lundh. | Guido van Rossum | 1999-02-02 | 1 | -0/+71 |
|
|
* | Add _P_WAIT etc. for NT. | Guido van Rossum | 1999-02-01 | 1 | -0/+12 |
|
|
* | spawnv, spawnve docstrings: added mode parameter; this is required! | Fred Drake | 1999-02-01 | 1 | -2/+4 |
|
|
* | PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() | Barry Warsaw | 1999-02-01 | 1 | -3/+26 |
|
|
* | Oops, the patch for NeXT always replaced waitpid() with wait4() -- | Guido van Rossum | 1999-02-01 | 1 | -0/+4 |
|
|
* | setup_readline(): Added a comment about memory leak (reported by | Barry Warsaw | 1999-01-29 | 1 | -1/+5 |
|
|
* | Added missing DECREF's in the error branches when creating a compressor or | Andrew M. Kuchling | 1999-01-29 | 1 | -1/+12 |
|
|
* | PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the | Barry Warsaw | 1999-01-28 | 1 | -0/+1 |
|
|
* | Document -OO; "unsafe" optimization that removes docstrings. | Guido van Rossum | 1999-01-28 | 1 | -1/+2 |
|
|
* | pcre_exec(): Andrew Kuchling's patch for pcre memory leak. | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
|
|
* | initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is | Barry Warsaw | 1999-01-27 | 1 | -1/+2 |
|
|
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 5 | -30/+124 |
|
|
* | expandtabs__doc__: blank line which was not terminated with \n\ caused | Barry Warsaw | 1999-01-26 | 1 | -1/+0 |
|
|
* | Add spawnv and spawnve functions for Win32 platforms. | Guido van Rossum | 1999-01-25 | 1 | -0/+178 |
|
|
* | A gift from Fredrik Lundh: fast C implementation of expandtabs(). | Guido van Rossum | 1999-01-25 | 1 | -0/+75 |
|
|
* | Make sure not to call realloc() with a NULL pointer -- call malloc() | Guido van Rossum | 1999-01-25 | 1 | -1/+4 |
|
|
* | Include myselect.h -- needed on some platforms. | Guido van Rossum | 1999-01-25 | 1 | -0/+1 |
|
|
* | Rearrange the -I flags for compiling _tkinter.c so that | Guido van Rossum | 1999-01-25 | 1 | -2/+2 |
|
|
* | Only do ttyname() when HAVE_TTYNAME is defined. | Guido van Rossum | 1999-01-25 | 1 | -0/+18 |
|
|
* | Should include "Python.h", not <Python.h> -- it's not a standard | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
|
|
* | Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). | Guido van Rossum | 1999-01-14 | 1 | -1/+5 |
|
|
* | Need extern decl. for fdatasync() in case it exists but isn't declared | Guido van Rossum | 1999-01-08 | 1 | -2/+2 |
|
|
* | Added fsync() and fdatasync(). Patches by Scott Cotton. Requires | Guido van Rossum | 1999-01-08 | 1 | -0/+57 |
|
|
* | The doc string for strptime had the arguments reversed -- the string | Guido van Rossum | 1999-01-07 | 1 | -1/+1 |
|
|
* | fix bug in PyZlib_flush. | Jeremy Hylton | 1999-01-06 | 1 | -4/+4 |
|
|
* | Change the access() code to return 1 if granted, 0 if not granted. | Guido van Rossum | 1999-01-06 | 1 | -4/+11 |
|
|
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -3/+22 |
|
|
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -9/+33 |
|
|
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -14/+231 |
|
|
* | Patch by Charles Waldman to implement an optional nlines argument to | Guido van Rossum | 1999-01-05 | 1 | -2/+18 |
|
|
* | Get rid of the strptype() declaration -- on some BSD systems, it's a | Guido van Rossum | 1999-01-03 | 1 | -1/+1 |
|
|
* | Chris Herborth discovered a typo in the arrow key symbols. | Guido van Rossum | 1998-12-23 | 1 | -1/+2 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 6 | -81/+74 |
|
|
* | Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. | Guido van Rossum | 1998-12-21 | 1 | -0/+2 |
|
|
* | replace missing zalloc initialization (test_zlib now runs | Jeremy Hylton | 1998-12-21 | 1 | -0/+1 |
|
|
* | remove debugging fprintf (should have checked this before previous | Jeremy Hylton | 1998-12-21 | 1 | -2/+0 |
|
|
* | patches from Andrew | Jeremy Hylton | 1998-12-18 | 1 | -23/+51 |
|
|
* | When _PyString_Resize() reports failure, the variable referring to the | Fred Drake | 1998-12-18 | 1 | -5/+0 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1998-12-15 | 1 | -42/+73 |
|
|