summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Untested patch by Ty Sarna to make TELL64 work on older NetBSD systems.Guido van Rossum2000-09-211-2/+6
* Indent _connection_class so that it becomes HTTPS._connection_class.Martin v. Löwis2000-09-211-1/+1
* Lots of minor fixes, many suggested by Detlef LannertFred Drake2000-09-211-7/+8
* Various tweaks and bugfixes to GetArgv. It now appears good enough for Distut...Jack Jansen2000-09-211-10/+10
* Added dependencies on the bug-reporting text.Fred Drake2000-09-211-2/+5
* Include the new text on reporting bugs in a few useful places.Fred Drake2000-09-213-0/+12
* New text about how to report bugs in Python and the documentation.Fred Drake2000-09-211-0/+65
* Updated according to the changes made to the "s#" parser markerMarc-André Lemburg2000-09-211-20/+27
* Added a true unicode_internal_encode function and fixed theMarc-André Lemburg2000-09-211-9/+43
* Special case the "s#" PyArg_Parse() token for Unicode objects:Marc-André Lemburg2000-09-211-26/+53
* Special case the "s#" PyArg_Parse() token for Unicode objects:Marc-André Lemburg2000-09-211-4/+4
* Revise the test case for pyexpat to avoid using asserts. Conform betterFred Drake2000-09-212-28/+36
* The minidom.Node class has a debug attribute which, when its _debugGuido van Rossum2000-09-211-0/+2
* Remove memory leaks of strings/Unicode objects passed into the characterFred Drake2000-09-211-58/+21
* Paul Prescod <paul@prescod.net>:Fred Drake2000-09-211-17/+27
* - fixed yet another gcc -pedantic warningFredrik Lundh2000-09-212-16/+52
* SAXException.__getitem__(): Raise AttributeError instead of NameError.Fred Drake2000-09-211-1/+1
* As suggested by Toby Dickenson, setting ob_type to NULL inGuido van Rossum2000-09-211-4/+0
* Convert the longest two tables from tableii to longtableii so they do notFred Drake2000-09-211-4/+4
* Add new environments: longtableii, longtableiii, and longtableiv, toFred Drake2000-09-213-6/+80
* Allow the LaTeX markup descriptions to use the \moreargs and \unspecifiedFred Drake2000-09-211-1/+5
* fix bogus references to imp; makes test_minidom succeedJeremy Hylton2000-09-211-2/+2
* Use PyOS_setsig() instead of signal(). Also remove redundant spacesGuido van Rossum2000-09-211-15/+15
* Now uses make_parser to create its parser (patch 101573).Lars Gustäbel2000-09-211-2/+2
* Added the make_parser function (patch 101571).Lars Gustäbel2000-09-211-2/+67
* Updated XMLGenerator to new DocumentHandler interface (patch 101572).Lars Gustäbel2000-09-211-11/+30
* Updated to correct DocumentHandler signatures. (patch 101570)Lars Gustäbel2000-09-211-6/+23
* Windows installer:Tim Peters2000-09-211-9/+159
* Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,...Tim Peters2000-09-214-75/+409
* Note that __getitem__() may receive a slice object as the index;Fred Drake2000-09-211-2/+3
* Document directories are not always named with three characters any more;Fred Drake2000-09-211-7/+7
* Fixed a number of small problems reported by Detlef LannertFred Drake2000-09-213-9/+8
* Corran Webster: fix 'change_root()' to handle Mac OS paths.Greg Ward2000-09-211-1/+7
* On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race conditionGuido van Rossum2000-09-201-1/+31
* Add a definition of rl_library_version. Reported by jpettit@sourceforge.Guido van Rossum2000-09-201-0/+1
* .use_latex(): Make this a little smarter so that it only runs pdflatexFred Drake2000-09-201-31/+24
* Clarify that the softspace attribute is used by print for state management,Fred Drake2000-09-201-0/+3
* Add entries for the xml.sax documentation.Fred Drake2000-09-202-0/+2
* First cut at documentation for the xml.sax package (not including anyFred Drake2000-09-201-0/+108
* change 2-space indent to 4-space indentJeremy Hylton2000-09-202-2162/+2158
* distutils setup scriptJeremy Hylton2000-09-201-0/+9
* Fix typo (newtabwith).Guido van Rossum2000-09-201-1/+1
* *Very* belated application of Thomas Heller's patch to handleGreg Ward2000-09-191-3/+86
* Treat trailing colon in os.path.join("a:", "b") same way for DOS as inTim Peters2000-09-191-1/+1
* Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ...Jack Jansen2000-09-192-4/+236
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-198-19/+126
* Temporary fix for Bug #114821.Guido van Rossum2000-09-191-2/+18
* Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yieldTim Peters2000-09-191-1/+1
* test_userlist.py:Tim Peters2000-09-191-39/+52
* SF patch 101391: implemented UserList.__contains__.Tim Peters2000-09-191-0/+1