summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* move extra arguments to the back of the new.code() arglistJeremy Hylton2001-02-011-7/+24
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+757
* Add entries for the weakref module to the build control.Fred Drake2001-02-011-0/+1
* Docs for new Windows zlib build procedure.Tim Peters2001-01-311-8/+1
* Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crashMark Hammond2001-01-311-2/+11
* Partial fix to [ Bug #128685 ] popen on Win9x isnt smart enough about finding...Mark Hammond2001-01-311-9/+45
* Fix Bug #125891 - os.popen2,3 and 4 leaked file objects on Windows.Mark Hammond2001-01-311-0/+5
* Cleanup logic a little. Check args first, then try to create theJeremy Hylton2001-01-291-4/+3
* Patch #103485 from Donn Cave: patches to make the module compile on AIX andAndrew M. Kuchling2001-01-291-0/+36
* Rename 'lines' variable to 'nlines' to avoid conflict with a macro definedAndrew M. Kuchling2001-01-291-7/+7
* Add back most of the old contents of Setup.dist, with all the modulesAndrew M. Kuchling2001-01-291-2/+368
* Bug #130117: add a prototype required to compile cleanly on IRIXAndrew M. Kuchling2001-01-281-0/+1
* new_instance(): Use PyInstance_NewRaw() instead of knowing too muchFred Drake2001-01-281-15/+17
* Fix a typo.Neil Schemenauer2001-01-271-1/+1
* init_curses_panel(): Be more consistent with indentation and blank lines.Fred Drake2001-01-271-5/+3
* Bug #129904: Put back the path component for the Tkinter modulesAndrew M. Kuchling2001-01-271-0/+3
* - Use PY_CFLAGS when compile modules that will be part of the interpreter.Neil Schemenauer2001-01-261-3/+5
* Correct one-line typo, reported by yole @ SF, bug 130077.Guido van Rossum2001-01-251-1/+1
* Fix arguments for PyFrame_New(). The previous checkin used the wrongJeremy Hylton2001-01-251-1/+0
* PEP 227 implementationJeremy Hylton2001-01-252-4/+13
* Let's keep things portable to non GCC compilers, please.Sjoerd Mullender2001-01-251-22/+22
* lockf_doc: a much better description of the lockf() function, based onBarry Warsaw2001-01-251-4/+23
* The array type was missing the Py_TPFLAGS_DEFAULT initializer for theGuido van Rossum2001-01-241-1/+1
* Changes for flat makefile. Building of modules happens from toplevelNeil Schemenauer2001-01-241-12/+16
* Build now happens in toplevel directory, not Modules. Don't monkey withNeil Schemenauer2001-01-241-12/+1
* ucnhash is no longer usedFredrik Lundh2001-01-241-22/+0
* ucnhash is no longer usedFredrik Lundh2001-01-241-2/+1
* Move uchhash functionality into unicodedata (after the recentFredrik Lundh2001-01-242-212/+229
* _PyImport_Inittab: define the exceptions module's init function.Barry Warsaw2001-01-231-1/+1
* Clean up some comments and the default VERSION.Guido van Rossum2001-01-231-3/+2
* Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.Guido van Rossum2001-01-231-2/+2
* Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete()Guido van Rossum2001-01-231-2/+1
* SF Patch #103185, by jlt63: Some more standard modules cleanup for CygwinGuido van Rossum2001-01-224-5/+15
* Fix off-by-one error in array size.Martin v. Löwis2001-01-221-1/+1
* unicodedatabase.[ch] are no longer used.Fredrik Lundh2001-01-222-2/+0
* removed unicodedatabase.[ch] references from Makefile.pre.in.Fredrik Lundh2001-01-221-3/+2
* Fixed teensy memory leak, but doesn't help test_sax on Windows.Tim Peters2001-01-221-0/+1
* Move declaration of 'clnt_create()' NIS function to pyport.h, as it'sThomas Wouters2001-01-211-1/+1
* Unicode nits: Don't include unicodedatabase.h no more. And make sureFredrik Lundh2001-01-211-1/+0
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-216-10680/+7429
* forgot to check in the new makeunicodedata.py scriptFredrik Lundh2001-01-213-8365/+8022
* Fix typo: MICRO instead of MINOR.Martin v. Löwis2001-01-211-1/+1
* Merge with 1.25 of PyXML:Martin v. Löwis2001-01-211-40/+355
* Make the 'time' argument to the timemodule functions strftime, asctime,Thomas Wouters2001-01-191-30/+54
* gethash/cmpname both looked beyond the end of the character name.Fredrik Lundh2001-01-191-16/+14
* Minor patch from Thomas Gellekum:Andrew M. Kuchling2001-01-191-8/+3
* new unicode name database (~160k)Fredrik Lundh2001-01-192-12174/+8471
* added "getcode" and "getname" methods to the ucnhash module (they'reFredrik Lundh2001-01-191-13/+58
* refactored the unicodeobject/ucnhash interface, to hide theFredrik Lundh2001-01-191-81/+74
* SF Patch #103185, by jlt63: Some more standard modules cleanup for CygwinGuido van Rossum2001-01-191-1/+2