]> granicus.if.org Git - python/shortlog
python
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.
2004-06-12 Raymond Hettinger* Factor out PyObject_SelfIter().
2004-06-11 Fred DrakeAdd support for package data.
2004-06-11 Michael W.... lightly modified version of my patch
2004-06-11 Anthony BaxterBug 957381: rpmbuild builds a -debuginfo rpm on recent...
2004-06-11 Anthony Baxterfix a poorly worded error message
2004-06-11 Anthony BaxterFix for bug #966623 - classes created with type() in...
2004-06-11 Skip Montanarodump HAVE_FOPENRF stuff - obsolete
2004-06-11 Skip MontanaroRespect a module's __all__ attribute. Closes #969938.
2004-06-10 Raymond HettingerFuther improvements to frozenset hashing (based on...
2004-06-10 Raymond HettingerFixups to the hash function for frozensets.
2004-06-10 Raymond HettingerAdd a final permutation step to the tuple hash function.
2004-06-10 Raymond HettingerConvert test_heapq.py to unittests.
2004-06-10 Raymond HettingerSF patch #969791: Add nlargest() and nsmallest() to...
2004-06-09 Thomas HellerDefining Py_GCC_ATTRIBUTE finds even some more undocume...
2004-06-09 Thomas HellerPublic Python functions are nowadays marked PyAPI_FUNC...
2004-06-09 Fred Drakemake a reference to the SimpleHTTPServer module a hyper...
2004-06-09 Neal NorwitzEnsure path is initialized to prevent freeing random...
2004-06-08 Tim Peterstest_devnull(): Use assertEqual() instead of an assert...
2004-06-08 Tim PetersTeach MSVC 6 about pystrtod.c.
2004-06-08 Martin v. LöwisPatch #774665: Make Python LC_NUMERIC agnostic.
2004-06-08 Brett CannonRemoved test_sitepackages test. Skip discovered that...
2004-06-08 Fred Drake- markup fix
2004-06-08 Martin v. LöwisFeature request #935915: Add os.path.devnull.
2004-06-08 Martin v. LöwisPatch #510695: Add TSC profiling for the VM.
2004-06-08 Neil SchemenauerNote that memory returned by PyBuffer_New is not specif...
2004-06-07 Tim PetersSF 952807: Unpickling pickled instances of subclasses...
2004-06-07 Raymond HettingerAdd genexps to the glossary.
2004-06-07 Thomas HellerFix a refcount bug in an obscure code corner.
2004-06-07 Thomas HellerFix a refcount bug in an obscure code corner.
2004-06-07 Skip MontanaroAnother nit found by Neal Norwitz using pychecker....
2004-06-07 Neal NorwitzCleanup: the in operator already returns a bool, no...
2004-06-07 Neal NorwitzThere is no reason to have an underscore after self
2004-06-07 Neal NorwitzRemove a useless operation, setting name to itself
2004-06-07 Skip Montanarocorrect name error caught by Neal Norwitz with pychecker
2004-06-07 Raymond HettingerFix typo in comment.
2004-06-06 Andrew M. Kuchling[Bug #953177] Mention .getlist(); text from Paul Moore
2004-06-06 Neal NorwitzPlug a few memory leaks in utime(). path is allocated...
2004-06-06 Neal NorwitzTry to improve test coverage for utime()
2004-06-06 Neal NorwitzValgrind was reporting an uninitialized read for bad...
2004-06-06 Neal NorwitzLook for the multibyte codec map files in the parent...
2004-06-06 Neal NorwitzAdd some doc about using valgrind
2004-06-06 Neal Norwitzwhoops, I wanted that commented out by default, will...
2004-06-06 Neal NorwitzSF bug 881641, make it easier to use valgrind
2004-06-06 Tim PetersSF 964876 mapping a 0 length file
2004-06-06 Phillip J. EbyAdded documentation to address SF bug #963246: limitati...
2004-06-06 Skip Montanaroadd -L flag to cause leaks(1) command to run just befor...
2004-06-06 Kurt B. KaiserNoam Raphel: Further developemt of CodeContext feature.
2004-06-06 Nicholas BastinDoc fix for SF #962633.
2004-06-05 Andrew M. KuchlingReword message
2004-06-05 Neil SchemenauerRemove a number of tests that differ only in input...
2004-06-05 Andrew M. KuchlingFix exception wording
2004-06-05 Andrew M. Kuchling[Bug #918710] Add paragraph to clarify docs
2004-06-05 Andrew M. Kuchling[Bug #758665] cgitb.scanvars() fails because of an...
2004-06-05 Neil SchemenauerRemove lots of magic constants.
2004-06-05 Andrew M. Kuchling[Bug #936837] Add missing word
2004-06-05 Hye-Shik ChangSF #877165: Give an info about what C++ compiler comman...
2004-06-05 Skip MontanaroRewrote to use temporary files instead of StringIO...
2004-06-05 Andrew M. Kuchling[Bug #897935] Fix fd leak in pty.spawn(). Reported...
2004-06-05 Andrew M. Kuchling[Bug #921657] Allow '@' in unquoted HTML attributes...
next