summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* minor markup adjustmentFred Drake2003-12-181-2/+2
* Fix typoAndrew M. Kuchling2003-12-181-1/+1
* Add various itemsAndrew M. Kuchling2003-12-181-4/+60
* fix loss of a space after indexing markupFred Drake2003-12-181-1/+1
* - use correct markupFred Drake2003-12-181-5/+5
* fix weird sh-bang lineFred Drake2003-12-181-1/+1
* avoid bash-ismsFred Drake2003-12-181-2/+2
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-0/+14
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-2/+2
* Remove methods that are no longer called by urllib2.Jeremy Hylton2003-12-171-14/+0
* Guido grants a Christmas wish:Raymond Hettinger2003-12-1715-138/+120
* Add methods to MockHTTPClass for modern httplib interface.Jeremy Hylton2003-12-171-51/+77
* Rewrite AbstractHTTPHandler to use modern httplib interface.Jeremy Hylton2003-12-171-25/+26
* Fix erroneus argument parsing of socket.htons() on 64bit big endianHye-Shik Chang2003-12-171-1/+1
* Update documentations for str.rsplit() with Alex Martelli's rewrite.Hye-Shik Chang2003-12-172-28/+13
* Make example more readableAndrew M. Kuchling2003-12-161-3/+6
* Speedup set.update by using the override mode for PyDict_Merge().Raymond Hettinger2003-12-151-1/+1
* Add rsplit method for UserString, too.Hye-Shik Chang2003-12-151-0/+2
* Fix typo and improve wording a bit.Raymond Hettinger2003-12-151-4/+4
* Add an entry for addition of {str,unicode}.rsplit.Hye-Shik Chang2003-12-151-0/+4
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-157-1/+402
* Remove __del__ methods to avoid creating uncollectable cyclic trash.Jeremy Hylton2003-12-151-13/+4
* missing word (should backport - is release23-maint still locked?)Skip Montanaro2003-12-151-1/+1
* Improve algorithm for set.difference when the input is not a set.Raymond Hettinger2003-12-151-43/+43
* Make the module docstring a raw string, so that the backslash inWalter Dörwald2003-12-151-1/+1
* Remove a "temporary" piece of code that was probably unneeded sinceGuido van Rossum2003-12-151-7/+0
* SF #859811, typo in docsNeal Norwitz2003-12-144-5/+5
* SF #859810, typo in docNeal Norwitz2003-12-141-1/+1
* Add news item about processor support in urllib2.Jeremy Hylton2003-12-141-0/+4
* SF patch 852995: add processors feature to urllib2Jeremy Hylton2003-12-143-86/+783
* SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...Neal Norwitz2003-12-1311-47/+101
* Add a versionadded tag for traceback.format_exc()Neal Norwitz2003-12-131-0/+1
* Make private/local functions staticNeal Norwitz2003-12-131-6/+6
* After hearing from someone who gave up on timeout sockets due to aGuido van Rossum2003-12-131-0/+4
* Cleaning up recursive pieces left in the reorganization.Gustavo Niemeyer2003-12-131-119/+16
* Note that \var{ppos} values are not consecutive and should not be altered.Raymond Hettinger2003-12-131-1/+3
* * Refactor set.__contains__()Raymond Hettinger2003-12-131-21/+10
* Refactor set.discard() and set.remove().Raymond Hettinger2003-12-131-31/+22
* Improve argument checking speed.Raymond Hettinger2003-12-131-17/+44
* Use dictionary specific looping idiom where possible.Raymond Hettinger2003-12-131-114/+40
* Simplify previous checkin -- a new function was not needed.Raymond Hettinger2003-12-131-26/+1
* Use PyDict_Contains() instead of PySequence_Contains().Raymond Hettinger2003-12-131-2/+2
* * Added a new method flag, METH_COEXIST.Raymond Hettinger2003-12-138-3/+97
* Expand the groupby() example to:Raymond Hettinger2003-12-121-0/+15
* fix typo and join two paragraphsFred Drake2003-12-111-2/+1
* Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.Walter Dörwald2003-12-113-27/+54
* Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file andBrett Cannon2003-12-111-1/+1
* Revert previous change which didn't make sense the next day :-)Raymond Hettinger2003-12-101-16/+18
* - Renamed OSA.ComponentInstance to OSA.OSAComponentInstance. It is notJack Jansen2003-12-102-64/+77
* Fix memory error treatment correctly. Going to dsu_fail causesHye-Shik Chang2003-12-101-1/+1