| Commit message (Expand) | Author | Age | Files | Lines |
* | Added minidom tests. | Paul Prescod | 2000-07-01 | 3 | -0/+500 |
|
|
* | a minimal test app to show how to build a standalone app with W | Just van Rossum | 2000-07-01 | 1 | -0/+20 |
|
|
* | changed repr and str to always convert unicode strings | Fredrik Lundh | 2000-07-01 | 1 | -0/+16 |
|
|
* | added clearkey = '\033' | Just van Rossum | 2000-07-01 | 1 | -1/+1 |
|
|
* | fixed bug in comment matching | Just van Rossum | 2000-07-01 | 1 | -3/+3 |
|
|
* | Tightened xml.sax.__init__.py | Paul Prescod | 2000-07-01 | 1 | -5/+5 |
|
|
* | Changes from Moshe: | Andrew M. Kuchling | 2000-07-01 | 1 | -19/+19 |
|
|
* | getatime() returned the mtime instead of the atime. | Guido van Rossum | 2000-07-01 | 2 | -2/+2 |
|
|
* | Fix bug #314, reported by Craig Allen <cba@mediaone.net>: | Fred Drake | 2000-07-01 | 1 | -1/+1 |
|
|
* | Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>: | Fred Drake | 2000-07-01 | 1 | -1/+1 |
|
|
* | Martin von Loewis <loewis@informatik.hu-berlin.de>: | Fred Drake | 2000-07-01 | 1 | -1/+1 |
|
|
* | Reference cycle fixes | Paul Prescod | 2000-07-01 | 4 | -144/+144 |
|
|
* | init_exceptions(): Decref `doc' so it doesn't leak. | Barry Warsaw | 2000-07-01 | 1 | -0/+1 |
|
|
* | the usual | Guido van Rossum | 2000-07-01 | 2 | -12/+14 |
|
|
* | A bunch of project files were checked in as text files. | Guido van Rossum | 2000-07-01 | 4 | -1991/+1991 |
|
|
* | Add ucnhash (new subproject). | Guido van Rossum | 2000-07-01 | 1 | -1/+1 |
|
|
* | The Python include paths were not specified. | Mark Hammond | 2000-07-01 | 1 | -2/+2 |
|
|
* | Restore strict checking of socket address values; addresses passed to | Fred Drake | 2000-07-01 | 1 | -15/+21 |
|
|
* | output for openpty test | Guido van Rossum | 2000-07-01 | 1 | -0/+2 |
|
|
* | Define a magical symbol and magic include path so it will compile without | Guido van Rossum | 2000-07-01 | 1 | -0/+6 |
|
|
* | Add ucnhash to the workspace, as a dependency of python20. | Mark Hammond | 2000-07-01 | 1 | -1/+15 |
|
|
* | ucnhash now correctly builds for Windows. | Mark Hammond | 2000-07-01 | 1 | -20/+16 |
|
|
* | Update all projects so Debug builds use "/Zi" instead of "/ZI", which means e... | Mark Hammond | 2000-07-01 | 5 | -1893/+1894 |
|
|
* | Repaired two URLs. | Tim Peters | 2000-07-01 | 1 | -6/+6 |
|
|
* | Do not build the "longhtml" version for pre-release versions. | Fred Drake | 2000-07-01 | 1 | -1/+5 |
|
|
* | The new copyright / license. | Fred Drake | 2000-07-01 | 1 | -25/+33 |
|
|
* | Thomas Wouters: Test script for openpty() | Guido van Rossum | 2000-07-01 | 1 | -0/+23 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 2 | -0/+6 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+6 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -2/+3 |
|
|
* | Neil Schemenauer: small fixes for GC | Guido van Rossum | 2000-07-01 | 7 | -13/+17 |
|
|
* | clean up warnings in Win32 build of mmapmodule.c | Guido van Rossum | 2000-07-01 | 1 | -6/+6 |
|
|
* | In b_setitem(), instead of the platform dependent CHAR_MIN and | Guido van Rossum | 2000-07-01 | 1 | -2/+2 |
|
|
* | Update a bunch of URLs. No longer suggests to join PSA or Consortium. | Guido van Rossum | 2000-07-01 | 1 | -55/+18 |
|
|
* | Refer to "Authors", plural | Andrew M. Kuchling | 2000-07-01 | 1 | -1/+1 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-07-01 | 3 | -74/+19 |
|
|
* | Update the version number in an example | Andrew M. Kuchling | 2000-07-01 | 1 | -4/+5 |
|
|
* | Updated the URL for Python 2.0 | Andrew M. Kuchling | 2000-07-01 | 1 | -4/+5 |
|
|
* | Update for 2.0b1. Also add more text, to be more explicit about | Tim Peters | 2000-07-01 | 1 | -29/+87 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 191 | -1146/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 201 | -4374/+1359 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-30 | 2 | -0/+97 |
|
|
* | Fix another error on AIX by using a proper cast. | Guido van Rossum | 2000-06-30 | 1 | -2/+2 |
|
|
* | Fix an error on AIX by using a proper cast. | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
|
|
* | Crude way to fix a problem on AIX: #undef STAT before defining it. | Guido van Rossum | 2000-06-30 | 1 | -0/+1 |
|
|
* | - fixed code generation error in multiline mode | Fredrik Lundh | 2000-06-30 | 2 | -7/+8 |
|
|
* | Only include <basetsd.h> for VC 6.0 and higher. | Guido van Rossum | 2000-06-30 | 1 | -0/+2 |
|
|
* | replaced <some suitable mail address> with something slightly | Fredrik Lundh | 2000-06-30 | 1 | -4/+25 |
|
|
* | -- changed $ to match before a trailing newline, even | Fredrik Lundh | 2000-06-30 | 1 | -1/+3 |
|
|
* | As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
|
|