]> granicus.if.org Git - python/shortlog
python
2006-12-19 Georg BrandlPatch #1601678: move intern() to sys.intern().
2006-12-19 Thomas WoutersImplement extended slicing in bytes objects.
2006-12-13 Thomas WoutersOops, re-add 'static' qualifier.
2006-12-13 Thomas WoutersRegenerate frozen.c's manual marshal as directed, fixin...
2006-12-13 Thomas WoutersFour months of trunk changes (including a few releases...)
2006-11-30 Georg BrandlCheck "sep" and "end" for stringness in Print().
2006-11-30 Guido van RossumAdd built-in Print() function. This is PEP 3105 except...
2006-11-30 Jack Diederichreplace references to __nonzero__ with __bool__
2006-11-28 Jack Diederichupdated docstring on __bool__ to match behavior
2006-11-28 Jack Diederich- patch #1600346 submitted by Tomer Filiba
2006-11-22 Guido van RossumUnit tests for PEP 3102, by Jiwon Seo. Forgot to add...
2006-11-22 Guido van RossumThe rest of patch 1549670 by Jiwon, making the compiler...
2006-11-22 Guido van RossumMake it compile with older compilers.
2006-10-27 Guido van RossumJiwon Seo's PEP 3102 implementation.
2006-10-27 Guido van RossumThomas Heller fixed modulefinder and added a test....
2006-09-06 Guido van RossumThis module was still referencing some dead EXEC relate...
2006-09-06 Georg BrandlPatch #1550786: ellipsis literal.
2006-09-06 Georg BrandlPatch #1550800: make exec a function.
2006-08-31 Brett CannonFix comment for indenting in C files.
2006-08-30 George YoshidaFix latex2html compile error
2006-08-29 Neal NorwitzGet rid of more coerce cruft (really check in this...
2006-08-29 Neal NorwitzGet rid of more coerce cruft, update NEWS
2006-08-29 Neal NorwitzGet parsermodule working again after adding set literals
2006-08-29 Neal NorwitzFix another typo.
2006-08-29 Neal NorwitzGet rid of some more cases of backquotes. parsermodule...
2006-08-29 Neal NorwitzGet rid of most of the remaining uses of <>. There...
2006-08-28 Georg BrandlFix str() and repr() of empty sets.
2006-08-28 Georg BrandlSmall fix for compiler module ./. set literals.
2006-08-28 Georg BrandlFix set literals not being visited in symtable creation.
2006-08-28 Guido van RossumSF patch 1547796 by Georg Brandl -- set literals.
2006-08-27 Brett CannonVestige of code from removing backticks.
2006-08-26 Guido van RossumPart of SF patch #1513870 (the still relevant part...
2006-08-26 Guido van RossumInspired by SF patch #860326, make the exception format...
2006-08-26 Guido van RossumThe daily ritual: fix C89 violations.
2006-08-25 Guido van RossumDon't use a fixed temporary name (gdbm).
2006-08-25 Guido van RossumSF patch 1546297 (with some tweaks):
2006-08-25 Brett CannonRemove the UNARY_CONVERT opcode (was used for backticks...
2006-08-25 Brett CannonRemove more '<>' usage.
2006-08-25 Brett CannonRemove support for backticks from the grammar and compiler.
2006-08-25 Brett CannonUNARY_CONVERT can no longer be generated, so remove...
2006-08-25 Brett CannonChange test of assignment of backticked expression...
2006-08-25 Brett CannonCheck in new output for test_tokenize.
2006-08-25 Brett CannonSwitch to using %r in the format string.
2006-08-25 Brett CannonDon't test AST for backticks.
2006-08-25 Brett CannonThe backtick removal crusade continues ...
2006-08-25 Brett CannonRemove usage of backticks.
2006-08-25 Brett CannonRemove more '<>' usage.
2006-08-25 Brett CannonBack out rev. 51583 as this file is auto-generated...
2006-08-25 Brett CannonFor some reason Vim was just not wanting to tell me...
2006-08-25 Brett CannonEven more removals of '<>'; I can hear Barry shedding...
2006-08-25 Brett CannonRemove a use of 'as' as a parameter.
2006-08-25 Brett CannonRemove some uses of '<>'.
2006-08-24 Brett CannonGet rid of all two uses of backticks (bad Jeremy!).
2006-08-24 Guido van RossumFix a bunch of compiler warnings. In at least one...
2006-08-24 Guido van RossumGot test_mutants.py working. One set of changes was...
2006-08-24 Guido van RossumMake built-in zip() equal to itertools.izip().
2006-08-24 Guido van RossumGet rid of empty file.
2006-08-24 Guido van RossumFix the bsddb3 unit tests.
2006-08-24 Guido van RossumFix the datetime comparison conundrum.
2006-08-24 Guido van RossumImplement == and != comparisons for code objects by...
2006-08-24 Guido van RossumFix fallout from Anna's file -> open changes.
2006-08-24 Guido van RossumKilled the <> operator. You must now use !=.
2006-08-24 Alex MartelliAnna Ravenscroft identified many occurrences of "file...
2006-08-24 Guido van RossumFix another comparison between None and 0.
2006-08-24 Guido van RossumMake it compile with C89.
2006-08-24 Guido van RossumRestructure comparison dramatically. There is no longe...
2006-08-23 Thomas WoutersFix buglet in slice assignment of bytesobjects: assigni...
2006-08-23 Jeremy HyltonCheck for exceptions set by PyDict_GetItem().
2006-08-22 Guido van RossumRemove has_key() references from idlelib. IDLE still...
2006-08-22 Thomas WoutersMake bytesobject raise ValueError instead of TypeError...
2006-08-22 Guido van RossumKill reduce(). A coproduction of John Reese, Jacques...
2006-08-21 Alex MartelliJacques Frechet's and John Reese's simplification of...
2006-08-21 Thomas Woutersremove debugging turd.
2006-08-21 Guido van RossumChange the way __hash__ is inherited; when __eq__ or...
2006-08-21 Thomas Wouterstest_gc is no longer broken
2006-08-21 Thomas WoutersFix test_gc failure by fixing the bug test_gc found...
2006-08-21 Alex Martellietree_c not broken any more.
2006-08-21 Alex Martellietree unittest not broken any more
2006-08-21 Alex MartelliUse proper py3k syntax for relative import (from ....
2006-08-21 Guido van Rossumminidom is fixed.
2006-08-21 Alex MartelliChanged minidom.py to work correctly with new-style...
2006-08-21 Thomas WoutersMerge current trunk into p3yk. This includes the PyNumb...
2006-08-21 Guido van RossumFix comparing complex to non-complex numbers.
2006-08-21 Neal NorwitzGet rid of most of the rest of coerce (slot is still...
2006-08-21 Neal Norwitzuse isinstance instead of type. Use bool instead of...
2006-08-21 Guido van RossumDon't define has_key().
2006-08-21 Guido van RossumFixed to the point that all unit tests pass again....
2006-08-20 Neal NorwitzGet rid of a bunch more has_key() uses. We *really...
2006-08-19 Guido van RossumAnd the gdbm module's test now passes again.
2006-08-19 Guido van RossumFix this right for has_key(). This required adding...
2006-08-19 Guido van RossumCouple more has_keys() going...
2006-08-19 Guido van RossumOnly three failing tests left: dbm, gdbm, tcl!
2006-08-19 Guido van RossumAnother has_key reference bites the dust.
2006-08-19 Guido van RossumMore has_key() fixes.
2006-08-19 Guido van RossumStomp out more hsa_key() calls.
2006-08-19 Guido van RossumFix some more has_key() uses. This could really use...
2006-08-19 Guido van RossumSet the svn:ignore property. Why can't this be set...
2006-08-19 Guido van RossumWhen sitecustomize.py fails, don't make all of site...
2006-08-18 Guido van RossumGet rid of dict.has_key(). Boy this has a lot of reperc...
2006-08-18 Guido van Rossumrepr() of a long int no longer produces a trailing...
next