summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Shortened / wrapped some long lines.Fred Drake2000-12-231-8/+11
* Add correction caught by Thomas Gellekum (and sitting in my e-mail)Andrew M. Kuchling2000-12-221-1/+2
* Add _curses_panel to SetupAndrew M. Kuchling2000-12-221-1/+2
* Patch #102813: add a wrapper for the panel library included with ncurses.Andrew M. Kuchling2000-12-221-0/+495
* Export C API from this module.Andrew M. Kuchling2000-12-221-99/+47
* Fix bug 126587: matchobject.groupdict() leaks memory because of a missingAndrew M. Kuchling2000-12-221-0/+1
* When using the latest & greatest version of Expat (currently in the ExpatFred Drake2000-12-211-0/+7
* Another patch from Thomas Gellekum: add .overlay() and .overwrite()Andrew M. Kuchling2000-12-211-3/+81
* Adding a warning about the regex module. This is the first officialGuido van Rossum2000-12-191-0/+3
* Minimal fix for the complaints about pickling Unicode objects. (SFGuido van Rossum2000-12-191-2/+48
* Adapted from a patch by Barry Scott, SF patch #102875 and SF bugGuido van Rossum2000-12-181-3/+4
* Add support for gdbm2 open flags ('s' and 'u'). Add module constantNeil Schemenauer2000-12-171-12/+54
* Add returns_unicode to the __members__ list.Fred Drake2000-12-161-1/+2
* Add the -W option.Guido van Rossum2000-12-151-1/+8
* [Patch #102827] Fix for PR#119558, avoiding core dumps by checking forAndrew M. Kuchling2000-12-151-7/+16
* Wrapper for napms() function, contributed by Thomas Gellekum <tg@FreeBSD.org>Andrew M. Kuchling2000-12-151-1/+50
* The Mac C library (MSL from CodeWarrior 6) and I/O library (GUSIJack Jansen2000-12-121-2/+2
* Add URL with info for PIL.Guido van Rossum2000-12-121-0/+1
* SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512.Tim Peters2000-12-121-1/+10