| Commit message (Expand) | Author | Age | Files | Lines |
* | More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! | Guido van Rossum | 2000-09-22 | 1 | -15/+15 |
|
|
* | Get rid of the one tab in the file. | Guido van Rossum | 2000-09-22 | 1 | -1/+1 |
|
|
* | Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.c | Tim Peters | 2000-09-22 | 1 | -2/+1 |
|
|
* | White space cleanup, including one item that was an error under -tt. | Fred Drake | 2000-09-22 | 1 | -5/+5 |
|
|
* | Remove debugging print. ;( | Fred Drake | 2000-09-22 | 1 | -2/+0 |
|
|
* | Correct some bitrot; some things have become inaccurate in the tutorial. | Fred Drake | 2000-09-22 | 1 | -5/+9 |
|
|
* | Tweak what happens when run on non-Windows platforms: set install prefix | Greg Ward | 2000-09-22 | 1 | -10/+5 |
|
|
* | Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added | Greg Ward | 2000-09-22 | 1 | -43/+56 |
|
|
* | Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing | Greg Ward | 2000-09-22 | 1 | -5/+5 |
|
|
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-09-21 | 1 | -0/+42 |
|
|
* | Untested patch by Ty Sarna to make TELL64 work on older NetBSD systems. | Guido van Rossum | 2000-09-21 | 1 | -2/+6 |
|
|
* | Indent _connection_class so that it becomes HTTPS._connection_class. | Martin v. Löwis | 2000-09-21 | 1 | -1/+1 |
|
|
* | Lots of minor fixes, many suggested by Detlef Lannert | Fred Drake | 2000-09-21 | 1 | -7/+8 |
|
|
* | Various tweaks and bugfixes to GetArgv. It now appears good enough for Distut... | Jack Jansen | 2000-09-21 | 1 | -10/+10 |
|
|
* | Added dependencies on the bug-reporting text. | Fred Drake | 2000-09-21 | 1 | -2/+5 |
|
|
* | Include the new text on reporting bugs in a few useful places. | Fred Drake | 2000-09-21 | 3 | -0/+12 |
|
|
* | New text about how to report bugs in Python and the documentation. | Fred Drake | 2000-09-21 | 1 | -0/+65 |
|
|
* | Updated according to the changes made to the "s#" parser marker | Marc-André Lemburg | 2000-09-21 | 1 | -20/+27 |
|
|
* | Added a true unicode_internal_encode function and fixed the | Marc-André Lemburg | 2000-09-21 | 1 | -9/+43 |
|
|
* | Special case the "s#" PyArg_Parse() token for Unicode objects: | Marc-André Lemburg | 2000-09-21 | 1 | -26/+53 |
|
|
* | Special case the "s#" PyArg_Parse() token for Unicode objects: | Marc-André Lemburg | 2000-09-21 | 1 | -4/+4 |
|
|
* | Revise the test case for pyexpat to avoid using asserts. Conform better | Fred Drake | 2000-09-21 | 2 | -28/+36 |
|
|
* | The minidom.Node class has a debug attribute which, when its _debug | Guido van Rossum | 2000-09-21 | 1 | -0/+2 |
|
|
* | Remove memory leaks of strings/Unicode objects passed into the character | Fred Drake | 2000-09-21 | 1 | -58/+21 |
|
|
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-09-21 | 1 | -17/+27 |
|
|
* | - fixed yet another gcc -pedantic warning | Fredrik Lundh | 2000-09-21 | 2 | -16/+52 |
|
|
* | SAXException.__getitem__(): Raise AttributeError instead of NameError. | Fred Drake | 2000-09-21 | 1 | -1/+1 |
|
|
* | As suggested by Toby Dickenson, setting ob_type to NULL in | Guido van Rossum | 2000-09-21 | 1 | -4/+0 |
|
|
* | Convert the longest two tables from tableii to longtableii so they do not | Fred Drake | 2000-09-21 | 1 | -4/+4 |
|
|
* | Add new environments: longtableii, longtableiii, and longtableiv, to | Fred Drake | 2000-09-21 | 3 | -6/+80 |
|
|
* | Allow the LaTeX markup descriptions to use the \moreargs and \unspecified | Fred Drake | 2000-09-21 | 1 | -1/+5 |
|
|
* | fix bogus references to imp; makes test_minidom succeed | Jeremy Hylton | 2000-09-21 | 1 | -2/+2 |
|
|
* | Use PyOS_setsig() instead of signal(). Also remove redundant spaces | Guido van Rossum | 2000-09-21 | 1 | -15/+15 |
|
|
* | Now uses make_parser to create its parser (patch 101573). | Lars Gustäbel | 2000-09-21 | 1 | -2/+2 |
|
|
* | Added the make_parser function (patch 101571). | Lars Gustäbel | 2000-09-21 | 1 | -2/+67 |
|
|
* | Updated XMLGenerator to new DocumentHandler interface (patch 101572). | Lars Gustäbel | 2000-09-21 | 1 | -11/+30 |
|
|
* | Updated to correct DocumentHandler signatures. (patch 101570) | Lars Gustäbel | 2000-09-21 | 1 | -6/+23 |
|
|
* | Windows installer: | Tim Peters | 2000-09-21 | 1 | -9/+159 |
|
|
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 4 | -75/+409 |
|
|
* | Note that __getitem__() may receive a slice object as the index; | Fred Drake | 2000-09-21 | 1 | -2/+3 |
|
|
* | Document directories are not always named with three characters any more; | Fred Drake | 2000-09-21 | 1 | -7/+7 |
|
|
* | Fixed a number of small problems reported by Detlef Lannert | Fred Drake | 2000-09-21 | 3 | -9/+8 |
|
|
* | Corran Webster: fix 'change_root()' to handle Mac OS paths. | Greg Ward | 2000-09-21 | 1 | -1/+7 |
|
|
* | On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition | Guido van Rossum | 2000-09-20 | 1 | -1/+31 |
|
|
* | Add a definition of rl_library_version. Reported by jpettit@sourceforge. | Guido van Rossum | 2000-09-20 | 1 | -0/+1 |
|
|
* | .use_latex(): Make this a little smarter so that it only runs pdflatex | Fred Drake | 2000-09-20 | 1 | -31/+24 |
|
|
* | Clarify that the softspace attribute is used by print for state management, | Fred Drake | 2000-09-20 | 1 | -0/+3 |
|
|
* | Add entries for the xml.sax documentation. | Fred Drake | 2000-09-20 | 2 | -0/+2 |
|
|
* | First cut at documentation for the xml.sax package (not including any | Fred Drake | 2000-09-20 | 1 | -0/+108 |
|
|
* | change 2-space indent to 4-space indent | Jeremy Hylton | 2000-09-20 | 2 | -2162/+2158 |
|
|