summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* autodetect presence of libdb - this allows bsddbmodule to be builtSkip Montanaro2000-09-081-1/+1
* Oops. Jim's fix didn't. This one does -- I tested it a bit betterGuido van Rossum2000-09-071-4/+19
* Simple fix from Jin Fulton to avoid returning a half-initializedGuido van Rossum2000-09-071-2/+2
* compromise value for threshold0: not too high, not too lowJeremy Hylton2000-09-051-1/+1
* Instead of printing all 9 lines of copyright info, printGuido van Rossum2000-09-051-1/+4
* return -1 for undefined groups (as implemented in 1.5.2) instead ofFredrik Lundh2000-09-021-16/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-0148-464/+0
* The second argument to start_new_thread() is not a tuple, as pointedGuido van Rossum2000-09-011-2/+2
* Repaired damaged comments, and extra spaces in fatal error msgs we'd betterTim Peters2000-09-011-6/+7
* Move the Py_DECREF(x) after the error: label so that we don't leak xGuido van Rossum2000-09-011-1/+1
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-0115-67/+31
* Fix test_popen2 on Windows, recently broken by changes to the dict(!)Tim Peters2000-09-011-1/+57
* set the default threshold much higherJeremy Hylton2000-09-011-1/+1
* Don't call Py_FatalError in module initializationJeremy Hylton2000-09-012-7/+0
* refactor __del__ exception handler into PyErr_WriteUnraisableJeremy Hylton2000-09-011-1/+10
* Add three prototypes for functions in history.h to shut up gcc -Wall.Guido van Rossum2000-09-011-0/+3
* Moodules -> Modules.Guido van Rossum2000-09-011-1/+1
* Minor adjustment to Setup.in message, based on comment from Barry Warsaw.Fred Drake2000-08-311-7/+7
* This module has a poor name, since it can be used under FreeBSD andJeremy Hylton2000-08-311-0/+10
* If Setup is older than Setup.in, issue a bold warning that the Setup mayFred Drake2000-08-311-2/+11
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-08-313-1/+16
* apply patch #101362 by Vladimir MarangozovJeremy Hylton2000-08-311-33/+24
* Peter Schneider-Kamp <nowonder@nowonder.de>:Fred Drake2000-08-313-11/+9
* Remove one compiler warning found with -Wstrict-prototypes.Fred Drake2000-08-311-1/+1
* oops. accidentally reintroduced a memory leak. put the bugfix back.Fredrik Lundh2000-08-271-3/+4
* don't mistake memory errors (including reaching the recursion limit)Fredrik Lundh2000-08-271-18/+24
* Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),Guido van Rossum2000-08-271-4/+3
* Charles Waldman's patch to reinitialize the interpreter lock after aGuido van Rossum2000-08-271-0/+1
* Fixed this problem.Thomas Wouters2000-08-261-4/+0
* Try to supply a prototype for the module init function but avoidTim Peters2000-08-262-2/+2
* Update the parser module to support augmented assignment.Fred Drake2000-08-251-6/+30
* initpyexpat(): Code cleanup; makes it more robust and reduces warnings.Fred Drake2000-08-251-126/+143
* Not every OS that support poll seems to support POLLMSG.Sjoerd Mullender2000-08-251-0/+2
* Add interface to poll() system call (SF patch #100852)Andrew M. Kuchling2000-08-251-2/+319
* Adjust the name for the socket module in the SSL line.Thomas Wouters2000-08-241-1/+1
* Fix the evil booboos. ;( Causes discussed with Jeremy offline.Fred Drake2000-08-241-2/+2
* Remove the Py_FatalError() from initpyexpat(); the Guido has decreedFred Drake2000-08-241-10/+22
* validate_listmaker(): Revise to match Skip's latest changes to theFred Drake2000-08-231-6/+12
* Nuked unused variable.Tim Peters2000-08-221-1/+0
* Update to reflect recent grammar changes (list comprehensions, extendedFred Drake2000-08-211-178/+363
* Add alias for old function name -- removing it broke Alexei Gilchrist's cfmAndrew M. Kuchling2000-08-201-0/+2
* Use METH_VARARGS constant in example module.Andrew M. Kuchling2000-08-191-6/+6
* Removed references to Py_FPROTO.Sjoerd Mullender2000-08-181-2/+2
* ANSI-fy function headers. Not much more can be done since I don'tBarry Warsaw2000-08-181-249/+82
* lad_dealloc(): if xp->x_fd == -1, it means the descriptor's alreadyBarry Warsaw2000-08-181-1/+3
* pattern_findall(): Plug small memory leak discovered by Insure.Barry Warsaw2000-08-181-3/+3
* init_locale(): This file defines the _locale module, so theBarry Warsaw2000-08-181-1/+1
* The sre test suite currently overruns the stack on Win64, Linux64, and MontereyTrent Mick2000-08-161-2/+11
* The socket module is now _socket on all platforms.Fred Drake2000-08-161-2/+1
* Remove a lot of the confusing conditional compilation from the beginningFred Drake2000-08-161-47/+4