summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The semantics of PyList_Check() and PyDict_Check() changed at 2.2, alongAndrew MacIntyre2003-12-261-0/+1
* The semantics of PyList_Check() and PyDict_Check() changed at 2.2, alongAndrew MacIntyre2003-12-251-2/+12
* Performance of list([]) in 2.3 came up in a thread on comp.lang.python,Andrew MacIntyre2003-12-253-6/+37
* add definitions required for expat 1.95.7Andrew MacIntyre2003-12-251-1/+1
* [Bug #850823] Fix broken linkAndrew M. Kuchling2003-12-231-1/+1
* [Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing descr...Andrew M. Kuchling2003-12-231-3/+4
* [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Pa...Andrew M. Kuchling2003-12-231-4/+2
* Fix silly typoAndrew M. Kuchling2003-12-231-1/+1
* As part of fixing bug #829532, add a test case that exercises os.makedirsAndrew M. Kuchling2003-12-231-1/+36
* [Bug #829532] Invoking os.makedirs() with an argument that contains aAndrew M. Kuchling2003-12-231-0/+2
* Fix unicode.rsplit()'s bug that ignores separater on the end of string whenHye-Shik Chang2003-12-232-1/+3
* Changed the UCHAR_MAX error msg a bit: we don't really assume anythingTim Peters2003-12-221-1/+1
* There are places in Python which assume bytes have 8-bits. Formalize that aSkip Montanaro2003-12-222-4/+8
* (forced commit)Hye-Shik Chang2003-12-220-0/+0
* Fix broken xmlcharrefreplace by rev 2.204.Hye-Shik Chang2003-12-221-3/+3
* Make sure the UserDict copies do not share the same underlyingRaymond Hettinger2003-12-211-1/+1
* Python 2.3.3 Window build number and release date.Thomas Heller2003-12-201-0/+2
* Add the first of (hopefully) many third-party licenses and acknowledgements.Raymond Hettinger2003-12-201-0/+59
* Remove self from the arguments for the function add_type().Walter Dörwald2003-12-191-1/+1
* SF #859573: Reduce compiler warnings on gcc 3.2 and above.Hye-Shik Chang2003-12-191-1/+14
* Enable some unittests on FreeBSD.Hye-Shik Chang2003-12-192-3/+7
* Sync with python-mode project. Adds two changes:Skip Montanaro2003-12-181-5/+47
* 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