summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Patch #102278: add tparm() function to _curses moduleAndrew M. Kuchling2000-11-071-4/+55
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-96/+114
* Move our own getopt() implementation to _PyOS_GetOpt(), and use itThomas Wouters2000-11-031-16/+12
* Patch from Randall Hopper to fix PR #116172, "curses module fails toAndrew M. Kuchling2000-11-011-4/+38
* ParserCreate(): Added test that the namespace_separator value, if given,Fred Drake2000-10-291-0/+9
* Do not echo the echo command with the message telling the user that SetupFred Drake2000-10-291-1/+1
* Do not release unallocated Tcl objects. Closes #117278 and #117167.Martin v. Löwis2000-10-291-3/+8
* -- properly reset groups in findall (bug #117612)Fredrik Lundh2000-10-281-15/+18
* Rename Setup.in to Setup.dist, and assume that configure will createFred Drake2000-10-263-13/+9
* Update a comment to be correct.Fred Drake2000-10-261-3/+3
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-243-52/+52
* t_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...).Fred Drake2000-10-201-1/+1
* Update the comments for the BSD DB module, including a new pointer toFred Drake2000-10-141-3/+5
* Repaired a comment and asserted a precondition.Tim Peters2000-10-121-1/+2
* Fix for Bug #116453.Guido van Rossum2000-10-121-6/+6
* Stop raising OverflowError on underflows reported by libm (errno==ERANGE andTim Peters2000-10-121-18/+42
* Another gcc -Wall warning squashed:Fred Drake2000-10-111-1/+1
* Remove one more gcc -Wall warning.Fred Drake2000-10-111-1/+2
* Fix the docstring for new.function().Fred Drake2000-10-101-1/+1
* Donn Cave <donn@oz.net>:Fred Drake2000-10-091-1/+1
* Patch #101810: check whether zst.avail_out is non-zero when gettingAndrew M. Kuchling2000-10-091-1/+15
* Be consistent in the description of audio formats: <format> <width>Guido van Rossum2000-10-081-4/+7
* test_linuxaudio:Jeremy Hylton2000-10-061-86/+129
* Added a new "base" type, IOobject for which most of theJim Fulton2000-10-061-285/+355
* [ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abortGuido van Rossum2000-10-061-44/+86
* Norman Vine <nhv@users.sourceforge.net>:Fred Drake2000-10-061-1/+1
* SF "bug" 115973: patches from Norman Vine so that shared libraries andTim Peters2000-10-051-1/+1
* - update Neil's email addressNeil Schemenauer2000-10-041-6/+2
* - do not start collection during processing of an exceptionNeil Schemenauer2000-10-041-1/+5
* - Fix a GC bug caused by PyDict_New() failing.Neil Schemenauer2000-10-041-1/+2
* Accept keyword arguments for (most) pattern and match objectFredrik Lundh2000-10-031-31/+45
* Clarify that isatty is only guaranteed to return true for slave ends ofThomas Wouters2000-10-031-1/+1
* Fixed negative lookahead/lookbehind. Closes bug #115618.Fredrik Lundh2000-10-031-4/+1
* Remove comment about -lucb for the mmap module -- the module has beenFred Drake2000-10-021-3/+2
* Supporting rl_library_version is more trouble than it's worth --Guido van Rossum2000-10-021-8/+1
* my_getpagesize(): New function; returns the size of a page of memory.Fred Drake2000-10-011-12/+18
* Fix header file usage so that NULL is defined. NULL is needed byMarc-André Lemburg2000-09-301-1/+1
* PyModule_AddStringConstant(): Make this static since it isn't usedFred Drake2000-09-291-1/+5
* Remove unused VERSION #define.Martin v. Löwis2000-09-291-5/+26
* Add #ifdef's for platforms that don't have the constants POLLRDNORM andAndrew M. Kuchling2000-09-281-0/+8
* Minor ANSIfication: lib_python no longer needs to be initializedFred Drake2000-09-281-4/+1
* Fix includes; not including Python.h caused the module not to compile onFred Drake2000-09-281-1/+1
* Fix buffer overflow vulnerabilities in calculate_path(). Code usedJeremy Hylton2000-09-271-16/+41
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-267-32/+5
* fix bug #114290: when interpreter's argv[0] has a relative path makeJeremy Hylton2000-09-251-2/+19
* Add missing prototypes for the benefit of SunOS 4.1.4 */Guido van Rossum2000-09-251-0/+7
* For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it'sGuido van Rossum2000-09-251-0/+6
* unicode database compression, step 2:Fredrik Lundh2000-09-254-4313/+4564
* Repaired damaged string.Tim Peters2000-09-241-1/+1
* xmlparse_ExternalEntityParserCreate(): Add required cast to return toFred Drake2000-09-241-1/+1