]> granicus.if.org Git - python/shortlog
python
2004-08-18 Martin v. LöwisPatch #995126: Correct directory size, and generate...
2004-08-18 Martin v. LöwisPatch #914291: Restore locale while readline is running.
2004-08-18 Martin v. LöwisPatch #1011144: Correct regex for coding decls.
2004-08-18 Martin v. LöwisPatch #980082: Missing INCREF in PyType_Ready.
2004-08-18 Martin v. LöwisPatch #800236: add HTTPResponse.getheaders().
2004-08-18 Johannes GijsbersPatch #1006219: let inspect.getsource show '@' decorato...
2004-08-18 Martin v. LöwisPatch #791776: Replace SMTPHandler.date_time with email...
2004-08-18 Martin v. LöwisPatch #764217: Add nametofont function, exists parameter.
2004-08-18 Raymond HettingerMove the bytecode optimizer upstream so that its result...
2004-08-18 Raymond HettingerVarious alpha 3 updates.
2004-08-18 Raymond HettingerDeprecate sys.exitfunc in favor of the atexit module.
2004-08-17 Michael W.... This is Mark Russell's patch:
2004-08-17 Edward LoperFixed bug in line-number finding for examples (DocTestP...
2004-08-17 Raymond HettingerThere are no longer any special case test skips.
2004-08-17 Raymond HettingerRemove test of obsolete trim() operation which was...
2004-08-17 Johannes GijsbersUse readline/raw_input() in pydoc.Helper.interact if...
2004-08-17 Thomas HellerThe get_installer_filename() method forgot to return...
2004-08-17 Raymond HettingerSF bug #833957: Ctrl+key combos stop working in IDLE
2004-08-17 Raymond HettingerThis file is no longer used in version 2.39.
2004-08-17 Raymond HettingerAdd two new files and update remaining tests from the...
2004-08-17 Raymond HettingerRevise max() and min() to comply with the 8/2/2004...
2004-08-17 Raymond Hettinger* Dynamically build a list of files to be tested (neces...
2004-08-17 Raymond HettingerSF bug #951482: New module: doc versus action
2004-08-17 Raymond HettingerSF bug #805304: super instances don't support item...
2004-08-16 Skip Montanarofix a couple problems with the last patch picked up...
2004-08-16 Andrew M. KuchlingTypo fix
2004-08-16 Barry WarsawTest cases and fixes for bugs described in patch #87341...
2004-08-16 Skip MontanaroBeing bsd-based, darwin/macosx has the same limitation...
2004-08-16 Matthias Klose- pygettext.py: Generate POT-Creation-Date header in...
2004-08-16 Matthias KloseThe attached patch fixes FTBFS on GNU/k*BSD. The probl...
2004-08-16 Raymond HettingerMinor improvements to the threading introduction:
2004-08-16 Raymond HettingerMinor formatting cleanup.
2004-08-16 Raymond Hettinger* Uncomment the SyntaxError doctest after Tim demonstra...
2004-08-15 Raymond HettingerFix punctuation typo.
2004-08-15 Raymond HettingerAdd a notes section to the docs:
2004-08-15 Raymond HettingerSF patch #872326: generator expression implementation
2004-08-15 Matthias Klose- Bug #891637, patch #1005466: fix inspect.getargs...
2004-08-15 Skip MontanaroAdd get_history_item and replace_history_item functions...
2004-08-15 Skip MontanaroMatch the def'n of _XOPEN_SOURCE on Solaris 8/9 to...
2004-08-15 Johannes GijsbersQuote \r\n correctly, remove random indentation (patch...
2004-08-15 Brett CannonCorrect the order of application for decorators. Meant...
2004-08-15 Brett CannonFix incorrect comment for (struct compiling)->c_cellvars
2004-08-14 Johannes GijsbersLet cgi.parse_header() properly unquote headers (patch...
2004-08-14 Johannes Gijsbersbug #989672: pdb.doc and the help messages for the...
2004-08-14 Johannes Gijsbersbug #990669: os.path.realpath() will resolve symlinks...
2004-08-14 Johannes GijsbersCatch OSError raised when src or dst argument to os...
2004-08-14 Johannes Gijsbersbug 990669: os.path.normpath may alter the meaning...
2004-08-14 Johannes Gijsbersbug #851123: shutil.copyfile will raise an exception...
2004-08-14 Johannes GijsbersUnwrap too-smart loop: we can't use `src` for both...
2004-08-14 Johannes GijsbersRaise an exception when src and dst refer to the same...
2004-08-14 Johannes GijsbersReset old locale after running tests. Not doing so...
2004-08-13 Tim PetersRemoved item about an asyncore patch that got backed...
2004-08-13 Tim PetersAnother microburst of snail-like progress.
2004-08-13 Andrew M. KuchlingBack out patch #982681
2004-08-13 Brett Cannon'inspect' was not listing the functions in a module...
2004-08-13 Martin v. LöwisHelp compiling icons into an exe, for use with MSI...
2004-08-13 Raymond HettingerConvert weak iterators to generator form.
2004-08-13 Tim PetersWhitespace normalization.
2004-08-13 Tim PetersDoctest has new traceback gimmicks in 2.4. While tryin...
2004-08-13 Neal NorwitzSF patch #1005778, Fix seg fault if list object is...
2004-08-13 Fred Drakemake exception propogation more efficient; this avoids...
2004-08-13 Fred Drakeinclude at least one example of an exception passing...
2004-08-13 Neal NorwitzSF #1005913, Patch to allow building of paper-*/dist...
2004-08-13 Neal NorwitzFix the version number in which changes were made
2004-08-13 Tim PetersNit in _IS_BLANK_OR_COMMENT comment -- it doesn't matte...
2004-08-13 Tim PetersMarkup fiddling.
2004-08-12 Tim PetersExcruciatingly slow progress on the docs. Option flags...
2004-08-12 Tim PetersBoosted the stack reservation for python.exe and python...
2004-08-12 Michael W.... Report refleaks to stderr as the tests run as well...
2004-08-12 Michael W.... This is my patch:
2004-08-12 Tim Peterscode_new(): Wouldn't compile on Windows, because of...
2004-08-12 Michael W.... This is my patch
2004-08-12 Michael W.... A NEWS entry for my last checked in change (I've gotten...
2004-08-12 Michael W.... Fix bug
2004-08-12 Martin v. LöwisPatch #1005468: Disambiguate "min() or max()" exception...
2004-08-12 Martin v. LöwisPatch #1006916: Remove ODBC library references.
2004-08-12 Martin v. LöwisDefine _BSD_TYPES. Fixes #1005308. Backported to 2.3.
2004-08-12 Martin v. LöwisPatch #1005568: Use _SC_PAGESIZE on Irix.
2004-08-12 Martin v. LöwisPatch #808719: Ignore the locale's encoding if it is...
2004-08-12 Edward LoperIn output_difference(), replace blank lines in `want...
2004-08-12 Edward Loper- Changed output of DocTestParser.get_program() to...
2004-08-12 Edward Loper- Added __docformat__
2004-08-12 Edward Loper- Changed option directives to be example-specific...
2004-08-12 Edward Loper- Added a register_optionflag function (so users can...
2004-08-10 Fred Drakeavoid version numbers in the text where possible
2004-08-10 Fred Drakeclarify the behavior of the .first() and .last() method...
2004-08-10 Andrew M. KuchlingSpelling fix
2004-08-10 Fred Drakeadded missing documentation for UseForeignDTD() (new...
2004-08-10 Fred Drakeadd descriptions for many of the new error codes
2004-08-10 Fred Drakeminor changes to make this format again
2004-08-10 Tim PetersStart rewriting doctest's LaTeX docs. Damn, this is...
2004-08-10 Piers LauderFix typo in getquotaroot parameter reported by Thierry...
2004-08-09 Tim PetersWhitespace normalization.
2004-08-09 Andrew M. Kuchling[Patch #1005465] Markup tweaks
2004-08-09 Andrew M. Kuchling[Patch #1005491 ] use __name__ == '__main__' in scripts
2004-08-09 Tim PetersEdward's latest checkins somehow managed to wipe out...
2004-08-09 Edward Loper- DocTest is now a simple container class; its construc...
2004-08-09 Tim PetersThis started as a spelling and whitespace cleanup....
2004-08-09 Jason TishlerPatch #1006003: Cygwin standard module build problems
2004-08-09 Andrew M. KuchlingAdd item
next