]> granicus.if.org Git - python/shortlog
python
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
2007-12-13 Raymond HettingerSimplify implementation of __replace__()
2007-12-13 Thomas HellerRan autoconf.
2007-12-13 Guido van RossumPatch #1608. Someone with access to autoconf 2.61...
2007-12-13 Christian HeimesFixed bug #1613: Makefile's VPATH feature is broken
2007-12-13 Alexandre VassalottiFix issue #1313119: urlparse "caches" parses regardless...
2007-12-13 Raymond HettingerFix bug 1604. deque.__init__() did not clear existing...
2007-12-12 Christian HeimesFixed a nasty problem in the xxmodule.c
2007-12-11 Gerhard HäringForward-port of commit 59184.
2007-12-11 Kurt B. KaiserIDLE_tabbedpages.071101.patch Tal Einat
2007-12-11 Georg BrandlAdd another GHOP contributor.
2007-12-11 Christian HeimesThe new float repr causes too much trouble and pain...
2007-12-11 Kurt B. Kaiserformat_paragraph_event wasn't returning 'break'
2007-12-10 Guido van RossumPatch #1643738 by Ulisses Furquim -- make the is_trippe...
2007-12-10 Christian HeimesBackport of r59456:59458 from py3k to trunk
2007-12-10 Guido van RossumRemove a 2.2-ism.
2007-12-10 Christian HeimesStupid save all didn't safe it all ...
2007-12-10 Christian HeimesAdded wide char api variants of getch and putch to...
2007-12-09 Georg BrandlAdd DocXMLRPCServer test from GHOP task #136, written...
2007-12-09 Georg BrandlAdd Jeff Wheeler.
2007-12-09 Georg BrandlTwo fixes in DocXMLRPCServer:
2007-12-09 Georg BrandlRemove all tabs in that file.
2007-12-09 Georg Brandl#1575: the Mac readme is now one level up.
2007-12-09 Brett CannonUse a versionchanged directive.
2007-12-08 Georg BrandlAdapt style.
2007-12-08 Skip MontanaroWhen splitting, avoid making a copy of the string if...
2007-12-08 Skip Montanarocorrect email address
2007-12-08 Skip Montanaro+ "context manager"
2007-12-08 Skip MontanaroNote that open() is the preferred way to open files...
2007-12-08 Georg BrandlAdd examples to the datetime documentation. Written...
2007-12-08 Georg BrandlFix Eren's name.
2007-12-08 Georg BrandlFix markup in whatsnew, use new directive in ACKS.
2007-12-08 Georg BrandlFix tpyo.
2007-12-08 Alexandre VassalottiFix issue #1530.
next