]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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.
2006-03-14  Thomas HellerTry to avoid many of the compiler warnings when compili...
2006-03-14  Thomas HellerCast an Py_ssize_t to int, to avoid a compiler warning.
2006-03-14  Thomas HellerFor x86 Release and Debug builds, remove the /Wp64...
2006-03-14  Thomas HellerIntegrate patch from Neal Norwitz. He writes:
2006-03-14  Nick CoghlanTeach the compiler module about augmented assignment...
2006-03-14  Neal NorwitzFix and test (manually w/xx module) passing NULLs to...
2006-03-13  Georg BrandlFix bug found by Coverity: don't allow NULL argument...
2006-03-13  Vinay SajipAdded logThreads and logProcesses to allow conditional...
2006-03-13  Tim PetersIt's necessary to do a Debug build of the bsddb project...
2006-03-13  Tim PetersMinor changes.
2006-03-13  Tim PetersTrimmed trailing whitespace.
2006-03-13  Martin v. LöwisFix build process of bsddb for IA64 and AMD64.
2006-03-13  Martin v. LöwisInitialize VS environment in external.bat as well.
2006-03-13  Martin v. LöwisUpdate to bsddb 4.4.20.
2006-03-13  Nick CoghlanFix SF bug #1448804 and ad a test to ensure that all...
2006-03-13  Martin v. LöwisLet the buildbot make a single pass in the test suite...
2006-03-13  Martin v. LöwisUpdate to bzip2 1.0.3
2006-03-13  Thomas HellerPlug some refcount leaks when tests are run repeatedly.
2006-03-13  Hye-Shik ChangBug #1448490: Fix a bug that ISO-2022 codecs could...
2006-03-13  Thomas HellerRemove the slightly broken test_leaks.py.
2006-03-12  Trent MickAdding the /useenv means that one's PATH actually gets...
2006-03-12  Fredrik Lundhmerged with cElementTree development trunk (1.0.6 snaps...
2006-03-12  Martin v. LöwisMove buildbot scripts to Tools/buildbot.
2006-03-12  Tim PetersAdded brief comment.
2006-03-12  Tim PetersAdded brief comments.
2006-03-12  Thomas Wouters - Reindent a confusingly indented piece of code (no...
2006-03-12  Thomas WoutersPlug the last 657 referenceleaks in test_bsddb3: a...
2006-03-12  Thomas WoutersFix another leak in bsddb, and avoid use of uninitializ...
2006-03-11  Martin v. LöwisAdd buildbot test script.
2006-03-11  Tim PetersGive the _ssl project a harmless command to perform
2006-03-11  Martin v. LöwisAdd changelog entry.
2006-03-11  Martin v. LöwisAdjust CJK Ideograph range to Unicode 4.1.
2006-03-10  Tim PetersWhitespace normalization.
2006-03-10  Tim PetersWhen the new -w option (yay! great idea) reruns a
2006-03-10  Martin v. LöwisAdd regrtest -w option.
2006-03-10  Andrew M. KuchlingUnicode database updated; use SVN instead of CVS
2006-03-10  Martin v. LöwisAdd AMD64 and Itanium configurationgs to ctypes;
2006-03-10  Martin v. LöwisAdd ctypes.
2006-03-10  Martin v. LöwisUpdate test data to 4.1; disable PRI #29 for now.
2006-03-10  Martin v. LöwisFix refcounting bug.
2006-03-10  Martin v. LöwisAvoid forward-declaring the methods array.
2006-03-10  Guido van RossumUm, I thought I'd already checked this in.
2006-03-10  Guido van RossumFix three nits found by Coverity, adding null checks...
2006-03-09  Martin v. LöwisUpdate Unicode database to Unicode 4.1.
2006-03-09  Georg BrandlMove entry to correct section.
2006-03-09  Georg BrandlPatch #1446372: quit and exit can now be called from...
2006-03-09  Tim PetersNodeInfo.__gen_init(): Fiddle so that reindent.py is
2006-03-09  Thomas HellerRemove the magic to run an uninstalled ctypes version...
2006-03-09  Andrew M. KuchlingWrite a section
2006-03-09  Thomas HellerDeleted the svn_mime-type application/octet-stream...
2006-03-09  Thomas HellerAdded VC project files to build _ctypes.pyd and _ctypes...
2006-03-09  Andrew M. KuchlingMarkup fix
2006-03-09  Andrew M. KuchlingWrite a section
2006-03-09  Georg BrandlBug #1442874: handle "<!>", the empty SGML comment
2006-03-09  Georg Brandltypo
2006-03-09  Thomas HellerDisable the testcase that crashes solaris.
2006-03-09  Thomas HellerReplace the trivial ctypes test (did only an import...
next