| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | missing word (should backport - is release23-maint still locked?) | Skip Montanaro | 2003-12-15 | 1 | -1/+1 |
|
|
* | Improve algorithm for set.difference when the input is not a set. | Raymond Hettinger | 2003-12-15 | 1 | -43/+43 |
|
|
* | Make the module docstring a raw string, so that the backslash in | Walter Dörwald | 2003-12-15 | 1 | -1/+1 |
|
|
* | Remove a "temporary" piece of code that was probably unneeded since | Guido van Rossum | 2003-12-15 | 1 | -7/+0 |
|
|
* | SF #859811, typo in docs | Neal Norwitz | 2003-12-14 | 4 | -5/+5 |
|
|
* | SF #859810, typo in doc | Neal Norwitz | 2003-12-14 | 1 | -1/+1 |
|
|
* | Add news item about processor support in urllib2. | Jeremy Hylton | 2003-12-14 | 1 | -0/+4 |
|
|
* | SF patch 852995: add processors feature to urllib2 | Jeremy Hylton | 2003-12-14 | 3 | -86/+783 |
|
|
* | SF #736962, port test_future to unittest, add a bit more coverage, by Walter ... | Neal Norwitz | 2003-12-13 | 11 | -47/+101 |
|
|
* | Add a versionadded tag for traceback.format_exc() | Neal Norwitz | 2003-12-13 | 1 | -0/+1 |
|
|
* | Make private/local functions static | Neal Norwitz | 2003-12-13 | 1 | -6/+6 |
|
|
* | After hearing from someone who gave up on timeout sockets due to a | Guido van Rossum | 2003-12-13 | 1 | -0/+4 |
|
|
* | Cleaning up recursive pieces left in the reorganization. | Gustavo Niemeyer | 2003-12-13 | 1 | -119/+16 |
|
|
* | Note that \var{ppos} values are not consecutive and should not be altered. | Raymond Hettinger | 2003-12-13 | 1 | -1/+3 |
|
|
* | * Refactor set.__contains__() | Raymond Hettinger | 2003-12-13 | 1 | -21/+10 |
|
|
* | Refactor set.discard() and set.remove(). | Raymond Hettinger | 2003-12-13 | 1 | -31/+22 |
|
|
* | Improve argument checking speed. | Raymond Hettinger | 2003-12-13 | 1 | -17/+44 |
|
|
* | Use dictionary specific looping idiom where possible. | Raymond Hettinger | 2003-12-13 | 1 | -114/+40 |
|
|
* | Simplify previous checkin -- a new function was not needed. | Raymond Hettinger | 2003-12-13 | 1 | -26/+1 |
|
|
* | Use PyDict_Contains() instead of PySequence_Contains(). | Raymond Hettinger | 2003-12-13 | 1 | -2/+2 |
|
|
* | * Added a new method flag, METH_COEXIST. | Raymond Hettinger | 2003-12-13 | 8 | -3/+97 |
|
|
* | Expand the groupby() example to: | Raymond Hettinger | 2003-12-12 | 1 | -0/+15 |
|
|
* | fix typo and join two paragraphs | Fred Drake | 2003-12-11 | 1 | -2/+1 |
|
|
* | Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. | Walter Dörwald | 2003-12-11 | 3 | -27/+54 |
|
|
* | Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and | Brett Cannon | 2003-12-11 | 1 | -1/+1 |
|
|
* | Revert previous change which didn't make sense the next day :-) | Raymond Hettinger | 2003-12-10 | 1 | -16/+18 |
|
|
* | - Renamed OSA.ComponentInstance to OSA.OSAComponentInstance. It is not | Jack Jansen | 2003-12-10 | 2 | -64/+77 |
|
|
* | Fix memory error treatment correctly. Going to dsu_fail causes | Hye-Shik Chang | 2003-12-10 | 1 | -1/+1 |
|
|
* | Update to use python ints and int/long unification. | Raymond Hettinger | 2003-12-10 | 1 | -18/+16 |
|
|
* | Wrapper modules for _Launch and _OSA weren't added yet. Fixed. | Jack Jansen | 2003-12-09 | 2 | -0/+2 |
|
|
* | Make this module Python 2.3 compatible, and add a setup script that allows | Jack Jansen | 2003-12-09 | 3 | -0/+19 |
|
|
* | Made this module compatible with Python2.3, and added a temporary setup | Jack Jansen | 2003-12-09 | 3 | -0/+21 |
|
|
* | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 7 | -514/+696 |
|
|
* | Sigh. dsp files must be marked as binary files for cvs, otherwise | Thomas Heller | 2003-12-08 | 1 | -108/+108 |
|
|
* | Revamped framework search path handling for MacOSX. This should allow | Jack Jansen | 2003-12-08 | 2 | -9/+11 |
|
|
* | forward port of 1.136.6.2: | Jack Jansen | 2003-12-07 | 1 | -2/+2 |
|
|
* | fixed long standing typo | Just van Rossum | 2003-12-07 | 1 | -13/+13 |
|
|
* | SF patch #855195: fix typos | Raymond Hettinger | 2003-12-07 | 4 | -3/+4 |
|
|
* | Fix missing paren. | Raymond Hettinger | 2003-12-07 | 1 | -1/+1 |
|
|
* | Fix double hyphen markup. | Raymond Hettinger | 2003-12-07 | 1 | -3/+3 |
|
|
* | SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) | Raymond Hettinger | 2003-12-07 | 4 | -9/+8 |
|
|
* | Put str() in alphabetical order. | Raymond Hettinger | 2003-12-07 | 1 | -10/+10 |
|
|
* | SF bug #855317: unittest: 5.3.9 Getting Extended Error Information | Raymond Hettinger | 2003-12-07 | 1 | -42/+0 |
|
|
* | Add groupby() | Andrew M. Kuchling | 2003-12-06 | 1 | -0/+28 |
|
|