summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Jeffrey's versionGuido van Rossum1997-07-151-239/+169
* More changes by Jeffrey.Guido van Rossum1997-07-151-23/+51
* Tweak re_tests and test_re to differentiate betweenGuido van Rossum1997-07-153-5/+7
* More tweaks; re.py is nearly there...Guido van Rossum1997-07-153-13/+5
* Fix group() -- should be tuple even when re has exactly one group.Guido van Rossum1997-07-151-1/+4
* Jeffrey's latest -- almost there.Guido van Rossum1997-07-151-30/+71
* Jeffrey's newestGuido van Rossum1997-07-154-215/+287
* Three fewer incorrect failuresGuido van Rossum1997-07-151-3/+0
* Reformatted.Guido van Rossum1997-07-151-1557/+1548
* After some discussion with Jeremy and Fred, decided to limit theGuido van Rossum1997-07-141-1/+1
* Reordered list of methods to hopefully put the most frequently usedGuido van Rossum1997-07-132-7/+7
* Reordered list of methods to hopefully put the most frequently usedGuido van Rossum1997-07-131-8/+10
* Upped version to 0.6.Guido van Rossum1997-07-131-2/+2
* New PythonPowered logo image.Guido van Rossum1997-07-131-2/+2
* Removed the traceback output in non-verbose modeGuido van Rossum1997-07-112-109/+2
* New from Jeffrey; small nits.Guido van Rossum1997-07-111-2/+12
* Jeffrey's latest.Guido van Rossum1997-07-112-172/+153
* Some small nits.Guido van Rossum1997-07-111-3/+5
* Test urlparse cache with try/except instead of has_key.Guido van Rossum1997-07-111-1/+3
* This is pretty pathetic and full of errors,Guido van Rossum1997-07-111-0/+339
* test suite for re.pyGuido van Rossum1997-07-112-0/+334
* Added reop (moved reop and regex to non-shared section).Guido van Rossum1997-07-111-2/+3
* Added /usr/bin/env python and made executable.Guido van Rossum1997-07-112-1/+4
* Allow '@' character as end of line padding in uuencode format.Guido van Rossum1997-07-111-1/+3
* Use the modules base64, quopri, and uu, instead of external programsGuido van Rossum1997-07-111-2/+22
* Oops, some clarifications to conditional breaks.Guido van Rossum1997-07-112-8/+8
* Added (minimal) doc for conditional breakpoints.Guido van Rossum1997-07-112-6/+14
* Support for conditional breakpoints (Jim Fulton, with some changes).Guido van Rossum1997-07-111-7/+22
* Normalize whitespace.Guido van Rossum1997-07-111-4/+4
* Support for conditional breakpoints (Jim Fulton).Guido van Rossum1997-07-111-4/+16
* Removed debug print in set construction.Guido van Rossum1997-07-111-4/+3
* New version from Jeffrey after I complained about some glaring bugs.Guido van Rossum1997-07-112-6/+14
* Add MALLOC_ZERO_RETURNS_NULL symbol.Guido van Rossum1997-07-102-0/+6
* Added check whether malloc(0) returns NULL or not.Guido van Rossum1997-07-102-1/+81
* Only add 1 byte to all malloc calls when it is known that malloc(0) orGuido van Rossum1997-07-101-3/+11
* Straight from Jeffrey Ollie's web page.Guido van Rossum1997-07-101-0/+1137
* Fix problem discovered by Greg McFarlane: when an imported moduleGuido van Rossum1997-07-101-0/+7
* (py-shell): Remove support for Emacs 18, implicitly add support forBarry Warsaw1997-07-101-15/+7
* Two improvements suggested by Tim Peters: speed up random() since weGuido van Rossum1997-07-101-8/+5
* New versions straight from Jeffrey Ollie's web siteGuido van Rossum1997-07-103-169/+700
* Fix bug reported by Just: anonymous arguments used for tuples shouldGuido van Rossum1997-07-101-1/+3
* Wrapped up the ~/.netrc support. This is basically just the changes Guido &Fred Drake1997-06-241-6/+27
* fixed typo, "header" ==> "headers"Fred Drake1997-06-202-2/+2
* Mods for user mainloop event handlingJack Jansen1997-06-201-2/+3
* Added dopendingevents callJack Jansen1997-06-201-0/+31
* Allow specifying own resources for all dialogsJack Jansen1997-06-201-7/+15
* Module to buffer stdout/stderr until stdin is read. Useful forJack Jansen1997-06-201-0/+110
* RegeneratedJack Jansen1997-06-203-3/+3
* added SetEventHandlerJack Jansen1997-06-201-12/+25
* Adapted to new event handling. It is now also possible to abort out ofJack Jansen1997-06-202-2/+12