]> granicus.if.org Git - python/shortlog
python
2003-09-30 Anthony Baxterworkaround for OpenBSD compiler bug w.r.t. handling...
2003-09-30 Steve PurcellRemoved redundant 'return' statement. (Issue 813159)
2003-09-30 Anthony Baxteradded 2.3.2
2003-09-29 Fred DrakeUpdate to match the version used to build the 2.3.2c1...
2003-09-28 Fred Drake- change computation of VERSION to use tools/getversion...
2003-09-28 Fred DrakeMake the embedded hyperlinks work.
2003-09-28 Fred Drake- update pkglist.html more frequently, and explain...
2003-09-28 Fred DrakeUpdate the list of directories passed to py2texi.el...
2003-09-28 Fred DrakeMake the "path math" more robust, and support both...
2003-09-27 Gregory P.... Use a threadsafe private DBEnv for each bsddb compatibi...
2003-09-27 Fred DrakeLoad the version information from ../Include/patchlevel...
2003-09-27 Raymond Hettinger* Fix markup.
2003-09-27 Thomas HellerThe windows build number for 2.3.2c1 is 48
2003-09-27 Thomas Hellerre.sub expands escape sequences in it's second argument.
2003-09-27 Thomas HellerTypo: documnetation -> documentation
2003-09-27 Fred DrakeLots of markup corrections. Some are minor, but others...
2003-09-27 Fred DrakeMake sure LaTeX2HTML's $TEXINPUTS variable is initializ...
2003-09-27 Anthony Baxterfix for bug #811160 - autoconf vs. hp/ux system header...
2003-09-27 Fred Drakeupdate one more reference to a file that moved from...
2003-09-27 Fred DrakeAdjust the organization a bit and update some of the...
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
next