summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support building this as a DLL under Cygwin.Guido van Rossum2001-01-191-2/+5
* Use openssl/*.h to include the OpenSSL header filesAndrew M. Kuchling2001-01-181-6/+6
* Same treatment as listobject.c:Guido van Rossum2001-01-181-67/+156
* The signal module has to be compiled statically, so add it to Setup.distAndrew M. Kuchling2001-01-171-0/+3
* strop doesn't actually seem to be neededAndrew M. Kuchling2001-01-171-1/+0
* Restore lost AFMT_S16_NE entry.Ka-Ping Yee2001-01-171-0/+1
* Patch #102588 / PEP 229:Andrew M. Kuchling2001-01-172-392/+7
* Eric the half-a-wit, driven to berserk rage after repeatedly doingEric S. Raymond2001-01-172-1/+18
* bumped SRE version number to 2.1. cleaned up and added 1.5.2Fredrik Lundh2001-01-161-25/+41
* fixed a memory leak in pattern cleanup (patch #103248 by cgw)Fredrik Lundh2001-01-161-2/+6
* Plug memory leak.Neil Schemenauer2001-01-161-1/+2
* better format names and error messagesKa-Ping Yee2001-01-151-13/+12
* Committing patch #103216, autodetect of dbmmodule support and buildingBarry Warsaw2001-01-152-1/+7
* added "magic" number to the _sre module, to avoid weird errors causedFredrik Lundh2001-01-152-1/+10
* -- don't use recursion for unbounded non-greedy repeatFredrik Lundh2001-01-141-2/+13
* SRE fixes for 2.1 alpha:Fredrik Lundh2001-01-142-28/+40
* SF bug 128713: type(mmap_object) blew up on Linux.Tim Peters2001-01-141-3/+4
* Conform the new module to /the/ C style.Thomas Wouters2001-01-111-5/+9
* Move the _socket module closer to the SSL-_socket line (mmap andThomas Wouters2001-01-111-2/+5
* SF Patch #102357 by bbum: Add support for frameworks and objective-cGuido van Rossum2001-01-101-1/+6
* Final part of SF patch #102409 by jlt63: Cygwin Python DLL and SharedGuido van Rossum2001-01-102-1/+23
* Part of SF patch #102409 by jlt63 to support building these modulesGuido van Rossum2001-01-104-11/+10
* Adapted version of Eric Raymond's patches to automatically configureGuido van Rossum2001-01-102-8/+17
* Windows mmap should (as the docs probably <wink> say) create a mappingTim Peters2001-01-101-2/+2
* Assorted xreadlines problems:Tim Peters2001-01-091-1/+1
* Jeff Epler's xreadlines module, with slight reformatting and someGuido van Rossum2001-01-092-0/+121
* Address a bug in the uuencode decoder, reported bu "donut" in SF bugGuido van Rossum2001-01-091-3/+3
* Anonymous SF bug report #128053 point out that the #ifdef forGuido van Rossum2001-01-081-1/+1
* Fix problems with validation of import statement parse trees.Fred Drake2001-01-071-5/+24
* Patch #103012: Update fpectlmodule for current glibc;Andrew M. Kuchling2001-01-041-0/+7
* Mark the "encoding" parameter to ExternalEntityParserCreate() as optionalFred Drake2001-01-031-1/+1
* Add the curses constants ERR and OK to the module at TG's suggestionAndrew M. Kuchling2000-12-261-0/+3