summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* -- from Trent Mick: [Patch #101010] replace use of INT_PTRFredrik Lundh2000-08-072-7/+3
* When returning an error from jcompile() (which is passed through byGuido van Rossum2000-08-071-0/+8
* Avoid dumping core when PyErr_NormalizeException() is called withoutGuido van Rossum2000-08-071-0/+6
* + if USE_STACKCHECK is defined, use PyOS_CheckStack to lookFredrik Lundh2000-08-071-0/+7
* Initialized opcode and oparg to silence a gcc -Wall warning.Moshe Zadka2000-08-071-2/+2
* Fix so the 'install_libbase' directory -- where .pth files are installed --Greg Ward2000-08-071-1/+1
* Fix so we clear or reinitialize various data structures before populatingGreg Ward2000-08-071-0/+5
* Neil Schemenauer: GC enable(), disable(), isenabled() interface.Vladimir Marangozov2000-08-063-23/+107
* Project for pyexpat module.Jack Jansen2000-08-062-0/+1
* Rewrite of normpath() by Corran Webster, so trailing :s are removedJack Jansen2000-08-061-32/+23
* Wrote the "Describing extension modules" section.Greg Ward2000-08-061-4/+193
* Cleanup configure.in. Specifically:Thomas Wouters2000-08-053-266/+242
* Fix some strange indentation and grammar that have been bugging me forThomas Wouters2000-08-051-6/+5
* Changed H specifier to mean "bitfield", i.e. any value fromJack Jansen2000-08-051-5/+27
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-057-16/+18
* Drop the 'extend()' function -- old 1.5.1 compatibility hack thatGreg Ward2000-08-051-20/+0
* Pragmas that instruct the linker to link against python20.lib (orGreg Ward2000-08-051-2/+4
* A bundle of wording improvements, corrections, clarifications, updates,Greg Ward2000-08-051-68/+77
* Removed unnecessary local variable -- gave warning on gcc -WallMoshe Zadka2000-08-041-2/+0
* Removing warnings by gcc -Wall -- cast ugly || to void.Moshe Zadka2000-08-041-1/+1
* add note about compiler directoryJeremy Hylton2000-08-041-0/+4
* replace most calls to emit 'SET_LINENO' will call to method set_linenoJeremy Hylton2000-08-042-62/+84
* update my email addressJeremy Hylton2000-08-042-2/+8
* Removing warnings discovered by gcc -WallMoshe Zadka2000-08-042-5/+5
* Removing warnings found by gcc -WallMoshe Zadka2000-08-042-4/+9
* Oooopsss.....tab and space mismatch corrected.Moshe Zadka2000-08-041-2/+2
* Add a test that Py_IsInitialized() in Py_InitModule4(). SeeGuido van Rossum2000-08-041-0/+2
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-0410-19/+20
* Raise TestSkipped, not ImportError.Moshe Zadka2000-08-041-2/+2
* Make test_support.TestSkipped errors work the same way as ImportErrors:Thomas Wouters2000-08-041-1/+1
* In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't thereMoshe Zadka2000-08-041-0/+3
* Mention Include/my*.h cleanupAndrew M. Kuchling2000-08-041-1/+4
* Added zip() builtinAndrew M. Kuchling2000-08-041-0/+8
* Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.)Thomas Wouters2000-08-041-0/+1
* Documented curses.wrapper and curses.textpad.Eric S. Raymond2000-08-041-2/+131
* Corrected a bug in handling of ^N and ^P with stripspaces on.Eric S. Raymond2000-08-041-8/+12
* Remove the outer test for __name__; not necessary.Fred Drake2000-08-041-8/+7
* Boost buffer sizes in the absence of snprintf on Windows.Tim Peters2000-08-041-14/+19
* snprintf() is not portable, so continue to use sprintf() until a portableFred Drake2000-08-041-8/+6
* Added 'debug_print()'.Greg Ward2000-08-041-0/+5
* Rewrote 'find_library_file()' much more cleanly (and consistently withGreg Ward2000-08-041-18/+16
* Added 'debug' flag to 'find_library_file()', and changed code to handle it.Greg Ward2000-08-041-6/+11
* Added 'debug' flag to 'find_library_file()'.Greg Ward2000-08-042-4/+6
* test the non-multipart sections of the cgi moduleJeremy Hylton2000-08-032-0/+196
* Break the "Python Services" chapter into two: "Python Runtime Services"Fred Drake2000-08-034-17/+30
* Remove very long doc string (it's all in the docs)Jeremy Hylton2000-08-031-399/+3
* Added descriptions of the new parser markers for PyArg_ParseTuple().Marc-André Lemburg2000-08-031-16/+77
* Python code coverage tool by Skip Montanaro and Andrew DalkeJeremy Hylton2000-08-031-0/+661
* This patch finalizes the move from UTF-8 to a default encoding inMarc-André Lemburg2000-08-034-65/+109
* Remove the tp_print handler.Fred Drake2000-08-031-31/+27