| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | unicodedatabase.[ch] are no longer used. | Fredrik Lundh | 2001-01-22 | 2 | -2/+0 |
|
|
* | removed unicodedatabase.[ch] references from Makefile.pre.in. | Fredrik Lundh | 2001-01-22 | 1 | -3/+2 |
|
|
* | Fixed teensy memory leak, but doesn't help test_sax on Windows. | Tim Peters | 2001-01-22 | 1 | -0/+1 |
|
|
* | Move declaration of 'clnt_create()' NIS function to pyport.h, as it's | Thomas Wouters | 2001-01-21 | 1 | -1/+1 |
|
|
* | Unicode nits: Don't include unicodedatabase.h no more. And make sure | Fredrik Lundh | 2001-01-21 | 1 | -1/+0 |
|
|
* | compress unicode decomposition tables (this saves another 55k) | Fredrik Lundh | 2001-01-21 | 6 | -10680/+7429 |
|
|
* | forgot to check in the new makeunicodedata.py script | Fredrik Lundh | 2001-01-21 | 3 | -8365/+8022 |
|
|
* | Fix typo: MICRO instead of MINOR. | Martin v. Löwis | 2001-01-21 | 1 | -1/+1 |
|
|
* | Merge with 1.25 of PyXML: | Martin v. Löwis | 2001-01-21 | 1 | -40/+355 |
|
|
* | Make the 'time' argument to the timemodule functions strftime, asctime, | Thomas Wouters | 2001-01-19 | 1 | -30/+54 |
|
|
* | gethash/cmpname both looked beyond the end of the character name. | Fredrik Lundh | 2001-01-19 | 1 | -16/+14 |
|
|
* | Minor patch from Thomas Gellekum: | Andrew M. Kuchling | 2001-01-19 | 1 | -8/+3 |
|
|
* | new unicode name database (~160k) | Fredrik Lundh | 2001-01-19 | 2 | -12174/+8471 |
|
|
* | added "getcode" and "getname" methods to the ucnhash module (they're | Fredrik Lundh | 2001-01-19 | 1 | -13/+58 |
|
|
* | refactored the unicodeobject/ucnhash interface, to hide the | Fredrik Lundh | 2001-01-19 | 1 | -81/+74 |
|
|
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
|
|
* | Support building this as a DLL under Cygwin. | Guido van Rossum | 2001-01-19 | 1 | -2/+5 |
|
|
* | Use openssl/*.h to include the OpenSSL header files | Andrew M. Kuchling | 2001-01-18 | 1 | -6/+6 |
|
|
* | Same treatment as listobject.c: | Guido van Rossum | 2001-01-18 | 1 | -67/+156 |
|
|
* | The signal module has to be compiled statically, so add it to Setup.dist | Andrew M. Kuchling | 2001-01-17 | 1 | -0/+3 |
|
|
* | strop doesn't actually seem to be needed | Andrew M. Kuchling | 2001-01-17 | 1 | -1/+0 |
|
|
* | Restore lost AFMT_S16_NE entry. | Ka-Ping Yee | 2001-01-17 | 1 | -0/+1 |
|
|
* | Patch #102588 / PEP 229: | Andrew M. Kuchling | 2001-01-17 | 2 | -392/+7 |
|
|
* | Eric the half-a-wit, driven to berserk rage after repeatedly doing | Eric S. Raymond | 2001-01-17 | 2 | -1/+18 |
|
|
* | bumped SRE version number to 2.1. cleaned up and added 1.5.2 | Fredrik Lundh | 2001-01-16 | 1 | -25/+41 |
|
|
* | fixed a memory leak in pattern cleanup (patch #103248 by cgw) | Fredrik Lundh | 2001-01-16 | 1 | -2/+6 |
|
|
* | Plug memory leak. | Neil Schemenauer | 2001-01-16 | 1 | -1/+2 |
|
|
* | better format names and error messages | Ka-Ping Yee | 2001-01-15 | 1 | -13/+12 |
|
|