]> granicus.if.org Git - python/shortlog
python
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
2004-01-04 Jack JansenAllow passing NULL pointers by passing None. This also...
2004-01-04 Raymond HettingerShow how to re-enable GC during timings.
2004-01-04 Hye-Shik ChangFIx unicodefilename support of posix.uname(). This...
2004-01-04 Raymond HettingerExercise sorted() where possible
2004-01-04 Raymond HettingerApply pre-sizing optimization to a broader class of...
2004-01-04 Martin v. LöwisBump build number
2004-01-04 Raymond HettingerApply map/zip pre-sizing optimization to a broader...
2004-01-04 Raymond HettingerApply tuple/list pre-sizing optimization to a broader...
2004-01-04 Raymond HettingerConvert return value to boolean.
2004-01-04 Raymond HettingerSF patch #868736: Disable GC for timeit
2004-01-04 Raymond HettingerFix small factual error.
2004-01-04 Tim PetersUpdate to record .pyd files removed for Python 2.4.
2004-01-04 Tim PetersThat's it -- works as well under VC6 as it ever did...
2004-01-04 Tim PetersThe _tkinter subproject works with VC6 again.
2004-01-04 Tim PetersThe bz2 subproject works with VC6 again.
2004-01-04 Tim PetersThe _ssl subproject may <heh> be working w/ VC6 again.
2004-01-04 Tim PetersThe _bsddb subproject works again under VC6.
2004-01-04 Tim PetersRemoved dead text about MS subprojects that no longer...
2004-01-04 Tim PetersGetting closer (but not yet there) to being able to...
2004-01-04 Barry WarsawDocumentation for new RFC 3548 functions.
2004-01-04 Barry WarsawAdd note about new base64.py module support for RFC...
2004-01-04 Barry WarsawMore complete code coverage, including testing the...
2004-01-04 Barry WarsawAdded more complete RFC 3548 support for Base64, Base32...
2004-01-03 Hye-Shik ChangCosmetic fix for wrongly indented tabs with ts=4.
2004-01-03 Jack JansenAdded interfaces for most of the stuff in QuickTimeComp...
2004-01-03 Tim PetersTons of changes to get this closer to being buildable...
2004-01-02 Jack JansenAdded support for ImageCompression.h APIs.
2004-01-02 Jack JansenUpdated for QuickTime 6.0, Universal Header 3.4.2.
2004-01-02 Jeremy HyltonAdd comment to mollify Tim.
next