summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* - pedantic: make sure "python -t" doesn't complain...Fredrik Lundh2000-06-304-587/+587
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-303-1/+400
* Describe a bit about writing test cases for Python...Skip Montanaro2000-06-301-0/+77
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-302-0/+111
* Bump version to 0.9.Greg Ward2000-06-301-1/+1
* - fixed split behaviour on empty matchesFredrik Lundh2000-06-303-39/+52
* Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part,Greg Ward2000-06-291-5/+5
* still trying to figure out how to fix the remainingFredrik Lundh2000-06-291-1/+56
* Don't try to guess the name of a .def file -- if one is supplied, use it,Greg Ward2000-06-291-6/+0
* On second thought, first try for _winreg, and then winreg. Only if bothGreg Ward2000-06-291-1/+5
* Changed to use _winreg module instead of winreg.Greg Ward2000-06-291-6/+6
* Cleaned up and reformatted by Rene Liebscher.Greg Ward2000-06-291-95/+113
* Typo.Fred Drake2000-06-291-1/+1
* The low-level interface is now in _winreg; update the import here.Fred Drake2000-06-291-1/+1
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-292-0/+652
* Package docstring.Fred Drake2000-06-291-0/+8
* The usual :)Guido van Rossum2000-06-2927-1113/+1252
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-295-0/+960
* Package docstring and initialization.Fred Drake2000-06-291-0/+25
* Package docstring.Fred Drake2000-06-292-0/+23
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-292-0/+27
* [Old patch that hadn't been checked in.]Fred Drake2000-06-291-2/+11
* - fixed another split problemFredrik Lundh2000-06-294-7/+4
* Skip Montanaro: modify test_socket.py to listen/connect using loopback addrGuido van Rossum2000-06-291-2/+2
* - fixed splitFredrik Lundh2000-06-292-101/+78
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+318
* Nils Fischbeck: added doc strings to everything. Martin von LoewisGuido van Rossum2000-06-291-9/+1087
* Change string exceptions to class exceptions.Guido van Rossum2000-06-291-2/+3
* Whoops! We just discovered that Gordon's revamp of this module wasGuido van Rossum2000-06-291-49/+310
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-291-0/+4
* - make sure group names are valid identifiersFredrik Lundh2000-06-291-5/+25
* - last patch broke parse_template; fixed by changing someFredrik Lundh2000-06-291-10/+10
* - removed "alpha only" licensing restrictionFredrik Lundh2000-06-293-52/+13
* towards 1.6b1Fredrik Lundh2000-06-294-90/+184
* Convert to use class-based exceptions.Fred Drake2000-06-291-2/+3
* Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,Greg Ward2000-06-291-1/+1
* Fixed 'findall()' so it only returns regular files -- no directories.Greg Ward2000-06-291-18/+54
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-2/+54
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+3
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+75
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-281-16/+57
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-283-0/+82
* typos fixed by Rob HooftJeremy Hylton2000-06-2829-38/+38
* Lyle Johnson: pass in temp directory as 'build_temp' argument when callingGreg Ward2000-06-281-1/+2
* Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()'Greg Ward2000-06-283-11/+21
* Typo fix.Greg Ward2000-06-281-1/+1
* Lyle Johnson's interface to Borland C++, with a few editorial comments by me.Greg Ward2000-06-281-0/+344
* Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib"Greg Ward2000-06-281-28/+20
* Fixed to use 'reinitialize_command()' to fetch the "install" command object.Greg Ward2000-06-281-6/+1
* Fix comment typo noticed by Rob HooftAndrew M. Kuchling2000-06-271-1/+1