summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [*** Not tested as I don't have Windows running right now! ***]Fred Drake2000-06-302-4/+24
* add note about what happened to Python 1.6Jeremy Hylton2000-06-301-1/+5
* Document --with-thread as deprecated. This gets rid of the annoyingBarry Warsaw2000-06-302-181/+184
* * 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
* Enable the garbage collection module by default. --without-cycle-gcBarry Warsaw2000-06-302-212/+224
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-2/+2
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-302-14/+33
* the usualGuido van Rossum2000-06-304-572/+713
* Setup.thread.in was misnamed so it has been replaced byBarry Warsaw2000-06-301-5/+4
* Add Setup.configBarry Warsaw2000-06-301-0/+1
* Update version numbering from 1.6 to 2.0.Fred Drake2000-06-3011-16/+16
* Removed the comment about the thread module.Barry Warsaw2000-06-301-2/+0
* Setup.thread => Setup.configBarry Warsaw2000-06-303-4/+4
* Added #undef of WITH_CYCLE_GC for autoconf's delight.Barry Warsaw2000-06-302-3/+6
* Update authors email address and corporate affiliation.Fred Drake2000-06-301-3/+2
* Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.Fred Drake2000-06-301-8/+7
* Python's .lib is now named Python20.libMark Hammond2000-06-301-2/+2
* Martin von Löwis <loewis@informatik.hu-berlin.de>:Fred Drake2000-06-301-1/+2
* Update the release number & date, Guido's employer.Fred Drake2000-06-301-4/+3
* Document randrange().Fred Drake2000-06-301-0/+8
* Fix an icon width; a "32" became a "3" somehow, and that did not lookFred Drake2000-06-301-1/+1
* remove all prints (since the prints where of memory locations)Jeremy Hylton2000-06-302-23/+0
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-3022-153/+153
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-1/+1
* Oops.Guido van Rossum2000-06-301-2/+2
* Poke and hope for Tcl version: now settable through _TCLMINOR_Guido van Rossum2000-06-301-4/+8
* add gcmoduleJeremy Hylton2000-06-301-0/+14
* Change the include etc paths to Tcl 8.3.1.Guido van Rossum2000-06-301-4/+4
* Move Wise install dir consistently to C:\Wise. Don't use %_WISE_% inGuido van Rossum2000-06-301-3/+3
* Poke and hope for Tim...Guido van Rossum2000-06-301-6/+6
* More 2.0 stuff -- fix workspace, remove 1.6 filesGuido van Rossum2000-06-303-3009/+16
* the mad patcher strikes again:Fredrik Lundh2000-06-305-66/+73
* Trivial commit to test Windows CVS capabilities.Guido van Rossum2000-06-301-2/+2
* Credit /F in a few placesAndrew M. Kuchling2000-06-301-14/+33
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-306-90/+146
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-302-49/+129
* 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
* 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