summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added test for this fix to classobject.c:Guido van Rossum2002-10-291-0/+27
* Minor simplification.Fred Drake2002-10-281-2/+1
* Remove unnecessary output file.Fred Drake2002-10-281-42/+0
* Add a test of interaction between & and extra replacements.Fred Drake2002-10-281-8/+13
* Really do replacement of & last to avoid bad interactions between &Fred Drake2002-10-281-2/+2
* Avoid calling __dict_replace() if we don't need to -- the call is muchFred Drake2002-10-281-8/+10
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-263-8/+43
* Implement a safer and more predictable interpolation approach.Fred Drake2002-10-252-1/+64
* Add tests for both raw and non-raw versions of the items() methods.Fred Drake2002-10-251-0/+26
* According to the docs, __name__ is not exposed via the API exceptFred Drake2002-10-251-2/+8
* Remove useless output file.Fred Drake2002-10-251-9/+0
* Convert to PyUnit.Fred Drake2002-10-251-293/+263
* Added (very) minimal tests of the RawConfigParser class.Fred Drake2002-10-251-16/+35
* Re-factor: Use a RawConfigParser base class and make ConfigParser aFred Drake2002-10-251-103/+133
* Fix for bug #626172: crash using unicode latin1 single charMarc-André Lemburg2002-10-231-0/+6
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-233-74/+110
* Add comment about inability to handle Unicode strings (hopefully aGreg Ward2002-10-221-0/+3
* add support for basic authentication, based on patch #624180Fredrik Lundh2002-10-221-12/+44
* Patches #626105:Raymond Hettinger2002-10-221-13/+6
* 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
* point people to the Python bug tracker, rather than to a mailFredrik Lundh2002-10-192-20/+7
* Fix SF # 624982, Potential AV in slot_sq_item, by Greg ChapmanNeal Norwitz2002-10-181-0/+12
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-182-3/+3
* Patch #624936: Implement __contains__.Martin v. Löwis2002-10-181-1/+4
* Add new encoding for Ukrainian CyrillicNeal Norwitz2002-10-171-0/+54
* 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
* Remove spurious cruft from the output.Fred Drake2002-10-171-1/+1
* Must catch TypeError from int(length).Guido van Rossum2002-10-171-1/+1
* 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
* Recreated after source changes.Thomas Heller2002-10-161-319/+319
* Recreated after source changes.Thomas Heller2002-10-151-315/+315
* Patch #572628: Optional timeouts for put and get.Martin v. Löwis2002-10-152-19/+106
* Revert the previous checkin - it didn't work anyway.Thomas Heller2002-10-151-4/+3
* For some reason (probably cut and paste), __ipow__ for new-styleGuido van Rossum2002-10-151-0/+11
* Allow Unicode strings as message and module name.Martin v. Löwis2002-10-141-2/+2
* Convert empty string literal to string. Speed up creation of idmap.Martin v. Löwis2002-10-141-3/+4
* Fix for 1.33: urlsplit() should only add '//' if scheme != ''.Guido van Rossum2002-10-142-2/+7
* append(): Fixing the test for convertability after consultation withBarry Warsaw2002-10-141-14/+28
* Two new tests for splitting (or not splitting) 8-bit header data.Barry Warsaw2002-10-141-0/+21
* Bump the __version__Barry Warsaw2002-10-141-1/+1
* __init__(): Fix an invariant, that the charset item in a chunk tupleBarry Warsaw2002-10-141-2/+11
* _split_header(): If we have a header which is a byte string containingBarry Warsaw2002-10-141-1/+17
* CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data forBarry Warsaw2002-10-141-0/+2
* Add finditer to __all__ (when defining it at all).Guido van Rossum2002-10-141-0/+1