]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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.
2004-06-02  Walter DörwaldRename class attribute containing the class to be teste...
2004-06-02  Andrew M. KuchlingRemove reference to pcre module
2004-06-02  Andrew M. KuchlingRemove pcre module
2004-06-02  Andrew M. KuchlingDon't build the pcre module any more
2004-06-02  Andrew M. KuchlingRemove reference to pcre module
2004-06-02  Andrew M. KuchlingRemove pre module
2004-06-02  Hye-Shik ChangFix grammar hopefully. :)
2004-06-02  Hye-Shik Chang- SF #962502: Add two more methods for unicode type...
2004-06-02  Andrew M. KuchlingAdd a name (old change sitting in my tree)
2004-06-02  Andrew M. KuchlingRemove old reminder
2004-06-02  Jack JansenCGMainDisplayID() doesn't exist on 10.1, so don't try...
2004-06-02  Thomas HellerRecord Python 2.3.4 (final) build number.
2004-06-02  Martin v. LöwisThe expression list in inheritance is not optional...
2004-06-02  Martin v. LöwisMove grammar rule for lambda_form into section on lambd...
2004-06-02  Martin v. LöwisFix typo reported in #964592. Will backport to 2.3.
2004-06-02  Martin v. LöwisDocument PyModule_AddIntConstant to take a long. Fixes...
2004-06-02  Martin v. LöwisPatch #924294: Do not check for AF_INET6 if it is not...
2004-06-02  Vinay SajipCopyright year changed
2004-06-02  Martin v. LöwisPatch #954115: Fix os.stat handling of UNC roots.
2004-06-02  Piers LauderAdded IMAP4_stream to __all__
2004-06-01  Tim Peterstest_hash(): The test here is different enough from...
2004-06-01  Martin v. LöwisAdd genobject.c
2004-06-01  Raymond HettingerAdd genobject.c to the MSVC++ 6.0 build.
2004-06-01  Martin v. LöwisPatch #957398: Add public API for Generator Object...
2004-06-01  Andrew M. Kuchling[Bug #962631] Fix typo reported by Bryan Blackburn
2004-06-01  Raymond HettingerSF bug #942952: Weakness in tuple hash
2004-06-01  Martin v. LöwisSilence noise in regrtest.
2004-05-31  Raymond HettingerFixup spacing in an example.
2004-05-31  Martin v. LöwisCopy from python-2.3.spec. Incorporate patch #961465:
2004-05-31  Tim PetersSF patch 959726: sdist versus SVN
2004-05-31  Martin v. LöwisPatch #932930: suggest the use of rawstrings for backsl...
2004-05-31  Martin v. LöwisPatch #963318: Add support for client-side cookie manag...
2004-05-31  Walter DörwaldPort the dictionary tests from test_types.py to unittes...
2004-05-31  Walter DörwaldFix typo (from SF bug #962602)
2004-05-31  Raymond HettingerAdd weakref support to sockets and re pattern objects.
2004-05-31  Raymond HettingerAdd weakref support to sockets and re pattern objects.
2004-05-31  Raymond HettingerAdd weakref support to array.array and file objects.
2004-05-30  Raymond HettingerMake sets and deques weak referencable.
2004-05-28  Walter DörwaldUpdate docstring for dict.update() to match the new...
2004-05-28  Fred Drakestarting to add comments to explain what's here
2004-05-27  Walter DörwaldThe default argument in dict.setdefault() defaults...
2004-05-27  Walter DörwaldThe default argument in dict.setdefault() defaults...
next