summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.)Thomas Wouters2000-08-041-0/+1
* 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
* 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
* Remove very long doc string (it's all in the docs)Jeremy Hylton2000-08-031-399/+3
* add a bit more legal junkGreg Stein2000-08-031-8/+16
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-032-0/+1
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-032-0/+11
* Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gcBarry Warsaw2000-08-031-12/+23
* Added output for testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+1
* Added testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+36
* Comment out repeated-group test for the momentAndrew M. Kuchling2000-08-031-1/+1
* Add nasty test case that overflows the stack with a repeated groupAndrew M. Kuchling2000-08-031-0/+4
* Typo fix.Greg Ward2000-08-021-1/+1
* Added 'wininst' to the 'format_commands' list, so it's included inGreg Ward2000-08-021-3/+6
* Added 'execute()' method, a thin wrapper around 'util.execute() (just likeGreg Ward2000-08-021-1/+4
* Replaced 'execute()' method with a thin wrapper around 'util.execute()'.Greg Ward2000-08-021-25/+1
* Added the 'execute()' function (moved here from cmd.py with minor tweakage).Greg Ward2000-08-021-0/+26
* Rene Liebscher: fix 'skipping byte-compilation' message for grammaticalGreg Ward2000-08-021-1/+1
* Latest version from Rene Liebscher; major changes:Greg Ward2000-08-021-107/+230
* Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc.Greg Ward2000-08-021-17/+1
* Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.Greg Ward2000-08-021-13/+30
* Patch from Rene Liebscher. Some ugly changes, but supposedly this makesGreg Ward2000-08-021-29/+70
* Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore.Greg Ward2000-08-021-10/+0
* Removed 'export_symbol_file'.Greg Ward2000-08-021-8/+1
* Ditched some debugging prints.Greg Ward2000-08-021-3/+0
* Patch from Rene Liebscher: generate an /IMPLIB: option to ensure thatGreg Ward2000-08-021-1/+13
* Patch from Rene Liebscher, tweaked by me:Greg Ward2000-08-011-44/+41
* final 0.9.8 updates:Fredrik Lundh2000-08-014-28/+33
* My fix to the URL accidentally also switched back to the "pre" module.Guido van Rossum2000-08-011-2/+2
* -- fixed width calculations for alternationsFredrik Lundh2000-08-012-7/+8
* Replace the jitterbug page with the SF Bug Tracker page.Guido van Rossum2000-08-011-3/+3
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-014-55/+46
* add support for HTTPSJeremy Hylton2000-08-011-16/+27
* -- SRE 0.9.8: now that the bug is fixed, I might as well enableFredrik Lundh2000-08-011-4/+2
* -- SRE 0.9.8: updated test scriptsFredrik Lundh2000-08-013-21/+6
* Added Python function to emulate the ncurses has_key() function.Andrew M. Kuchling2000-08-012-0/+197
* Add magic to replace the xml package with _xmlplus at import time.Fred Drake2000-08-011-1/+11
* Rename the "parser" package to "parsers" to be compatible with the PyXMLFred Drake2000-07-311-0/+0
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-311-0/+40
* Fix inconsistent use of tab/space in indentation.Thomas Wouters2000-07-301-8/+8
* Test that after resizing the mmap'd file, we can't seek beyond the new size.Mark Hammond2000-07-301-1/+8