]> granicus.if.org Git - python/shortlog
python
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...
2004-05-26 Michael W.... Remove float_compare as per
2004-05-26 Michael W.... Band-aid type fix for
2004-05-26 Raymond HettingerFill-in the introductory paragraph for the library...
2004-05-26 Raymond HettingerAdd a further tour of the standard library.
2004-05-25 Raymond HettingerFollow official recommendation for domain names in...
2004-05-24 Skip Montanarostupid, stupid, stupid... raw_input() already supports...
2004-05-23 Skip MontanaroAdd example that uses readline.readline().
2004-05-23 Skip MontanaroExposed readline() function from the readline module.
2004-05-22 Raymond HettingerMake sure sets are printed in sorted order
2004-05-22 Raymond HettingerUpdated to reflect new types.
2004-05-21 Raymond Hettinger* teach repr.repr() about collections.deque()
2004-05-21 Raymond Hettinger* Updated repr.py to handle set() and frozenset().
2004-05-20 Raymond HettingerAdd a test to verify an early call to iter() on the...
2004-05-20 Raymond HettingerClarify when iter() is first called in generator expres...
2004-05-20 Piers LauderAdded description for authenticate and namespace
2004-05-20 Piers LauderFixed IMAP4_SSL read bug introduced by patch 956394
2004-05-20 Piers LauderFixed IMAP4_SSL read and readlines code per patch 956394
2004-05-19 Raymond HettingerImproved wording for generator expressions.
2004-05-19 Raymond HettingerSF bug #949329: sets.Set() --> set()
2004-05-19 Raymond HettingerAdd more docs for generator expressions.
2004-05-19 Armin RigoApplying SF patch #949329 on behalf of Raymond Hettinger.
2004-05-19 Andrew M. KuchlingSet data pointer to NULL after an error; this keeps...
2004-05-19 Raymond HettingerSF patch #872326: Generator expression implementation
2004-05-18 Raymond HettingerMake type check work with subclasses
2004-05-18 Fred Drakeadd some notes about the changes to ConfigParser
next