summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cd to users home dir if no current dir has been set. Fixes bug #625734Just van Rossum2002-10-201-0/+5
* Made MacOS.Error a class style exception (at last!).Jack Jansen2002-10-191-1/+1
* Added a paragraph to explain that SchedParams(0, 0) is usually whatJack Jansen2002-10-191-0/+3
* fixed the mail address in the documentation, too...Fredrik Lundh2002-10-192-2/+2
* point people to the Python bug tracker, rather than to a mailFredrik Lundh2002-10-192-20/+7
* Remove reference to deleted 'www' directory.Guido van Rossum2002-10-181-1/+0
* Note lack of speedup. Remove Irix reference. Remove silly extraGuido van Rossum2002-10-181-5/+6
* Fix markup for tilde in URL.Fred Drake2002-10-181-1/+1
* Verify that lower-higher case delta are 16-bit.Martin v. Löwis2002-10-181-3/+11
* Fix reference to the Fetchmail FAQ:Fred Drake2002-10-181-6/+8
* Make lower/upper/title work for non-BMP characters.Martin v. Löwis2002-10-181-24/+15
* Fix markup for tilde in URL.Fred Drake2002-10-181-1/+1
* Fix SF # 624982, Potential AV in slot_sq_item, by Greg ChapmanNeal Norwitz2002-10-182-1/+17
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-188-9410/+13977
* Update docs. Remove old classes.doc.Guido van Rossum2002-10-182-112/+1
* Add description of the cgi directory.Guido van Rossum2002-10-181-0/+2
* Add description of what's here.Guido van Rossum2002-10-181-0/+11
* Added cross-references to related material on exceptions.Fred Drake2002-10-181-9/+13
* Added cross-references to related material on exceptions.Fred Drake2002-10-181-0/+3
* Make sure section numbers wrap together with the preceeding wordFred Drake2002-10-181-2/+3
* Fix (real! :-) memory leaks in half_cmp and half_binop.Guido van Rossum2002-10-181-1/+4
* Sigh. That wasn't a memory leak, that was Guido committing beforeGuido van Rossum2002-10-181-5/+2
* Fix memory leak in add_subclass() found by NealN with valgrind.Guido van Rossum2002-10-181-2/+5
* Patch #624936: Implement __contains__.Martin v. Löwis2002-10-181-1/+4
* Try to fix the broken links caused by multiple \ref on the same line.Neal Norwitz2002-10-181-1/+1
* Add new encoding for Ukrainian CyrillicNeal Norwitz2002-10-172-0/+55
* Continue to work even though the test can be named test.test_regexFred Drake2002-10-171-1/+1
* Don't call warnings.resetwarnings(); that does bad things that causeFred Drake2002-10-171-5/+4
* Refactor cmd_view(): move line formatting to a helper method.Guido van Rossum2002-10-171-13/+15
* In cmd_create(), use a redirect directive instead of viewing the page;Guido van Rossum2002-10-171-2/+9
* If we have a filename and __main__.__file__ hasn't already been set,Fred Drake2002-10-171-1/+11
* Fix minor whitespace nit, for consistency with Python's C style rules.Fred Drake2002-10-171-1/+1
* Remove spurious cruft from the output.Fred Drake2002-10-171-1/+1
* Clean up some whitespace to be consistent with Python's C style.Fred Drake2002-10-171-4/+4
* Remove redundant load() call.Guido van Rossum2002-10-171-1/+0
* Typo(!): "normal" -> "number"Fred Drake2002-10-171-1/+1
* Grammar repair in comment.Guido van Rossum2002-10-171-1/+1
* Use tempfile.gettempdir() to get the temp directory rather thanGuido van Rossum2002-10-171-2/+2
* Must catch TypeError from int(length).Guido van Rossum2002-10-171-1/+1
* Restructure: move all wiki code into a separate module.Guido van Rossum2002-10-172-113/+116
* Add trailing newline when saving.Guido van Rossum2002-10-171-0/+2
* Security fixes: reject non-wiki-word page names; set homedir to /tmp.Guido van Rossum2002-10-171-6/+13
* Added missing entries to __all__.Fred Drake2002-10-161-1/+2
* Make sure we test urlsplit() / urlunsplit() directly, rather thanFred Drake2002-10-161-12/+40
* Some really simple cgi examples. cgi3 is a MiniWiki.Guido van Rossum2002-10-164-0/+157
* Patch #623780: Replace obsolete struct macros.Martin v. Löwis2002-10-165-34/+14
* Document urldefrag().Fred Drake2002-10-161-0/+7
* Add n_unnamed_fields into the type.Martin v. Löwis2002-10-161-5/+15
* Correct stat_result float time stamps entry.Martin v. Löwis2002-10-161-1/+2
* Add PyStructSequence_UnnamedField. Add stat_float_times.Martin v. Löwis2002-10-165-18/+151