summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The example_nt directory was old enough to vote. Frank StajanoTim Peters2000-07-024-419/+152
* - changed sre.Scanner to use lastindex instead of index.Fredrik Lundh2000-07-021-2/+2
* - experimental: added two new attributes to the match object:Fredrik Lundh2000-07-024-13/+38
* Repair docs for math.frexp (they were wrong).Tim Peters2000-07-021-1/+3
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-027-20/+95
* Typo (mine): Garsholm --> GarsholFred Drake2000-07-021-1/+1
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-025-63/+182
* - fixed "{ in any other context" bugFredrik Lundh2000-07-012-13/+19
* test(): Removed; regression test is in test.test_winreg2, not testreg.Fred Drake2000-07-011-2/+0
* Typo repair.Tim Peters2000-07-011-1/+1
* Misc fixes and improvements.Paul Prescod2000-07-011-4/+16
* Removed unncessary dependency.Paul Prescod2000-07-011-1/+1
* Fixed test outputPaul Prescod2000-07-011-0/+1
* today's SRE update:Fredrik Lundh2000-07-015-8/+15
* others --> other's (possessive)Fred Drake2000-07-011-1/+1
* Send a "ARTICLE" --> Send an "ARTICLE"Fred Drake2000-07-011-1/+1
* Added more changes from /FAndrew M. Kuchling2000-07-011-2/+11
* Added minidom tests.Paul Prescod2000-07-013-0/+500
* a minimal test app to show how to build a standalone app with WJust van Rossum2000-07-011-0/+20
* changed repr and str to always convert unicode stringsFredrik Lundh2000-07-011-0/+16
* added clearkey = '\033'Just van Rossum2000-07-011-1/+1
* fixed bug in comment matchingJust van Rossum2000-07-011-3/+3
* Tightened xml.sax.__init__.pyPaul Prescod2000-07-011-5/+5
* Changes from Moshe:Andrew M. Kuchling2000-07-011-19/+19
* getatime() returned the mtime instead of the atime.Guido van Rossum2000-07-012-2/+2
* Fix bug #314, reported by Craig Allen <cba@mediaone.net>:Fred Drake2000-07-011-1/+1
* Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>:Fred Drake2000-07-011-1/+1
* Martin von Loewis <loewis@informatik.hu-berlin.de>:Fred Drake2000-07-011-1/+1
* Reference cycle fixesPaul Prescod2000-07-014-144/+144
* init_exceptions(): Decref `doc' so it doesn't leak.Barry Warsaw2000-07-011-0/+1
* the usualGuido van Rossum2000-07-012-12/+14
* A bunch of project files were checked in as text files.Guido van Rossum2000-07-014-1991/+1991
* Add ucnhash (new subproject).Guido van Rossum2000-07-011-1/+1
* The Python include paths were not specified.Mark Hammond2000-07-011-2/+2
* Restore strict checking of socket address values; addresses passed toFred Drake2000-07-011-15/+21
* output for openpty testGuido van Rossum2000-07-011-0/+2
* Define a magical symbol and magic include path so it will compile withoutGuido van Rossum2000-07-011-0/+6
* Add ucnhash to the workspace, as a dependency of python20.Mark Hammond2000-07-011-1/+15
* ucnhash now correctly builds for Windows.Mark Hammond2000-07-011-20/+16
* Update all projects so Debug builds use "/Zi" instead of "/ZI", which means e...Mark Hammond2000-07-015-1893/+1894
* Repaired two URLs.Tim Peters2000-07-011-6/+6
* Do not build the "longhtml" version for pre-release versions.Fred Drake2000-07-011-1/+5
* The new copyright / license.Fred Drake2000-07-011-25/+33
* Thomas Wouters: Test script for openpty()Guido van Rossum2000-07-011-0/+23
* Jack Jansen, Mac patch:Guido van Rossum2000-07-012-0/+6
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+6
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-2/+3
* Neil Schemenauer: small fixes for GCGuido van Rossum2000-07-017-13/+17
* clean up warnings in Win32 build of mmapmodule.cGuido van Rossum2000-07-011-6/+6
* In b_setitem(), instead of the platform dependent CHAR_MIN andGuido van Rossum2000-07-011-2/+2