]> granicus.if.org Git - python/shortlog
python
2008-01-06 Martin v. LöwisPackage using VS 2008.
2008-01-06 Martin v. LöwisUse vcbuild for VS 2009.
2008-01-06 Raymond HettingerSmall code simplification. Forgot that classmethods...
2008-01-05 Guido van RossumAdd John Nagle (of issue #1637).
2008-01-05 Guido van RossumPatch #1637: fix urlparse for URLs like 'http://x.com...
2008-01-05 Christian HeimesFinal adjustments for #1601
2008-01-05 Georg BrandlUse markup.
2008-01-05 Georg BrandlRepair markup.
2008-01-05 Georg Brandl#1719: capitalization error in "UuidCreate".
2008-01-05 Georg BrandlSet native svn:eol-style property for text files.
2008-01-05 Georg BrandlRevert socket.rst to unix-eol.
2008-01-05 Georg BrandlDoc patch #1730 from Robin Stocker; minor corrections...
2008-01-05 Georg BrandlSimplify index entries; fix #1712.
2008-01-05 Georg BrandlRemove with_statement future imports from 2.6 docs.
2008-01-05 Georg BrandlFix C++-style comment.
2008-01-05 Thomas HellerAdd myself.
2008-01-05 Andrew M. KuchlingFix comment typo
2008-01-05 Jeffrey YasskinContinue rolling back pep-3141 changes that changed...
2008-01-05 Fred Drakeclean up a comment
2008-01-05 Raymond HettingerAdd error-checking to namedtuple's _replace() method.
2008-01-05 Raymond HettingerImprove namedtuple's _cast() method with a docstring...
2008-01-05 Guido van RossumPatch #1698 by Senthil: allow '@' in username when...
2008-01-05 Guido van RossumPatch #1725 by Mark Dickinson, fixes incorrect conversi...
2008-01-04 Andrew M. KuchlingFix markup
2008-01-04 Andrew M. KuchlingFix markup
2008-01-04 Christian Heimessocket.ioctl is only available on Windows
2008-01-04 Christian HeimesReverted last transaction. It's the wrong branch.
2008-01-04 Christian HeimesAnd here is the rest of Hirokazu Yamamoto's patch for...
2008-01-04 Christian HeimesAdded interface to Windows' WSAIoctl and a simple examp...
2008-01-04 Andrew M. KuchlingUpdate links to bug/patch tracker
2008-01-04 Lars GustäbelIssue #1735: TarFile.extractall() now correctly sets
2008-01-04 Christian HeimesBug #1713: posixpath.ismount() claims symlink to a...
2008-01-04 Jeffrey YasskinMake math.{floor,ceil}({int,long}) return float again...
2008-01-04 Raymond HettingerMinor fix-ups to named tuples:
2008-01-04 Christian HeimesMoved include "Python.h" in front of other imports...
2008-01-04 Christian HeimesAdded _struct._clearcache() for regression tests
2008-01-04 Christian HeimesFixed refleak tests for _struct changes
2008-01-04 Andrew M. KuchlingAdd math items; other edits
2008-01-04 Andrew M. KuchlingTypo fix
2008-01-04 Amaury Forgeot... Partial port of r59682 from py3k.
2008-01-04 Christian HeimesFilled in some XXX comments
2008-01-04 Christian HeimesFixed math.copysign() on Windows
2008-01-04 Andrew M. KuchlingAdd items
2008-01-04 Andrew M. KuchlingMarkup fixes; grammar tweaks
2008-01-04 Christian HeimesBug #1481296: Fixed long(float('nan'))!=0L.
2008-01-04 Christian HeimesFixed #1687: plistlib.py restricts <integer> to Python...
2008-01-04 Raymond HettingerFinish-up the struct module optimizations started at...
2008-01-03 Guido van RossumBug #1301: fixed a bad assert in _tkinter.
2008-01-03 Christian HeimesAdded copysign(x, y) function to the math module
2008-01-03 Christian HeimesModified PyImport_Import and PyImport_ImportModule...
2008-01-03 Christian HeimesSome build bots don't compile mathmodule. There is...
2008-01-03 Christian HeimesAdded math.isinf() and math.isnan()
2008-01-03 Guido van RossumIssue #1700, reported by Nguyen Quan Son, fix by Fredru...
2008-01-03 Christian HeimesIssue #1726: Remove Python/atof.c from PCBuild/pythonco...
2008-01-03 Jeffrey YasskinBackport PEP 3141 from the py3k branch to the trunk...
2008-01-02 Guido van RossumPatch #1696. Don't attempt to close None in dry-run...
2008-01-02 Christian HeimesMade vs9to8 Unix compatible
2008-01-02 Christian HeimesRemoved PCbuild8/ directory and added a new build direc...
2008-01-02 Kurt B. KaiserChange docstrings to comments so test output will displ...
2008-01-02 Kurt B. KaiserIssue1177
2008-01-01 Martin v. LöwisTest in PCbuild directory.
2008-01-01 Martin v. LöwisUse Visual Studio 2009 on the build slaves.
2008-01-01 Martin v. LöwisDon't link with Tix; Tix is loaded dynamically by Tcl.
2008-01-01 Martin v. LöwisNews item for r59653.
2008-01-01 Martin v. LöwisAlways convert Text.index result to string.
2008-01-01 Martin v. LöwisReturn results from Python callbacks to Tcl as Tcl...
2008-01-01 Christian HeimesAdded support for new Windows build dirs in PC/ to...
2008-01-01 Christian HeimesThe root of the project is two levels up from PC/VS7.1
2008-01-01 Christian HeimesAdded new wininst files to msi.py and adjusted some...
2008-01-01 Christian HeimesMSI uses back slashes as path separators
2008-01-01 Guido van RossumFix an odd error which would only occur close to new...
2007-12-31 Neal NorwitzFix refleak
2007-12-31 Christian HeimesFixed path to _ssl.c in Windows make file, take three ...
2007-12-31 Christian HeimesFixed path to _ssl.c in Windows make file, take two
2007-12-31 Christian HeimesFixed path to _ssl.c in Windows make file
2007-12-31 Christian HeimesFixed path
2007-12-31 Christian HeimesFixed include paths of PC/VS7.1
2007-12-31 Christian HeimesRenamed PCBuild9 directory to PCBuild
2007-12-31 Christian HeimesFix paths for build bot, part 2
2007-12-31 Christian HeimesFix paths for build bot
2007-12-31 Christian HeimesMoved PCbuild directory to PC/VS7.1
2007-12-31 Christian HeimesAdded wininst-9.0.exe executable for VS 2008
2007-12-29 Raymond HettingerImprove docs for itertools.groupby(). The use of xrang...
2007-12-29 Raymond HettingerSimpler documentation for itertools.tee(). Should...
2007-12-29 Martin v. LöwisBug #1699: Define _BSD_SOURCE only on OpenBSD.
2007-12-29 Georg BrandlSome cleanup in the docs.
2007-12-28 Kurt B. KaiserConfigure Dialog: improved layout for keybinding. ...
2007-12-25 Brett CannonRemove a straggling debugging print line.
2007-12-25 Brett CannonActually execute the tests for the getter/setter/delete...
2007-12-24 Brett CannonMake trailing whitespace explicit (including when it...
2007-12-24 Brett CannonFix the docstrings of time.localtime() and gmtime(...
2007-12-22 Andrew M. KuchlingAdd item
2007-12-20 Guido van RossumImprove performance of built-in any()/all() by avoiding...
2007-12-20 Georg BrandlFix refleak introduced in r59576.
2007-12-20 Guido van RossumPatch #1672 by Joseph Armbruster. Use tempdir() to...
2007-12-20 Brett CannonAdd tests for the warnings module; specifically formatw...
2007-12-20 Raymond HettingerAdd comments
2007-12-19 Guido van RossumPatch #1549 by Thomas Herve.
2007-12-19 Raymond HettingerBigger range for non-extended opargs.
2007-12-19 Guido van RossumPatch #1583 by Adam Olsen.
next