summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* ANSI-ficationPeter Schneider-Kamp2000-07-101-31/+11
* ANSI-ficationPeter Schneider-Kamp2000-07-104-124/+43
* ANSI-ficationPeter Schneider-Kamp2000-07-101-48/+16
* ANSI-ficationPeter Schneider-Kamp2000-07-101-84/+24
* ANSI-ficationPeter Schneider-Kamp2000-07-101-38/+19
* ANSI-fication (and test if committing files works now)Peter Schneider-Kamp2000-07-101-2/+1
* Initialize the return value in collect_generations() since it is updatedVladimir Marangozov2000-07-101-1/+1
* Guido said include these in the Great ANSI-fication, so here they are!Fred Drake2000-07-102-259/+216
* - changed the nt.popen2 return values back toFredrik Lundh2000-07-091-30/+30
* - changed 1.5 to 2.0 in the help textFredrik Lundh2000-07-091-7/+3
* - ANSI-ficationFredrik Lundh2000-07-091-3/+1
* - added popen.popen2/popen3/popen4 support forFredrik Lundh2000-07-091-7/+7
* - added optional bufsize argument to new popen methods.Fredrik Lundh2000-07-091-7/+30
* - ANSI-ficationFredrik Lundh2000-07-091-5/+1
* - ANSI-ificationFredrik Lundh2000-07-091-94/+47
* - improved os.popen support for windows, based on win32pipeFredrik Lundh2000-07-091-6/+462
* Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.Fred Drake2000-07-091-4/+0
* Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes,Andrew M. Kuchling2000-07-091-377/+221
* - added (long) casts to a couple of Py_BuildValue calls,Fredrik Lundh2000-07-091-7/+7
* - fixed pointer size test in spawn functions. also addedFredrik Lundh2000-07-091-6/+6
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-0914-64/+63
* this one's a bit risky, but I've spent some considerable timeFredrik Lundh2000-07-081-340/+132
* -- ANSI-fying, namesFredrik Lundh2000-07-081-82/+61
* - _getdefaultlocale shouldn't accept argumentsFredrik Lundh2000-07-081-8/+11
* - added _getdefaultlocale implementation for WIN32Fredrik Lundh2000-07-081-269/+351
* 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