summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Thomas Wouters: Test script for openpty()Guido van Rossum2000-07-011-0/+23
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-302-0/+97
* - fixed code generation error in multiline modeFredrik Lundh2000-06-302-7/+8
* replaced <some suitable mail address> with something slightlyFredrik Lundh2000-06-301-4/+25
* Ooops! I didn't finish all the renaming needed here, so this wasFred Drake2000-06-301-36/+36
* Output for test_winreg2.Fred Drake2000-06-301-0/+1
* Simplify the registry-module-finding code: _winreg or win32api/win32con.Greg Ward2000-06-301-4/+1
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-301-0/+341
* Line-wrap and properly indent a couple of docstrings.Fred Drake2000-06-301-3/+6
* - reverted to "\x is binary byte"Fredrik Lundh2000-06-303-6/+6
* * added a randomize flag and corresponding -r command line argument thatSkip Montanaro2000-06-301-8/+13
* Switch to sre for regular expression matching (the new mini-re moduleGuido van Rossum2000-06-303-654/+665
* the usualGuido van Rossum2000-06-304-572/+713
* remove all prints (since the prints where of memory locations)Jeremy Hylton2000-06-302-23/+0
* the mad patcher strikes again:Fredrik Lundh2000-06-304-41/+49
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-304-61/+93
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-0/+52
* New test for the ucnhash module.Marc-André Lemburg2000-06-301-0/+82
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-3/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-74/+0
* - added support for (?P=name)Fredrik Lundh2000-06-302-6/+17
* - 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