summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the errorBarry Warsaw2004-01-201-2/+2
* Add a Guido inspired example for groupby().Raymond Hettinger2004-01-202-1/+28
* Add news item about change in encodings search function.Marc-André Lemburg2004-01-201-0/+7
* Removing TODO comment for None keys, as suggested by Neal Norwitz.Gustavo Niemeyer2004-01-201-1/+1
* When key is None, give up if _DB_get_type() returns -1 as well.Gustavo Niemeyer2004-01-201-0/+2
* Fixing #880531: raise TypeError when trying to use a None key with RECNOGustavo Niemeyer2004-01-201-0/+7
* Let the default encodings search function lookup aliases before trying the co...Marc-André Lemburg2004-01-201-18/+26
* Add some more code page aliases needed for completeness.Marc-André Lemburg2004-01-201-0/+16
* Fix a typo: s/iso_3022/iso2022/Hye-Shik Chang2004-01-201-1/+1
* Test not the standard utf-8 codec but gb18030 which is the most complexHye-Shik Chang2004-01-201-4/+4
* For whatever reason, these files had \r\r\n line endings on Windows,Tim Peters2004-01-181-8/+8
* Revert another local change that snuck into a whitespace normalizationTim Peters2004-01-181-2/+1
* Revert change accidentally checked in as part of a whitespace normalizationTim Peters2004-01-181-9/+5
* Whitespace normalization.Tim Peters2004-01-1834-76/+69
* Add CJK codecsAndrew M. Kuchling2004-01-181-0/+14
* Add a news entry for importing of CJK codecs.Hye-Shik Chang2004-01-171-0/+2
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-1788-34/+43278
* document PEP 11 progress so far.Skip Montanaro2004-01-171-0/+8
* Remove support for SunOS 4.Skip Montanaro2004-01-1711-82/+3
* More updates for zlib 1.2.1Martin v. Löwis2004-01-171-4/+4
* Update to 1.2.1 for release build too.Martin v. Löwis2004-01-171-1/+1
* Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dldSkip Montanaro2004-01-176-185/+5
* Remove support for systems defining __d6_pthread_create.Skip Montanaro2004-01-172-78/+2
* remove DGUX support.Skip Montanaro2004-01-174-37/+5
* Remove support for minix.Skip Montanaro2004-01-175-765/+66
* - add warning that hotshot doesn't work well with threadsFred Drake2004-01-161-3/+9
* minor markup improvementsFred Drake2004-01-161-6/+6
* Make parameter names in docstring more mnemonicAndrew M. Kuchling2004-01-161-1/+1
* add a note about memory consumption and LaTeXFred Drake2004-01-131-0/+17
* - add comment about $CUSTOM_BUTTONSFred Drake2004-01-131-1/+2
* markup changesFred Drake2004-01-131-93/+107
* __init__.py: keep it compatible with older python (True and False == 1 and 0)Gregory P. Smith2004-01-132-6/+17
* SF Patch #871704: Py_SequenceFast can mask errorsRaymond Hettinger2004-01-111-3/+11
* [Bug #873205] Update URLAndrew M. Kuchling2004-01-111-1/+1
* More cases of input parameters passed by reference without const.Jack Jansen2004-01-113-15/+19
* Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy:Jack Jansen2004-01-113-1/+1636
* The format of the string data used in the imageop module is describedSjoerd Mullender2004-01-102-33/+120
* Added support for APIs in MediaHandlers.h.Jack Jansen2004-01-092-1/+1940
* Update Windows build to use zlib 1.2.1Jeremy Hylton2004-01-092-9/+10
* Fix some digicool addresses I noticedAndrew M. Kuchling2004-01-084-5/+5
* add link to the red-dove.com page about the logging packageFred Drake2004-01-081-0/+7
* add new reference macro: \seelinkFred Drake2004-01-083-1/+33
* SF bug #872461: list.extend() described as experimentalRaymond Hettinger2004-01-081-3/+1
* __all__: Remove freenet_b64encode and freenet_b64decode.Barry Warsaw2004-01-071-1/+0
* Add the _bisectmodule.c source file to the pythoncore project - seems to have...Thomas Heller2004-01-061-0/+3
* Update information about building bsddb, particularly re with and withoutMark Hammond2004-01-061-11/+18
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-059-16/+261
* Small correction to exampleRaymond Hettinger2004-01-051-2/+3
* * Add various updates reflecting the last two weeks of checkins:Raymond Hettinger2004-01-051-3/+38
* [SF #866875] Add a specialized routine for one characterHye-Shik Chang2004-01-052-59/+150