]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2006-08-18  Guido van Rossumtest_bsddb runs fine on darwin.
2006-08-18  Guido van RossumGet rid of the apply() calls here, to make the unit...
2006-08-18  Guido van RossumDelete merge turd.
2006-08-17  Guido van RossumFix another relative import.
2006-08-17  Guido van RossumFix non-C89-compatible syntax.
2006-08-17  Guido van RossumFor posterity, here's a list of currently failing tests...
2006-08-17  Guido van RossumMake unit tests pass: replace apply() and adapt to...
2006-08-17  Guido van RossumFixed cPickle, by restoring some of the deleted code.
2006-08-17  Guido van RossumMake the it_index field in the str/unicode iterators...
2006-08-17  Guido van RossumQuite a few fixes to make the library and test suite...
2006-08-17  Guido van RossumUse explicit relative import to make this work again.
2006-08-17  Guido van RossumIf cPickle isn't available, use pickle.
2006-08-17  Guido van RossumUse explicit relative import, to make things work again.
2006-08-17  Guido van RossumCompletely get rid of PyClass and PyInstance.
2006-08-17  Guido van RossumGet rid of the last mention of WITH_CYCLE_GC that I...
2006-08-11  Thomas WoutersMerged revisions 46753-51188 via svnmerge from
2006-07-27  Guido van RossumGet rid of most of the flags (in tp_flags) that keep...
2006-06-08  Thomas WoutersMerge the rest of the trunk.
2006-06-08  Thomas WoutersMerged revisions 46607-46608 via svnmerge from
2006-06-08  Thomas WoutersPartially merge trunk into p3yk. The removal of Mac...
2006-05-28  Thomas WoutersWhile testing absolute and relative imports, remember...
2006-05-27  Thomas WoutersMuch-needed merge (using svnmerge.py this time) of...
2006-05-27  Thomas WoutersPrep for initial svnmerge.py run.
2006-05-26  Guido van RossumComment out debug print.
2006-05-26  Guido van RossumSF patch 1495675: Remove types.InstanceType and new...
2006-05-05  Guido van RossumAdding bytes.join() -- a class methods that concatenate...
2006-05-05  Guido van RossumOptimizations for bytes reallocation.
2006-04-30  Neal NorwitzSome of the test cases were failing due to the busted...
2006-04-30  Neal Norwitz__coerce__ is gone, there's nothing to test.
2006-04-27  Guido van RossumImplement bytes += bytes, bytes *= int, int in bytes...
2006-04-24  Brett CannonChange C code to use 4-space indents.
2006-04-24  Guido van RossumAdded much functionality to the bytes type.
2006-04-23  Guido van RossumFix a leak and a buglet discovered by Thomas.
2006-04-23  Thomas WoutersFix test_main function so test_bytes can be run by...
2006-04-22  Guido van RossumHere is a bytes type. It's very minimal but it's a...
2006-04-22  Guido van RossumDelete test_coercion.py. Coercion is dead, so this...
2006-04-21  Thomas WoutersMerge with trunk up to revision 45620.
2006-04-21  Hye-Shik ChangAdd empty __init__ methods for stateful multibytecodec...
2006-04-21  Guido van RossumFix test_scriptpackage with pure will power.
2006-04-21  Thomas WoutersCommit regenerated Python-ast.c.
2006-04-21  Guido van RossumFix relative import. This fixes test_sax.py.
2006-04-21  Guido van RossumFix the unit tests by adding dispatch tables for DateTi...
2006-04-21  Thomas WoutersFix newly merged test for p3ykness.
2006-04-21  Thomas WoutersFix merge glitch.
2006-04-21  Thomas WoutersMerge trunk up to 45598.
2006-04-21  Thomas WoutersMerge p3yk branch with the trunk up to revision 45595...
2006-04-21  Thomas WoutersMerge trunk up to 43069, putting re.py back and hopeful...
next