]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2006-04-21  Thomas WoutersMerge trunk's 43068, deleting re.py. This leaves the...
2006-04-21  Thomas WoutersMerge part of the trunk changes into the p3yk branch...
2006-04-21  Guido van RossumFix the problems in this test. Boy this is a painful...
2006-04-20  Thomas WoutersFix (and add test for) missing check for BaseException...
2006-04-20  Thomas WoutersFix typical truedivision problem (using the result...
2006-04-20  Guido van RossumFix test failures for repr.py.
2006-04-18  Thomas WoutersUse explicit relative import for an, ehm, relative...
2006-04-17  Guido van RossumFix the expected output file; new classes just behave...
2006-04-17  Guido van RossumFix two errors that prevented "make libinstall" from...
2006-04-17  Thomas WoutersFix xrange tests now that xrange() (like many other...
2006-04-15  Brett CannonMention how __coerce__ has been removed.
2006-04-15  Thomas WoutersMake test_class work (but still fail) even though class...
2006-04-15  Thomas WoutersAdjust test_enumerate to accomodate for iter() blowing...
2006-04-15  Thomas WoutersFix tests for PyArg_Parse*; The PyArg_Parse functions...
2006-04-15  Thomas Wouters - Remove tests for classic class behaviour
2006-04-15  Thomas WoutersFix test_bisect in the same way as test_itertools:...
2006-04-15  Thomas WoutersFix the superficial augmented-assignment tests to deal...
2006-04-15  Thomas WoutersFix tests that were trying to make iteration blow up...
2006-04-15  Thomas WoutersRemove tests for classic-class and mixed-classic-class...
2006-04-15  Thomas Wouters - Fix doctest results to account for classes being...
2006-04-14  Thomas WoutersMake 'python -tt' the default, meaning Python won't...
2006-03-30  Guido van RossumFix the version number to be 3.0.
2006-03-24  Neal NorwitzUse absolute import. (Should this go into 2.5?)
2006-03-24  Neal NorwitzGet rid of remnants of integer division
2006-03-24  Neal NorwitzString exceptions are gone and so are classic classes.
2006-03-24  Neal NorwitzUse *absolute* imports now that they are required....
2006-03-24  Neal NorwitzMust inherit from Exception now.
2006-03-24  Neal NorwitzUse *absolute* imports now that they are required....
2006-03-24  Neal NorwitzUse *absolute* import now that it is required. (Should...
2006-03-24  Neal NorwitzUse relative import now that it is required. (Should...
2006-03-24  Neal NorwitzUse relative import now that it is required. (Should...
2006-03-24  Neal NorwitzOk, compiler.transformer can really be imported now
2006-03-24  Neal NorwitzMust inherit from Exception now.
2006-03-24  Neal NorwitzUse relative import now that it is required. (Should...
2006-03-24  Neal NorwitzUse relative imports in compiler package now that it...
2006-03-22  Neal NorwitzRemove another use of as as a keyword
2006-03-22  Neal NorwitzFinish getting rid of statichere/staticforward
2006-03-22  Neal NorwitzGet doctest to pass. The problem was int/int -> float...
2006-03-22  Neal NorwitzRemove staticforward and statichere
2006-03-22  Neal NorwitzDamn another occurrence of using as as a keywordf
2006-03-21  Barry Warsawremove test file
2006-03-21  Barry Warsawtesting svn emails
2006-03-21  Barry Warsawtesting svn emails
2006-03-21  Barry Warsawtesting svn emails
2006-03-21  Barry Warsawtesting svn emails
2006-03-21  Barry Warsawtesting svn emails
2006-03-21  Barry Warsawtesting svn emails
2006-03-21  Barry Warsawtesting svn emails
2006-03-20  Guido van RossumSome more TODO items of things I'd like to start with.
2006-03-17  Neal NorwitzRemove PyArg_NoArgs() and PyArg_GetInt()
2006-03-17  Neal NorwitzINPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIV...
2006-03-17  Neal Norwitz_Py_QnewFlag and INPLACE_DIVIDE are not necessary any...
2006-03-17  Neal Norwitzas is a keyword now :-)
2006-03-17  Neal NorwitzGet rid of xreadlines() (methods).
2006-03-17  Neal NorwitzMore apply() cleanup
2006-03-17  Neal NorwitzThis gets at least test_cmd_line working again and...
2006-03-17  Neal NorwitzRemove some old types for int based functions (Py_ssize...
2006-03-17  Neal NorwitzRemove apply()
2006-03-17  Neal NorwitzRemove apply()
2006-03-17  Neal NorwitzWhitespace changes. Also remove apply from a few comments
2006-03-17  Neal NorwitzGet rid of a bunch more raw_input references
2006-03-17  Neal NorwitzWhoops, input *and* raw_input are slated for removal...
2006-03-17  Neal Norwitzraw_input() -> input(). old input behavior is history...
2006-03-17  Neal NorwitzRemove sys.exc_type, sys.exc_value, sys.exc_traceback
2006-03-17  Neal NorwitzGet rid of compiler warning
2006-03-16  Neal NorwitzGet rid of last vestiges of BINARY_DIVIDE.
2006-03-16  Neal NorwitzGet rid of compiler warning about with_msg and as_msg...
2006-03-15  Guido van RossumCheckpoint. 218 tests are okay; 53 are failing. Done...
2006-03-14  Guido van RossumCreate a Python 3000 branch.
next