| Commit message (Expand) | Author | Age | Files | Lines |
* | set_error(): Handle construction of pyexpat.error exceptions. They | Fred Drake | 2001-02-08 | 1 | -153/+456 |
|
|
* | Remove the optional integer argument to SSL_write; now it will always send | Andrew M. Kuchling | 2001-02-07 | 1 | -5/+2 |
|
|
* | Patch #103636: Allow writing strings containing null bytes to an SSL socket | Andrew M. Kuchling | 2001-02-06 | 1 | -1/+1 |
|
|
* | Patch #103523, to make mpz module compile with Cygwin | Andrew M. Kuchling | 2001-02-06 | 1 | -1/+2 |
|
|
* | Support older PYTHON_API_VERSIONs for backwards compatibility. | Martin v. Löwis | 2001-02-06 | 2 | -5/+8 |
|
|
* | Another _testXXX -> _testcapiXXX renaming. | Tim Peters | 2001-02-04 | 1 | -1/+1 |
|
|
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -3/+3 |
|
|
* | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -266/+0 |
|
|
* | Repair legit compiler warning. | Tim Peters | 2001-02-02 | 1 | -1/+1 |
|
|
* | fix a couple last-minute bugs in the raw socket support | Jeremy Hylton | 2001-02-02 | 1 | -24/+24 |
|
|
* | Add minimal interface to symtable: _symtable module. | Jeremy Hylton | 2001-02-02 | 1 | -0/+72 |
|
|
* | Added new Python C API _test module to the build mechanism on Unix. | Marc-André Lemburg | 2001-02-02 | 1 | -0/+1 |
|
|
* | Patch derived from Trent's 101162: a Python/C API testing framework. | Tim Peters | 2001-02-02 | 1 | -0/+68 |
|
|
* | SF patch 101137 from Grant Edwards | Jeremy Hylton | 2001-02-02 | 1 | -3/+93 |
|
|
* | Teach Windows build about the _weakref module. | Tim Peters | 2001-02-02 | 1 | -1/+1 |
|
|
* | An ssl-wrapped socket now returns '' on EOF, just like a regular | Jeremy Hylton | 2001-02-01 | 1 | -7/+4 |
|
|
* | move extra arguments to the back of the new.code() arglist | Jeremy Hylton | 2001-02-01 | 1 | -7/+24 |
|
|
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 1 | -0/+757 |
|
|
* | Add entries for the weakref module to the build control. | Fred Drake | 2001-02-01 | 1 | -0/+1 |
|
|
* | Docs for new Windows zlib build procedure. | Tim Peters | 2001-01-31 | 1 | -8/+1 |
|
|
* | Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crash | Mark Hammond | 2001-01-31 | 1 | -2/+11 |
|
|
* | Partial fix to [ Bug #128685 ] popen on Win9x isnt smart enough about finding... | Mark Hammond | 2001-01-31 | 1 | -9/+45 |
|
|
* | Fix Bug #125891 - os.popen2,3 and 4 leaked file objects on Windows. | Mark Hammond | 2001-01-31 | 1 | -0/+5 |
|
|
* | Cleanup logic a little. Check args first, then try to create the | Jeremy Hylton | 2001-01-29 | 1 | -4/+3 |
|
|
* | Patch #103485 from Donn Cave: patches to make the module compile on AIX and | Andrew M. Kuchling | 2001-01-29 | 1 | -0/+36 |
|
|
* | Rename 'lines' variable to 'nlines' to avoid conflict with a macro defined | Andrew M. Kuchling | 2001-01-29 | 1 | -7/+7 |
|
|
* | Add back most of the old contents of Setup.dist, with all the modules | Andrew M. Kuchling | 2001-01-29 | 1 | -2/+368 |
|
|
* | Bug #130117: add a prototype required to compile cleanly on IRIX | Andrew M. Kuchling | 2001-01-28 | 1 | -0/+1 |
|
|
* | new_instance(): Use PyInstance_NewRaw() instead of knowing too much | Fred Drake | 2001-01-28 | 1 | -15/+17 |
|
|
* | Fix a typo. | Neil Schemenauer | 2001-01-27 | 1 | -1/+1 |
|
|
* | init_curses_panel(): Be more consistent with indentation and blank lines. | Fred Drake | 2001-01-27 | 1 | -5/+3 |
|
|
* | Bug #129904: Put back the path component for the Tkinter modules | Andrew M. Kuchling | 2001-01-27 | 1 | -0/+3 |
|
|
* | - Use PY_CFLAGS when compile modules that will be part of the interpreter. | Neil Schemenauer | 2001-01-26 | 1 | -3/+5 |
|
|
* | Correct one-line typo, reported by yole @ SF, bug 130077. | Guido van Rossum | 2001-01-25 | 1 | -1/+1 |
|
|
* | Fix arguments for PyFrame_New(). The previous checkin used the wrong | Jeremy Hylton | 2001-01-25 | 1 | -1/+0 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 2 | -4/+13 |
|
|
* | Let's keep things portable to non GCC compilers, please. | Sjoerd Mullender | 2001-01-25 | 1 | -22/+22 |
|
|
* | lockf_doc: a much better description of the lockf() function, based on | Barry Warsaw | 2001-01-25 | 1 | -4/+23 |
|
|
* | The array type was missing the Py_TPFLAGS_DEFAULT initializer for the | Guido van Rossum | 2001-01-24 | 1 | -1/+1 |
|
|
* | Changes for flat makefile. Building of modules happens from toplevel | Neil Schemenauer | 2001-01-24 | 1 | -12/+16 |
|
|
* | Build now happens in toplevel directory, not Modules. Don't monkey with | Neil Schemenauer | 2001-01-24 | 1 | -12/+1 |
|
|
* | ucnhash is no longer used | Fredrik Lundh | 2001-01-24 | 1 | -22/+0 |
|
|
* | ucnhash is no longer used | Fredrik Lundh | 2001-01-24 | 1 | -2/+1 |
|
|
* | Move uchhash functionality into unicodedata (after the recent | Fredrik Lundh | 2001-01-24 | 2 | -212/+229 |
|
|
* | _PyImport_Inittab: define the exceptions module's init function. | Barry Warsaw | 2001-01-23 | 1 | -1/+1 |
|
|
* | Clean up some comments and the default VERSION. | Guido van Rossum | 2001-01-23 | 1 | -3/+2 |
|
|
* | Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences. | Guido van Rossum | 2001-01-23 | 1 | -2/+2 |
|
|
* | Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete() | Guido van Rossum | 2001-01-23 | 1 | -2/+1 |
|
|
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-22 | 4 | -5/+15 |
|
|
* | Fix off-by-one error in array size. | Martin v. Löwis | 2001-01-22 | 1 | -1/+1 |
|
|