]> granicus.if.org Git - python/shortlog
python
2004-02-10 Raymond HettingerMake reversed() transparent with respect to length.
2004-02-10 Raymond HettingerGive itertools.repeat() a length method.
2004-02-09 Fred Drakethe \file macro is no longer a good example of where...
2004-02-09 Fred Drakesupport \e in \file and \filenq; this is useful for...
2004-02-09 Andrew M. KuchlingMinor edits
2004-02-09 Thomas HellerDocumentation for PyDescr_NewClassMethod was missing...
2004-02-08 Raymond HettingerSF patch #892821: example for urllib2 has SyntaxError
2004-02-08 Raymond HettingerFix misspelled name.
2004-02-08 Raymond HettingerFix typo
2004-02-08 Raymond HettingerSF patch #884022: dynamic execution profiling vs opcod...
2004-02-08 Raymond HettingerSF patch #880552: Fix typo in usage message(prechm.py)
2004-02-08 Raymond HettingerSF patch #875689: >100k alloc wasted on startup
2004-02-08 Raymond HettingerSF bug #892854: typo in textwrap doc page
2004-02-08 Raymond HettingerSF bug #892492: Multiple close() for asyncore.dispatcher.
2004-02-08 Raymond HettingerRevert improvement to list.append() checked in before...
2004-02-08 Raymond HettingerLet reversed() work with itself.
2004-02-08 Jim FultonFixed a bug in object.__reduce_ex__ (reduce_2) when...
2004-02-08 Raymond HettingerMake deque.rotate() smarter. Beef-up related tests.
2004-02-07 Barry WarsawPatch #868499, adds -T option for code coverage. The...
2004-02-07 Raymond Hettinger* Incorporate Skip's suggestions for documentation...
2004-02-07 Skip Montanarono longer support linux1 platform
2004-02-07 Skip Montanarono longer support sunos4 platform
2004-02-07 Skip MontanaroRemove support for --without-universal-newlines (see...
2004-02-07 Skip MontanaroRemove support for systems defining Py_PTHREAD_D[467] in
2004-02-07 Skip MontanaroRemove HAVE_STRPTIME - no longer necessary with the...
2004-02-07 Skip Montanaroa couple other sunos4 support items removed
2004-02-07 Raymond HettingerUse collection.deque() instead of a list for a FIFO...
2004-02-07 Raymond Hettinger* Fix ref counting in extend() and extendleft().
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, -...
next