summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug #626172: crash using unicode latin1 single charMarc-André Lemburg2002-10-232-3/+7
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-233-74/+110
* Moved description of _urlopener adjacent to the related functions.Fred Drake2002-10-221-18/+35
* Describe __path__ along with the rest of the package description.Fred Drake2002-10-221-1/+12
* Modify example to use string methods instead of the string module.Fred Drake2002-10-221-4/+2
* Clarified the error cases and Unicode handling of PyString_AsString(),Fred Drake2002-10-221-8/+17
* Add comment about inability to handle Unicode strings (hopefully aGreg Ward2002-10-221-0/+3
* terminologyFredrik Lundh2002-10-221-1/+1
* add support for basic authentication, based on patch #624180Fredrik Lundh2002-10-222-12/+51
* Clarify what versions of Windows are supported, and add LinuxFred Drake2002-10-221-1/+1
* Patches #626105:Raymond Hettinger2002-10-221-13/+6
* (py-parse-state-re): Remove the "if" from the regular expression.Barry Warsaw2002-10-211-1/+1
* FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead ofBarry Warsaw2002-10-211-67/+68
* Some fixes based on feedback from Hans Petter Langtangen.Barry Warsaw2002-10-211-41/+44
* Fix a typo, update (only one) style improvement, whitespaceBarry Warsaw2002-10-211-5/+5
* test_body_encoding(): a new test for Charset.body_encode(), especiallyBarry Warsaw2002-10-211-0/+14
* test_body_encoding(): a new testBarry Warsaw2002-10-211-0/+23
* body_encode(): Fixed typo reported by Chris Lawrence, closing SF bugBarry Warsaw2002-10-211-1/+1
* Explicitly use floor divisionRaymond Hettinger2002-10-211-1/+1
* Eliminate unused instance variableRaymond Hettinger2002-10-211-5/+5
* 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