summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct version number at which the curses.ascii module was introduced.Fred Drake2000-08-091-1/+1
* Fix a few markup errors and lots of small consistency issues.Fred Drake2000-08-091-42/+55
* fix_font(): Handle one more case for the magical first column of tables.Fred Drake2000-08-091-0/+3
* -- changed findall to return empty strings instead of NoneFredrik Lundh2000-08-092-11/+12
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-083-6/+39
* -- whitespace cleanup (real changes coming in next checkin)Fredrik Lundh2000-08-081-20/+20
* -- whitespace cleanup (more tests to be added in the next commit)Fredrik Lundh2000-08-081-23/+23
* Barry's patch to document the new setdefault() method. SlightlyGuido van Rossum2000-08-081-0/+8
* Barry's patch to test the new setdefault() method.Guido van Rossum2000-08-081-0/+12
* Barry's patch to implement the new setdefault() method.Guido van Rossum2000-08-082-0/+40
* Fix so 'split_quoted()' handles any whitespace delimiter (not just space).Greg Ward2000-08-081-2/+2
* Removing UTF-16 aware Unicode comparison code. This kind of compareMarc-André Lemburg2000-08-083-51/+86
* Moved PyOS_StackCheck prototype to pythonrun.hJack Jansen2000-08-071-1/+0
* Added a missing } in the USE_STACKCHECK code.Jack Jansen2000-08-071-0/+1
* Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK).Jack Jansen2000-08-071-0/+3
* -- reset marks if repeat_one tail doesn't matchFredrik Lundh2000-08-074-213/+296
* -- 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