]> granicus.if.org Git - python/shortlog
python
2004-06-29 Brett CannonFix stupid mistake of forgetting to mention that the...
2004-06-29 Brett Cannonrsync is now a recognized protocol that uses "netloc...
2004-06-29 Brett CannonChanged applicable use of ``char *`` declarations that...
2004-06-28 Martin v. LöwisAdd readme.txt
2004-06-28 Raymond HettingerPatch from Mark Hammond to fix a test error.
2004-06-28 Gregory P.... Adds support for DB.pget and DBCursor.pget methods.
2004-06-28 Gregory P.... Add weakref support to all bsddb.db objects.
2004-06-28 Barry WarsawAdded socket.getservbyport(), and make its second argum...
2004-06-28 Brett CannonAdd missing backslash for PyDateTimeAPI->Delta_FromDelt...
2004-06-27 Gregory P.... raise the module minor version.
2004-06-27 Gregory P.... SF patch / bug #967763
2004-06-27 Brett CannonAdd code for a range function that uses generators.
2004-06-27 Gregory P.... Fix SF bug # 897820 - we can no longer use the DB_TRUNC...
2004-06-27 Tim Peterssizeof(char) is 1, by definition, so get rid of that...
2004-06-27 Martin v. LöwisPatch #923098: Share interned strings in marshal.
2004-06-27 Martin v. LöwisPatch #966493: Cleanup generator/eval_frame exposure.
2004-06-27 Brett CannonMention Py_RETURN_NONE when introducing the idiom of...
2004-06-27 Raymond Hettinger* Silence a test failure that resulted when test_site...
2004-06-26 Raymond HettingerSF bug #980419: int left-shift causes memory leak
2004-06-26 Brett CannonClarify sentence at end of Intermezzo section stating...
2004-06-26 Skip MontanaroInstall Barry's smtpd.py daemon.
2004-06-26 Skip Montanaroremove debugging print
2004-06-26 Skip MontanaroAllow classes from other modules to be specified at...
2004-06-26 Raymond HettingerAdd a comment with implementation notes.
2004-06-26 Raymond HettingerGet ceval.c to compile again by moving declarations...
2004-06-26 Brett CannonModules/getpath.c now compiles properly under OS X...
2004-06-25 Nicholas BastinMassive performance improvement for C extension and...
2004-06-25 Fred DrakeMake distutils "install --home" support all platforms.
2004-06-25 Raymond HettingerCosmetic spacing fix.
2004-06-25 Raymond HettingerFix leak found by Eric Huss.
2004-06-25 Raymond HettingerFix leak found by Eric Huss.
2004-06-25 Fred Drakeadd boilerplate so the test modules can be run as scripts
2004-06-24 Raymond HettingerMove NOP to end of code transformation.
2004-06-24 Fred Drakemove the note about the bsddb185 module above the ...
2004-06-24 Brett CannonAdd compilation of timemodule.c with datetimemodule...
2004-06-24 Brett CannonChange comment from C++ style to C.
2004-06-22 Nicholas BastinLess ugly #ifdefs for C profiling fix
2004-06-22 Nicholas BastinOne forgotten C profiling #ifdef
2004-06-22 Nicholas BastinMaking C profiling a configure option (at least tempora...
2004-06-21 Raymond HettingerInstall two code generation optimizations that depend...
2004-06-21 Fred Drakeadd a couple of tests for the build_scripts command
2004-06-20 Tim PetersSF patch 876130: add C API to datetime module, from...
2004-06-20 Martin v. LöwisPatch #975885: print file name in err msg in quiet...
2004-06-20 Raymond HettingerImprove the documented advice on how to best use heapq...
2004-06-20 Raymond HettingerUse PyArg_UnpackTuple() where possible.
2004-06-20 Tim PetersBug 975996: Add _PyTime_DoubleToTimet to C API
2004-06-19 Brett Cannonshutil.move() will raise an exception when trying to...
2004-06-19 Brett CannonAdd news item about raising ValueError when timemodule...
2004-06-19 Brett CannonRaise ValueError when value being stored in a time_t...
2004-06-19 Marc-André... Added normalization for Windows system name. Closes...
2004-06-19 Brett CannonChange pydoc.stripid() be able to match against 64...
2004-06-19 Brett Cannonpydoc.stripid() is now case-insensitive for its regex...
2004-06-18 Fred Drakefix typo
2004-06-18 Sjoerd MullenderIf self.packages is None (this can happen, I saw it...
2004-06-18 Nicholas BastinDisabling end-of-loop code not reached warning on SunPro
2004-06-18 Thomas HellerRebuild the wininst.exe files.
2004-06-18 Thomas HellerThe wininst.exe is no longer compressed with UPX.
2004-06-18 Thomas HellerFix an obvious typo (It *is* a typo, or not?)
2004-06-18 Thomas HellerWhen loading the Python dll to run the postinstall...
2004-06-18 Thomas HellerThe 'distributing python modules' manual now has an...
2004-06-18 Thomas HellerFix typo - the module is named distutils.util.
2004-06-18 Skip Montanaroallow developers to more easily build a profiling versi...
2004-06-17 Fred DrakeUse getopt where possible, so this supports option...
2004-06-17 Brett CannonAdd apparently missing word for InvalidStateError defin...
2004-06-17 Fred Drakefix bug: list of data files was initialized too soon...
2004-06-17 Fred Drakemove support code to a helper module to ease re-use
2004-06-17 Fred Drake- add link to the downloadable package in the generated...
2004-06-17 Nicholas BastinFixed end-of-loop code not reached warning when using...
2004-06-17 Fred Drakemake the tarball available for download instead of...
2004-06-17 Michael W.... silly typo
2004-06-17 Michael W.... add missing closing quote.
2004-06-17 Armin RigoPerformance tweak: allow stack_pointer and oparg to...
2004-06-16 Martin v. LöwisComment that getfilesystemencoding returns mbcs even...
2004-06-15 Raymond HettingerReverse argument order for nsmallest() and nlargest().
2004-06-15 Martin v. LöwisReturn unicode strings from _getfullpathname even on...
2004-06-15 Martin v. LöwisRemove CRLF from project files.
2004-06-15 Fred Drakeadd a test that actually installs some scripts
2004-06-15 Fred DrakeOne unit test for distutils is not much, but is more...
2004-06-15 Raymond HettingerSF bug #973092: inspect.getframeinfo bug if 'context...
2004-06-14 Fred Drakeadd a pointer to the Distutils Cookbook
2004-06-14 Raymond HettingerPatch #826074: cmath.log optional base argument, fixes...
2004-06-14 Martin v. LöwisBack out #957240.
2004-06-14 Raymond HettingerRemove a function no longer in use.
2004-06-14 Tim PetersTeach pythoncore project about new pystrtod.c for VC7...
2004-06-13 Neal NorwitzSF bug #970042, lockf() signature uses len, doc refers...
2004-06-13 Neal NorwitzSF patch #969180, hotshot incorrectly computes elapsed...
2004-06-13 Neal NorwitzRemove compiler warning
2004-06-13 Neal NorwitzMake private function static
2004-06-13 Neal NorwitzRemove warning (static not being first) when building...
2004-06-13 Neal NorwitzRemove warning about implicit declaration of strcmp()
2004-06-13 Raymond HettingerFixup error exits in nlargest() and nsmallest().
2004-06-13 Raymond HettingerApply heapq.nlargest() to find best matches.
2004-06-13 Raymond HettingerRemove unnecessary GC support. Sets cannot have cycles.
2004-06-13 Raymond HettingerAdd heapq to list of __all__ checks.
2004-06-13 Raymond HettingerInstall C version of heapq.nsmallest().
2004-06-12 Raymond HettingerInstall C version of heapq.nlargest().
2004-06-12 Michael W.... note a really bad test (no time to fix now)
2004-06-12 Raymond HettingerImprove the memory performance and speed of heapq.nsmal...
2004-06-12 Raymond HettingerMinor wording and spacing nits.
2004-06-12 Raymond HettingerComplete the list of weakreferencable objects.
next