summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-0/+52
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-60/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-1/+1
* 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
* Making a tiny change to figure out what I'm going to screw upTim Peters2000-06-301-1/+2
* - pedantic: make sure "python -t" doesn't complain...Fredrik Lundh2000-06-304-587/+587
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-304-19/+423
* 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-3016-18/+956
* replace constant 1 with symbolic constant METH_VARARGSJeremy Hylton2000-06-301-9/+9
* another typo caught by Rob HooftJeremy Hylton2000-06-301-1/+1
* penultimate phase of Neil Schemenauer's GC patchesJeremy Hylton2000-06-303-314/+352
* Change description of altzone to not refer to the "0th meridian".Fred Drake2000-06-301-2/+2
* Say "manual page", not "man page", when referring to the Unix manual.Fred Drake2000-06-301-1/+1
* Add a comment about needing to change a #include if using a version ofFred Drake2000-06-301-0/+1
* Make sure to note that this module was added for Python 2.0!Fred Drake2000-06-301-0/+2
* Reflect the name change to _winreg; we still need documentation for theFred Drake2000-06-301-2/+6
* Update Python version numbers from 1.6 to 2.0 where appropriate.Fred Drake2000-06-302-17/+19
* Bump version to 0.9.Greg Ward2000-06-301-1/+1
* Bump version to 2.0.Guido van Rossum2000-06-302-217/+299
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-13/+46
* Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. RerunningGuido van Rossum2000-06-301-3/+0
* Patch by Nadav Horesh to make acosh and asinh better.Guido van Rossum2000-06-301-7/+12
* Finished the GC section.Andrew M. Kuchling2000-06-301-71/+67
* Document recently-added mouse-related functionsAndrew M. Kuchling2000-06-301-0/+50
* - fixed split behaviour on empty matchesFredrik Lundh2000-06-304-42/+55
* 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-292-13/+134
* 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
* Removed --l2h-config option; it introduced unnecessary complexity andFred Drake2000-06-291-10/+1
* 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
* Bump version to 2.0.Guido van Rossum2000-06-292-0/+2920
* Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC.Guido van Rossum2000-06-291-4/+4
* Bump version to 2.0b1.Guido van Rossum2000-06-291-6/+6
* Tentative 2.0 and BeOpen upgrade.Guido van Rossum2000-06-291-50/+38
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-291-4/+11
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-291-67/+102
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-291-5/+6
* This patch extends PC/config.h and configure.in as appropriate forFred Drake2000-06-294-10/+61
* Update comments relating to the removal of the -X option and of stringFred Drake2000-06-291-16/+11
* 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