]> granicus.if.org Git - python/shortlog
python
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...
2004-06-05 Raymond HettingerSF bug #964230: random.choice([]) should return more...
2004-06-05 Andrew M. Kuchling[Bug #954364] inspect.getframeinfo() sometimes produces...
2004-06-05 Hye-Shik ChangFix a bug that robotparser starves memory when the...
2004-06-05 Andrew M. Kuchling[Bug #841757] Patch from /F to allow Unicode strings...
2004-06-05 Andrew M. Kuchling[Bug #841757] Exercise handling of Unicode strings
2004-06-05 Raymond HettingerSF bug #963956: Bad error mesage when subclassing...
2004-06-05 Brett CannonRefactored site.py into functions. Also moved over...
2004-06-04 Martin v. LöwisPatch #926209: Patch to setup.py to run on x86_64 Linux.
2004-06-04 Hye-Shik ChangSF #966375: Fix typo (Reported by Kristian Ovaska)
2004-06-04 Raymond HettingerReplaced arbitrary addend in tuple_hash with one that...
2004-06-04 Raymond HettingerSF patch #961387: Make IDLE's paragraph reformatting...
2004-06-04 Hye-Shik ChangReuse width/iswide tests from strings_test. (Suggested...
2004-06-04 Hye-Shik ChangAdd comments for unicode-only methods to give hints...
2004-06-04 Hye-Shik ChangFix typo.
2004-06-04 Hye-Shik ChangAdd iswide() and width() method for UserString accordin...
2004-06-03 Jack JansenFix for #860242: use correct names in the "save prefere...
2004-06-03 Jack Jansen- Fix for #862941: "run with commandline python" crashe...
2004-06-03 Fred Drakeif we must argue over the/they, we can just remove...
2004-06-03 Fred Drakeavoid backticks in examples; use repr() instead
2004-06-03 Jack JansenFix for #932977: MacOSX does not pass the whole pathnam...
2004-06-03 Jack JansenOn startup, attempt to set the working directory to...
2004-06-03 Raymond HettingerFix typo: the-->they
2004-06-03 Guido van RossumFix typo.
2004-06-03 Michael W.... Small clarification.
2004-06-03 Jack JansenVery large scripts folders could crash the IDE, because...
2004-06-03 Fred Drake- fix typo reported by John Belmonte
2004-06-03 Martin v. LöwisWarn abou missing mutate flag to ioctl. Fixes #696535.
2004-06-03 Jack JansenPartial fix for #887242 (link extensions with dynamic_l...
2004-06-03 Hye-Shik ChangFix the grammar a bit more. (Adjusted by Tony Meyer)
2004-06-03 Martin v. LöwisDrop claims that Unicode always means UCS-2. Fixes...
2004-06-03 Martin v. LöwisDocument string methods that are locale-dependent....
2004-06-03 Martin v. LöwisPatch #929192: Improvements to bluetooth support.
2004-06-03 Martin v. LöwisPatch #957240: Add count parameter to asyncore.loop.
2004-06-03 Martin v. LöwisOne more attempt to fix the grammar.
2004-06-03 Greg WardSF #965425: fix so hyphenated words surrounded by punct...
2004-06-02 Jack JansenDo an actual test for xcodebuild, in stead of relying...
2004-06-02 Thomas HellerRemove the pcre module.
next