]> granicus.if.org Git - python/shortlog
python
2004-02-07 Raymond HettingerLists work better when popping from the right.
2004-02-06 Raymond HettingerHave deques support high volume loads.
2004-02-06 Raymond HettingerSF patch #864059: optimize eval_frame
2004-02-06 Walter DörwaldFix test failure message (from SF patch #885008)
2004-02-06 Hye-Shik ChangBack rev 1.3 out per Raymond's request.
2004-02-06 Fred Drakeadded notes about weakref changes
2004-02-06 Hye-Shik ChangSimple is better than complex.
2004-02-05 Walter DörwaldFix reallocation bug in unicode.translate(): The code...
2004-02-04 Fred DrakeAllocating a new weakref object can cause existing...
2004-02-03 Fred Drakeminor markup adjustments
2004-02-03 Fred Drake- add tests that exercise fixes for the PyWeakref_NewRe...
2004-02-03 Fred DrakeFix bug in interpretation of the "callback" argument...
2004-02-03 Fred DrakeClarify minor point about the ref() and proxy() constru...
2004-02-02 Hye-Shik ChangFix input() builtin function to respect compiler flags.
2004-02-02 Hye-Shik ChangAdd FreeBSD support for bluetooth sockets. (SF Patch...
2004-02-02 Hye-Shik ChangAdd FreeBSD support for bluetooth sockets.
2004-02-01 Martin v. LöwisAdd collectionsmodule.c.
2004-01-31 Martin v. LöwisPatch #874083: Bluetooth support for socket module.
2004-01-29 Fred Drakeupdate dependency information
2004-01-29 Raymond HettingerAdd documentation for collections.deque().
2004-01-29 Raymond HettingerFix spelling.
2004-01-29 Raymond HettingerAdd documentation for collections.deque().
2004-01-29 Raymond Hettinger* Move collections.deque() in from the sandbox
2004-01-28 Hye-Shik ChangAdd missed entry for cjkcodecs._iso_2022_kr.
2004-01-27 Fred Drakefix whitespace style (inconsistent with the rest of...
2004-01-27 Brett CannonRemoved two unneeded lines from PyObject_Compare().
2004-01-27 Fred Drakeupdate signature of the socket constructor
2004-01-27 Armin RigoTwo forgotten Py_DECREF() for two out-of-memory conditions.
2004-01-27 Skip Montanaroadd hotshotmain ref
2004-01-27 Skip Montanaroadd hotshotmain.py ref
2004-01-26 Skip MontanaroThe bagpipe didn't say "no" (*), so here's a main progr...
2004-01-26 Fred Drakeadd missing period
2004-01-26 Fred Drakefix markup
2004-01-26 Skip Montanaroadd references between getopt and optparse docs
2004-01-26 Fred Drakedon't wrap lines too late by default
2004-01-26 Fred Drakemake this distutils doc match the other in using boiler...
2004-01-25 Tim PetersAdded the cjkcodecs files to the MSVC 6 build.
2004-01-23 Fred Drakeno reason not to use boilerplate.tex now that it names...
2004-01-23 Hye-Shik ChangFix MSVC6 warnings. (spotted by Tim Peters)
2004-01-23 Fred Drakefix some sloppy markup to use \guilabel
2004-01-23 Fred Drakeadd \guilabel macro to mark labels that occur in user...
2004-01-23 Fred Drakefix method name in example code
2004-01-21 Kurt B. KaiserThere was an error in the Tk error dialog fix at Rev...
2004-01-21 Kurt B. Kaiserrpc.py:SocketIO - Large modules were generating large...
2004-01-21 Kurt B. KaiserAdded a Tk error dialog to run.py inform the user if...
2004-01-21 Fred Drakeadd direct link to the article in DDJ
2004-01-21 Skip Montanaroexpand on notion of row object type
2004-01-21 Skip Montanarotypo
2004-01-21 Martin v. LöwisAdd cjkcodecs to build process
2004-01-20 Barry Warsawpwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improve...
2004-01-20 Barry Warsawgrp_getgrgid(), grp_getgrnam(): Patch # 868499, improve...
2004-01-20 Raymond HettingerAdd a Guido inspired example for groupby().
2004-01-20 Marc-André... Add news item about change in encodings search function.
2004-01-20 Gustavo NiemeyerRemoving TODO comment for None keys, as suggested by...
2004-01-20 Gustavo NiemeyerWhen key is None, give up if _DB_get_type() returns...
2004-01-20 Gustavo NiemeyerFixing #880531: raise TypeError when trying to use...
2004-01-20 Marc-André... Let the default encodings search function lookup aliase...
2004-01-20 Marc-André... Add some more code page aliases needed for completeness.
2004-01-20 Hye-Shik ChangFix a typo: s/iso_3022/iso2022/
2004-01-20 Hye-Shik ChangTest not the standard utf-8 codec but gb18030 which...
2004-01-18 Tim PetersFor whatever reason, these files had \r\r\n line ending...
2004-01-18 Tim PetersRevert another local change that snuck into a whitespac...
2004-01-18 Tim PetersRevert change accidentally checked in as part of a...
2004-01-18 Tim PetersWhitespace normalization.
2004-01-18 Andrew M. KuchlingAdd CJK codecs
2004-01-17 Hye-Shik ChangAdd a news entry for importing of CJK codecs.
2004-01-17 Hye-Shik ChangAdd CJK codecs support as discussed on python-dev....
2004-01-17 Skip Montanarodocument PEP 11 progress so far.
2004-01-17 Skip MontanaroRemove support for SunOS 4.
2004-01-17 Martin v. LöwisMore updates for zlib 1.2.1
2004-01-17 Martin v. LöwisUpdate to 1.2.1 for release build too.
2004-01-17 Skip MontanaroRemove support for DYNIX, IRIX 4, --with-sgi-dl, -...
2004-01-17 Skip MontanaroRemove support for systems defining __d6_pthread_create.
2004-01-17 Skip Montanaroremove DGUX support.
2004-01-17 Skip MontanaroRemove support for minix.
2004-01-16 Fred Drake- add warning that hotshot doesn't work well with threads
2004-01-16 Fred Drakeminor markup improvements
2004-01-16 Andrew M. KuchlingMake parameter names in docstring more mnemonic
2004-01-13 Fred Drakeadd a note about memory consumption and LaTeX
2004-01-13 Fred Drake- add comment about $CUSTOM_BUTTONS
2004-01-13 Fred Drakemarkup changes
2004-01-13 Gregory P.... __init__.py: keep it compatible with older python...
2004-01-11 Raymond HettingerSF Patch #871704: Py_SequenceFast can mask errors
2004-01-11 Andrew M. Kuchling[Bug #873205] Update URL
2004-01-11 Jack JansenMore cases of input parameters passed by reference...
2004-01-11 Jack JansenAdded support for APIs in QuickTimeMusic.h. This one...
2004-01-10 Sjoerd MullenderThe format of the string data used in the imageop modul...
2004-01-09 Jack JansenAdded support for APIs in MediaHandlers.h.
2004-01-09 Jeremy HyltonUpdate Windows build to use zlib 1.2.1
2004-01-08 Andrew M. KuchlingFix some digicool addresses I noticed
2004-01-08 Fred Drakeadd link to the red-dove.com page about the logging...
2004-01-08 Fred Drakeadd new reference macro: \seelink
2004-01-08 Raymond HettingerSF bug #872461: list.extend() described as experimental
2004-01-07 Barry Warsaw__all__: Remove freenet_b64encode and freenet_b64decode.
2004-01-06 Thomas HellerAdd the _bisectmodule.c source file to the pythoncore...
2004-01-06 Mark HammondUpdate information about building bsddb, particularly...
2004-01-05 Raymond HettingerSF Patch #864863: Bisect C implementation
2004-01-05 Raymond HettingerSmall correction to example
2004-01-05 Raymond Hettinger* Add various updates reflecting the last two weeks...
2004-01-05 Hye-Shik Chang[SF #866875] Add a specialized routine for one character
next