| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert previous two checkins to repair test failure. | Jeremy Hylton | 2003-12-26 | 1 | -24/+6 |
|
|
* | Fix name problem in previous checkin: Dict not List | Jeremy Hylton | 2003-12-26 | 1 | -1/+1 |
|
|
* | At 2.2, the Py<type>_Check() family of API functions (macros) changed | Andrew MacIntyre | 2003-12-26 | 1 | -0/+1 |
|
|
* | reverting 2.29: the patch was Ok, but the commit msg wrong | Andrew MacIntyre | 2003-12-26 | 1 | -1/+0 |
|
|
* | use the correct macro to access list size | Andrew MacIntyre | 2003-12-26 | 1 | -1/+1 |
|
|
* | At 2.2, the Py<type>_Check() family of API functions (macros) changed | Andrew MacIntyre | 2003-12-26 | 1 | -0/+6 |
|
|
* | The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along | Andrew MacIntyre | 2003-12-26 | 1 | -0/+1 |
|
|
* | The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along | Andrew MacIntyre | 2003-12-25 | 1 | -2/+12 |
|
|
* | Performance of list([]) in 2.3 came up in a thread on comp.lang.python, | Andrew MacIntyre | 2003-12-25 | 3 | -6/+37 |
|
|
* | add definitions required for expat 1.95.7 | Andrew MacIntyre | 2003-12-25 | 1 | -1/+1 |
|
|
* | [Bug #850823] Fix broken link | Andrew M. Kuchling | 2003-12-23 | 1 | -1/+1 |
|
|
* | [Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing descr... | Andrew M. Kuchling | 2003-12-23 | 1 | -3/+4 |
|
|
* | [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Pa... | Andrew M. Kuchling | 2003-12-23 | 1 | -4/+2 |
|
|
* | Fix silly typo | Andrew M. Kuchling | 2003-12-23 | 1 | -1/+1 |
|
|
* | As part of fixing bug #829532, add a test case that exercises os.makedirs | Andrew M. Kuchling | 2003-12-23 | 1 | -1/+36 |
|
|
* | [Bug #829532] Invoking os.makedirs() with an argument that contains a | Andrew M. Kuchling | 2003-12-23 | 1 | -0/+2 |
|
|
* | Fix unicode.rsplit()'s bug that ignores separater on the end of string when | Hye-Shik Chang | 2003-12-23 | 2 | -1/+3 |
|
|
* | Changed the UCHAR_MAX error msg a bit: we don't really assume anything | Tim Peters | 2003-12-22 | 1 | -1/+1 |
|
|
* | There are places in Python which assume bytes have 8-bits. Formalize that a | Skip Montanaro | 2003-12-22 | 2 | -4/+8 |
|
|
* | (forced commit) | Hye-Shik Chang | 2003-12-22 | 0 | -0/+0 |
|
|
* | Fix broken xmlcharrefreplace by rev 2.204. | Hye-Shik Chang | 2003-12-22 | 1 | -3/+3 |
|
|
* | Make sure the UserDict copies do not share the same underlying | Raymond Hettinger | 2003-12-21 | 1 | -1/+1 |
|
|
* | Python 2.3.3 Window build number and release date. | Thomas Heller | 2003-12-20 | 1 | -0/+2 |
|
|
* | Add the first of (hopefully) many third-party licenses and acknowledgements. | Raymond Hettinger | 2003-12-20 | 1 | -0/+59 |
|
|
* | Remove self from the arguments for the function add_type(). | Walter Dörwald | 2003-12-19 | 1 | -1/+1 |
|
|
* | SF #859573: Reduce compiler warnings on gcc 3.2 and above. | Hye-Shik Chang | 2003-12-19 | 1 | -1/+14 |
|
|
* | Enable some unittests on FreeBSD. | Hye-Shik Chang | 2003-12-19 | 2 | -3/+7 |
|
|
* | Sync with python-mode project. Adds two changes: | Skip Montanaro | 2003-12-18 | 1 | -5/+47 |
|
|
* | minor markup adjustment | Fred Drake | 2003-12-18 | 1 | -2/+2 |
|
|
* | Fix typo | Andrew M. Kuchling | 2003-12-18 | 1 | -1/+1 |
|
|
* | Add various items | Andrew M. Kuchling | 2003-12-18 | 1 | -4/+60 |
|
|
* | fix loss of a space after indexing markup | Fred Drake | 2003-12-18 | 1 | -1/+1 |
|
|
* | - use correct markup | Fred Drake | 2003-12-18 | 1 | -5/+5 |
|
|
* | fix weird sh-bang line | Fred Drake | 2003-12-18 | 1 | -1/+1 |
|
|
* | avoid bash-isms | Fred Drake | 2003-12-18 | 1 | -2/+2 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -0/+14 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -2/+2 |
|
|
* | Remove methods that are no longer called by urllib2. | Jeremy Hylton | 2003-12-17 | 1 | -14/+0 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 15 | -138/+120 |
|
|
* | Add methods to MockHTTPClass for modern httplib interface. | Jeremy Hylton | 2003-12-17 | 1 | -51/+77 |
|
|
* | Rewrite AbstractHTTPHandler to use modern httplib interface. | Jeremy Hylton | 2003-12-17 | 1 | -25/+26 |
|
|
* | Fix erroneus argument parsing of socket.htons() on 64bit big endian | Hye-Shik Chang | 2003-12-17 | 1 | -1/+1 |
|
|
* | Update documentations for str.rsplit() with Alex Martelli's rewrite. | Hye-Shik Chang | 2003-12-17 | 2 | -28/+13 |
|
|
* | Make example more readable | Andrew M. Kuchling | 2003-12-16 | 1 | -3/+6 |
|
|
* | Speedup set.update by using the override mode for PyDict_Merge(). | Raymond Hettinger | 2003-12-15 | 1 | -1/+1 |
|
|
* | Add rsplit method for UserString, too. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+2 |
|
|
* | Fix typo and improve wording a bit. | Raymond Hettinger | 2003-12-15 | 1 | -4/+4 |
|
|
* | Add an entry for addition of {str,unicode}.rsplit. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+4 |
|
|
* | Add rsplit method for str and unicode builtin types. | Hye-Shik Chang | 2003-12-15 | 7 | -1/+402 |
|
|
* | Remove __del__ methods to avoid creating uncollectable cyclic trash. | Jeremy Hylton | 2003-12-15 | 1 | -13/+4 |
|
|