summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update to use python ints and int/long unification.Raymond Hettinger2003-12-101-18/+16
* Wrapper modules for _Launch and _OSA weren't added yet. Fixed.Jack Jansen2003-12-092-0/+2
* Make this module Python 2.3 compatible, and add a setup script that allowsJack Jansen2003-12-093-0/+19
* Made this module compatible with Python2.3, and added a temporary setupJack Jansen2003-12-093-0/+21
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-087-514/+696
* Sigh. dsp files must be marked as binary files for cvs, otherwiseThomas Heller2003-12-081-108/+108
* Revamped framework search path handling for MacOSX. This should allowJack Jansen2003-12-082-9/+11
* forward port of 1.136.6.2:Jack Jansen2003-12-071-2/+2
* fixed long standing typoJust van Rossum2003-12-071-13/+13
* SF patch #855195: fix typosRaymond Hettinger2003-12-074-3/+4
* Fix missing paren.Raymond Hettinger2003-12-071-1/+1
* Fix double hyphen markup.Raymond Hettinger2003-12-071-3/+3
* SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)Raymond Hettinger2003-12-074-9/+8
* Put str() in alphabetical order.Raymond Hettinger2003-12-071-10/+10
* SF bug #855317: unittest: 5.3.9 Getting Extended Error InformationRaymond Hettinger2003-12-071-42/+0
* Add groupby()Andrew M. Kuchling2003-12-061-0/+28
* Edit description a bitAndrew M. Kuchling2003-12-061-2/+2
* Incorporate suggestions from Aahz.Raymond Hettinger2003-12-061-7/+9
* Implement itertools.groupby()Raymond Hettinger2003-12-064-2/+493
* Variation of Thomas Heller's patch (722638) for improving readabilitySteve Purcell2003-12-061-10/+26
* SF bug #844123: "up" instead of "down" in turtle module documentationRaymond Hettinger2003-12-061-1/+1
* Finished update to UH 3.4.2.Jack Jansen2003-12-065-14/+417
* Finished update to universal header 3.4.2.Jack Jansen2003-12-0519-79/+443
* Reverting to previous version, which works. And I don't really care aboutJack Jansen2003-12-051-83/+0
* distutils compilers now compile source files in the same order as theyThomas Heller2003-12-051-0/+3
* Compile the files in the same order they are passed to the compiler.Thomas Heller2003-12-053-3/+15
* - fix markup in the bool() descriptionFred Drake2003-12-051-10/+9
* Add news about removal of the PendingDeprecationWarning from apply().Fred Drake2003-12-051-0/+3