]> granicus.if.org Git - python/shortlog
python
2003-09-27 Fred Drakeadd commontex/ to the list of directories described...
2003-09-27 Fred Drakepoint to the new location of the license information
2003-09-27 Fred DrakeMove content input files shared among the documents...
2003-09-27 Fred Drake- use string methods
2003-09-27 Fred DrakeFix the most recent change to the invocation of the...
2003-09-27 Raymond HettingerFix spelling and add markup.
2003-09-26 Andrew M. Kuchling[Bug #812936] Correct the documentation for RotatingFil...
2003-09-25 Fred Drakedefine a variable to specify the mkhowto program itself...
2003-09-25 Skip MontanaroTypo. HAVE_SYNC -> HAVE_FSYNC
2003-09-25 Skip MontanaroType. HAVE_SYNC -> HAVE_FSYNC
2003-09-25 Skip MontanaroTypo: HAVE_SYNC -> HAVE_FSYNC
2003-09-25 Thomas HellerTypo: sys.prefex -> sys.prefix
2003-09-24 Skip MontanaroAdd a glossary to the tutorial. Also generate an index...
2003-09-24 Skip Montanarofirst cut at a glossary
2003-09-24 Fred Drake- update to reflect that base classes can be class...
2003-09-24 Raymond HettingerFix whitespace in example
2003-09-24 Raymond HettingerFix typo in the comments.
2003-09-24 Raymond HettingerAdd more identity tests.
2003-09-24 Anthony Baxterupdates from sean
2003-09-23 Thomas HellerBuild number for Python 2.3.1.
2003-09-23 Thomas HellerLet IDLE use the HTMLHelp docs on Windows, if found.
2003-09-23 Thomas HellerChange the default window size to 1024x768. This shows...
2003-09-23 Raymond HettingerAdded codec for bz2 compression.
2003-09-23 Anthony Baxternote about HP compiler. CC="cc -Ae" is least broken...
2003-09-23 Steve PurcellTopical change: use 'startswith()' to identify test...
2003-09-23 Fred Drakeadd entry for 2.3.1
2003-09-23 Anthony Baxterinclude 2.3.1
2003-09-22 Tim PetersPlaySoundTest.test_alias_nofallback(): Simplified...
2003-09-22 Tim PetersPlaySoundTest.test_alias_fallback(): Disabled this...
2003-09-22 Raymond HettingerSF 810242. Fix doubled word errors.
2003-09-22 Guido van RossumNew for unittest.py.
2003-09-22 Raymond HettingerSF 810242. Fix doubled word errors.
2003-09-22 Walter DörwaldAvoid list as a variable name.
2003-09-22 Marc-André... Added test whether wchar_t is signed or not. A signed...
2003-09-22 Steve Purcell- Fixed loading of tests by name when name refers to...
2003-09-22 Raymond HettingerClean-up example code: remove string module and backticks.
2003-09-22 Jeremy HyltonFix SF bug [ 808594 ] leak on lambda with duplicate...
2003-09-22 Gregory P.... Add BerkeleyDB 4.2 to the library search for the bsddb...
2003-09-21 Gregory P.... minor correction. python 2.3 was released with the...
2003-09-21 Gregory P.... raise pybsddb version number to 4.2.1 to differentiate...
2003-09-21 Raymond HettingerImprove and expand identity tests.
2003-09-21 Gregory P.... Adds basic support for BerkeleyDB 4.2.x. Compiles...
2003-09-20 Gregory P.... Maintain backwards compatibility with python < 2.3...
2003-09-20 Tim PetersSF patch 809915: Fix bogus address to hopefully always...
2003-09-20 Tim Peterstest__locale (two underscores) can't pass on Windows...
2003-09-20 Martin v. LöwisPatch #800697: Add readline.clear_history.
2003-09-20 Martin v. LöwisPatch #707167: Pass dircache exceptions to the caller...
2003-09-20 Martin v. LöwisCheck for declarations of fchdir and fsync. Fixes ...
2003-09-20 Martin v. LöwisPatch #730597: Disable POPEN for RTEMS.
2003-09-20 Martin v. LöwisPatch #805613: Fix usage of the PTH library.
2003-09-20 Martin v. LöwisPatch #808362: Fix typos.
2003-09-20 Martin v. LöwisPatch #713645: Fix typo.
2003-09-20 Martin v. LöwisPatch #793559: Reset __starttext_tag. Fixes #709491...
2003-09-20 Martin v. LöwisPatch #805976: Add DOTBOX and UNDERLINE.
2003-09-20 Martin v. LöwisPatch #805678: Add .so symlink during make install...
2003-09-20 Martin v. LöwisPatch #805604: Do not check for sem_init, do not use...
2003-09-19 Brett CannonImprove detection of whether tzset is broken.
2003-09-17 Thomas HellerFix a typo found by Eric D. Moyer, closes SF 807813.
2003-09-17 Raymond HettingerSF patch #806246: use basestring where possible
2003-09-16 Raymond Hettinger* Minor wording change
2003-09-16 Raymond HettingerMinor fixups
2003-09-16 Tim PetersOn c.l.py, Martin v. Löwis said that Py_UNICODE could...
2003-09-16 Jeremy HyltonDouble-fix of crash in Unicode freelist handling.
2003-09-16 Raymond HettingerFix leak in classobject.c. The leak surfaced on the...
2003-09-16 Raymond HettingerTest __all__ for unittest.py
2003-09-16 Raymond HettingerImprove the leak fix so that PyTuple_New is only called...
2003-09-16 Jeremy HyltonChange checks of PyUnicode_Resize() return value for...
2003-09-16 Jeremy HyltonCorrect check of PyUnicode_Resize() return value.
2003-09-16 Jeremy HyltonReflow long lines and reformat.
2003-09-15 Raymond HettingerFix leak discovered in test_new by Michael Hudson.
2003-09-15 Raymond HettingerSF bug #804113: Crypto terminology for crypto hash...
2003-09-15 Andrew M. KuchlingRemove possibly-misleading Expat version
2003-09-15 Steve PurcellExplicitly define public symbols via __all__: see discu...
2003-09-13 Raymond Hettinger* Converted test to unittest format.
2003-09-13 Raymond HettingerThe previous change works much faster (one lookup per...
2003-09-13 Raymond HettingerSF bug #804115: bad argument handling(unittest.py)
2003-09-13 Raymond HettingerSimplify doctest of tee().
2003-09-12 Martin v. LöwisPatch #793021: Implement htmllib.HTMLParser.reset....
2003-09-12 Martin v. LöwisPatch #790000: Allow os.access to handle Unicode file...
2003-09-12 Raymond HettingerSF #662923
2003-09-12 Raymond HettingerSF bug #804280: fromkeys is not listed in index
2003-09-11 Fred Drakefix markup buglets
2003-09-11 Fred Drake- added many links into the library reference
2003-09-11 Fred Drake- add several links into the library reference
2003-09-11 Fred Drakeremove useless <br/> from the top navigation panel
2003-09-11 Fred Draketry to fix up the padding inside a notice environment...
2003-09-10 Raymond HettingerSF patch #803449: modernize demo scripts
2003-09-10 Fred Drake- add version annotation for HIGHEST_PROTOCOL
2003-09-10 Jeremy HyltonOops. Really fix the indentation problem this time.
2003-09-10 Jeremy HyltonFix inconsistent mix of tabs and spaces that caused...
2003-09-10 Brett Cannonselect.select() now accepts a sequence (as defined...
2003-09-10 Skip Montanaromention new module doc display feature of pydoc in...
2003-09-10 Raymond HettingerSF bug #803679: Missing section number in csv module...
2003-09-10 Raymond HettingerSF bug #803842: Wrong description of regexp concatenation
2003-09-10 Skip Montanarodisplay link to module docs when it looks like the...
2003-09-10 Raymond HettingerSF bug #802302: Invalid documentation for dbhash.
2003-09-10 Raymond HettingerSF patch #800899: Making "|" directive from REs a...
2003-09-10 Kurt B. KaiserPython Bug 775061
2003-09-10 Raymond HettingerFix typo.
2003-09-09 Fred Drakeend-of-sentence punctuation comes *before* \footnote...
next