summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-111-2/+2
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-113-7/+142
* Use built in function filter instead of doing it laboriously by hand.Sjoerd Mullender2000-08-111-5/+4
* add better algorithm to get fully qualified domain name for localhostPeter Schneider-Kamp2000-08-101-17/+21
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-103-14/+1
* Improve MHMailbox: messages are now sorted in numerical order.Guido van Rossum2000-08-101-3/+8
* Tweak curses.wrapper so it initializes colors if they are available.Eric S. Raymond2000-08-091-0/+9
* -- added a couple of missing Tkinter constants (canvas item styles,Fredrik Lundh2000-08-091-0/+22
* -- don't mess up in winfo_visualsavailable if the system onlyFredrik Lundh2000-08-091-0/+2
* -- added optional newstate argument to Wm.state. The newstate argFredrik Lundh2000-08-091-4/+4
* -- use explicit conversion instead of u-string literal in the testFredrik Lundh2000-08-091-4/+8
* -- added xview_moveto, xview_scroll, yview_moveto, yview_scrollFredrik Lundh2000-08-091-3/+19
* -- untabification (use "diff -b" to verify)Fredrik Lundh2000-08-092-2859/+2858
* -- changed findall to return empty strings instead of NoneFredrik Lundh2000-08-091-0/+1
* -- 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 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-081-0/+4
* 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-082-51/+53
* -- reset marks if repeat_one tail doesn't matchFredrik Lundh2000-08-073-120/+168
* 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-061-0/+12
* Rewrite of normpath() by Corran Webster, so trailing :s are removedJack Jansen2000-08-061-32/+23
* 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
* replace most calls to emit 'SET_LINENO' will call to method set_linenoJeremy Hylton2000-08-041-31/+42
* update my email addressJeremy Hylton2000-08-041-1/+4
* Oooopsss.....tab and space mismatch corrected.Moshe Zadka2000-08-041-2/+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
* 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