summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* ANSI-fication of the sources, convert to 4-space indents.Fred Drake2000-07-081-70/+97
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-182/+151
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-372/+363
* Add method names to PyArg_ParseTuple() calls for better error messages.Fred Drake2000-07-081-313/+298
* ANSI-fy the sources.Fred Drake2000-07-081-313/+287
* Pretensions of the 20th century... remove old-style preprocessorFred Drake2000-07-081-6/+0
* ANSI-fy the sources.Fred Drake2000-07-081-19/+16
* Removed Py_PROTO, ANSI-fied sources.Fred Drake2000-07-081-187/+68
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-07-071-1/+1
* Removed a prototype which is not used in socketmodule.cMarc-André Lemburg2000-07-071-1/+0
* Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>:Fred Drake2000-07-061-2/+4
* Python 2.0 is not supposed to use string exceptions in the standard libraryFred Drake2000-07-063-3/+3
* added read_history_file and write_history_fileSkip Montanaro2000-07-061-0/+50
* Removed unused variables.Andrew M. Kuchling2000-07-061-3/+4
* don't prepend "$(srcdir)/" to paths beginning with "$" since they are likelySkip Montanaro2000-07-061-0/+1
* Add more "volatile" decls to stop gcc -Wall warnings.Tim Peters2000-07-051-2/+2
* maintenance release:Fredrik Lundh2000-07-051-32/+31
* Remove definition of _GNU_SOURCE, since Python.h now does it for usAndrew M. Kuchling2000-07-051-5/+0
* Modified the encode interfaces of all builtin codecs to acceptMarc-André Lemburg2000-07-051-50/+105
* pyexpat.errors is a *strange* module!Fred Drake2000-07-041-14/+15
* Remove warning about local variable possibly being using uninitialized;Fred Drake2000-07-041-1/+1
* Fixes for compilation problems on Tru64 reported by Mark FavasAndrew M. Kuchling2000-07-041-16/+16
* Fixed symbol search for defining NSIG. It now also checks _NSIGMarc-André Lemburg2000-07-041-5/+9
* Typo repair in docstring -- my fault.Tim Peters2000-07-031-1/+1
* Mac only: two epoch problem workarounds are no longer needed for GUSIJack Jansen2000-07-031-2/+2
* - fixed grouping error bugFredrik Lundh2000-07-032-16/+36
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-032-63/+86
* ANSI-fication, remove Py_PROTO, etc.Fred Drake2000-07-031-84/+74
* Andrew Kuchling <akuchlin@mems-exchange.org>:Fred Drake2000-07-031-1/+1
* - experimental: added two new attributes to the match object:Fredrik Lundh2000-07-022-12/+29
* Repair docs for math.frexp (they were wrong).Tim Peters2000-07-021-1/+3
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-023-19/+44
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-022-35/+66
* - fixed "{ in any other context" bugFredrik Lundh2000-07-011-1/+4
* today's SRE update:Fredrik Lundh2000-07-011-4/+11
* Restore strict checking of socket address values; addresses passed toFred Drake2000-07-011-15/+21
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+3
* clean up warnings in Win32 build of mmapmodule.cGuido van Rossum2000-07-011-6/+6
* In b_setitem(), instead of the platform dependent CHAR_MIN andGuido van Rossum2000-07-011-2/+2
* Change copyright notice.Guido van Rossum2000-07-011-26/+6
* Change copyright notice - 2nd try.Guido van Rossum2000-06-3045-270/+0
* Change copyright notice.Guido van Rossum2000-06-3050-1094/+344
* Fix another error on AIX by using a proper cast.Guido van Rossum2000-06-301-2/+2
* Crude way to fix a problem on AIX: #undef STAT before defining it.Guido van Rossum2000-06-301-0/+1
* -- changed $ to match before a trailing newline, evenFredrik Lundh2000-06-301-1/+3
* Setup.thread.in was misnamed so it has been replaced byBarry Warsaw2000-06-301-5/+4
* Add Setup.configBarry Warsaw2000-06-301-0/+1
* Removed the comment about the thread module.Barry Warsaw2000-06-301-2/+0
* Setup.thread => Setup.configBarry Warsaw2000-06-301-2/+2
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-303-10/+10