]> granicus.if.org Git - python/shortlog
python
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.
2007-12-19 Raymond HettingerFix issue 1661: Flags argument silently ignored in...
2007-12-19 Facundo BatistaSome minor cleanups. Thanks Mark Dickinson.
2007-12-19 Christian Heimes#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZ...
2007-12-19 Andrew M. KuchlingAdd a bunch of items
2007-12-19 Raymond HettingerZap a duplicate line
2007-12-19 Raymond HettingerBeef-up tests for dict literals
2007-12-18 Raymond HettingerUsers demand iterable input for named tuples. The autho...
2007-12-18 Christian HeimesApplied patch #1635: Float patch for inf and nan on...
2007-12-18 Raymond HettingerSimplify and speedup _asdict() for named tuples.
2007-12-18 Christian HeimesFixed #1649: IDLE error: dictionary changed size during...
2007-12-18 Raymond HettingerGive meaning to the oparg for BUILD_MAP: estimated...
2007-12-18 Guido van RossumIssue #1645 by Alberto Bertogli. Fix a comment.
2007-12-18 Thomas HellerIssue #1642: Fix segfault in ctypes when trying to...
2007-12-18 Raymond HettingerSpeed-up dictionary constructor by about 10%.
2007-12-18 Christian HeimesRemoved several unused files from the PCbuild9 director...
2007-12-18 Christian HeimesMake it a bit easier to test Tcl/Tk and idle from a...
2007-12-18 Christian HeimesFixed for #1601: IDLE not working correctly on Windows...
2007-12-18 Raymond HettingerAdd more namedtuple() test cases. Neaten the code...
2007-12-17 Facundo BatistaRemoved the private _rounding_decision: it was not...
2007-12-16 Georg BrandlDon't use quotes for non-string code.
2007-12-16 Georg BrandlUse PEP 8.
2007-12-16 Georg BrandlSimplify.
2007-12-16 Christian HeimesFixed #1638: %zd configure test fails on Linux
2007-12-16 Georg BrandlAdapt conf.py to new option names.
2007-12-16 Georg BrandlRemove curious space-like characters.
2007-12-16 Georg BrandlRemove another unnecessary Unicode character.
2007-12-16 Georg BrandlRemove gratuitous unicode character.
2007-12-16 Georg BrandlRemove orphaned footnote reference.
2007-12-16 Georg BrandlRevert dummy commit now that the build slave is building.
2007-12-16 Georg BrandlDummy commit to investigate #1617.
2007-12-15 Georg BrandlArgh, wrong version.
2007-12-15 Georg BrandlAdd note about future import needed for with statement.
2007-12-15 Christian HeimesFixed #1624: Remove output comparison for test_pep277
2007-12-15 Raymond HettingerOptimize PyList_AsTuple(). Improve cache performance...
2007-12-14 Christian HeimesFixed bug #1628
2007-12-14 Andrew M. KuchlingBump the version number, and make a few small edits
2007-12-14 Andrew M. KuchlingRemove warning about URL
2007-12-14 Raymond HettingerAdd usage note
2007-12-14 Raymond HettingerFaster and simpler _replace() method
2007-12-14 Georg BrandlAdd a section about nested listcomps to the tutorial.
2007-12-14 Raymond HettingerUpdate method names for named tuples.
2007-12-14 Raymond HettingerAdd line spacing for readability
2007-12-14 Christian HeimesFixed warning in ssl module
2007-12-14 Christian HeimesFixed a warning in _codecs_iso2022.c and some non C89...
2007-12-14 Raymond HettingerCleaner method naming convention
2007-12-14 Christian HeimesFixed bug #1620: New @spam.getter property syntax modif...
2007-12-14 Christian HeimesSilence a warning about an unsed variable in debug...
2007-12-13 Raymond HettingerSmall speedup
next