]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-02-28  Neal NorwitzMake __future__ features similar for with and absolute...
2006-02-28  Thomas WoutersGenerally inehrit codeflags that are in PyCF_MASK,...
2006-02-28  Jeremy HyltonAdd some stats collection in debugging mode.
2006-02-28  Tim PetersGave README a .txt extension.
2006-02-28  Thomas Woutersfrom __future__ import with_statement addon for 'with...
2006-02-28  Neal NorwitzAdd directory which contains known ref leaks. Some...
2006-02-28  Jeremy HyltonUse simple PyList to implement list of PyObject pointers
2006-02-28  Tim PetersSet EOL style to native.
2006-02-28  Tim PetersAnother bit of unconstification.
2006-02-28  Tim PetersWhitespace normalization.
2006-02-28  Jeremy HyltonTabify
2006-02-28  Neal NorwitzInstead of printing the exception when you interrupt...
2006-02-28  Jeremy HyltonRemove asdl_seq_APPEND() and simplify asdl seq implemen...
2006-02-28  Neal NorwitzUpdate comments
2006-02-28  Jeremy HyltonReal arena implementation
2006-02-28  Neal NorwitzGeorge Yoshida points out that the special characters
2006-02-28  Jeremy HyltonTest case to cover subscription bug from SF 1333982
2006-02-28  Thomas WoutersWups, add NEWS item I'd written but not checked in.
2006-02-28  Thomas WoutersSF patch #1438387, PEP 328: relative and absolute imports.
2006-02-28  Fredrik Lundhmarkup glitch (spotted by George Yoshida)
2006-02-28  Anthony BaxterXXX something for amk's attention
2006-02-28  Guido van RossumForgot to explain the effect of the new opcode.
2006-02-28  Martin v. LöwisGenerate return statement.
2006-02-28  Martin v. LöwisRegenerate.
2006-02-28  Guido van RossumUpdate the compiler package to compile the with-statement.
2006-02-28  Martin v. LöwisAdd generation of the version.
2006-02-28  Neal NorwitzIgnore resource file
2006-02-28  Martin v. LöwisAdd support for version field on Modules
2006-02-27  Brett CannonCheck the return code for PyErr_Warn() when warning...
2006-02-27  Tim PetersPyErr_ProgramText(): Grrrrrr.
2006-02-27  Neal NorwitzFinish removal of CO_GENERATOR_ALLOWED.
2006-02-27  Martin v. Löwisunconst.
2006-02-27  Thomas WoutersClarify C-style exception handling with proper label...
2006-02-27  Thomas WoutersFix assertions.
2006-02-27  Guido van RossumPEP 343 -- the with-statement.
2006-02-27  Martin v. LöwisStart of a source code unparser.
2006-02-27  Neal NorwitzEven though we don't currently use unicode or complex...
2006-02-27  Brett CannonDon't filter out OverflowWarning; should be a test...
2006-02-27  Martin v. LöwisMake or_test similar to test, not testlist.
2006-02-27  Martin v. LöwisSkip over doc strings.
2006-02-27  Thomas WoutersConvert array.array.insert to use Py_ssize_t (like...
2006-02-27  Jeremy HyltonFix parsing of subscriptlist.
2006-02-27  Martin v. LöwisMore unconsting.
2006-02-27  Tim PetersPatch 1413181, by Gabriel Becedillas.
2006-02-27  Thomas WoutersAnd some more cleanup.
2006-02-27  Thomas WoutersClean up from-import handling.
2006-02-27  Martin v. Löwisunconst.
2006-02-27  Jeremy HyltonSimplify ast_for_trailer() in anticipation of more...
2006-02-27  Tim PetersTrimmed trailing whitespace.
2006-02-27  Neal NorwitzAdd an entry for 308
2006-02-27  Thomas WoutersFix old not-reading-pep-308-right artifact.
2006-02-27  Martin v. LöwisRevert backwards-incompatible const changes.
2006-02-27  Neal NorwitzNote version added for conditional expressions
2006-02-27  Thomas WoutersUpdate for PEP 308 patch.
2006-02-27  Martin v. LöwisHandle testlist_safe and or_test like testlist.
2006-02-27  Martin v. LöwisAlias non-terminals introduced for backwards compatibility.
2006-02-27  Thomas WoutersFix assertion errors in debug build, brought on by...
2006-02-27  Martin v. LöwisCreate _ast module.
2006-02-27  Martin v. LöwisCheck for a not-found rlconf.h by testing for None.
2006-02-27  Anthony Baxterregenerated. please read PEP 306 when changing Python...
2006-02-27  Thomas WoutersPEP 308 implementation, including minor refdocs and...
2006-02-27  Martin v. LöwisAvoid reinitializing the types twice.
2006-02-26  Martin v. LöwisStop generating empty arrays.
2006-02-26  Neal NorwitzOops, I forgot to check this in with the change to...
2006-02-26  Martin v. LöwisCheck whether there are flags.
2006-02-26  Martin v. LöwisFix iterating over cmpop_ty lists.
2006-02-26  Martin v. LöwisGenerate code to recursively copy an AST into
2006-02-26  Brett CannonRemove line meant to test trailing whitespace since...
2006-02-26  Tim PetersWhitespace normalization.
2006-02-25  Guido van RossumOops. Fix syntax for C89 compilers.
2006-02-25  Guido van Rossum- Patch 1433928:
2006-02-25  Neal NorwitzPer discussion on python-dev, remove CO_GENERATOR_ALLOW...
2006-02-25  Brett CannonMove the vimrc file to the newly created Vim/ directory.
2006-02-25  Brett CannonAdd a script that auto-generates a Vim syntax highlight...
2006-02-24  Neal NorwitzImplement change suggested by Jiwon Seo on python-dev.
2006-02-24  Neal NorwitzFix a couple of warnings on Mac OS X.
2006-02-23  Jack JansenOn OSX, use --arch_only `arch` in stead of --arch_only...
2006-02-23  Jack JansenIf the readline library is found try and determine...
2006-02-23  Jack JansenGot rid of byte-order dependencies.
2006-02-22  Georg BrandlFix casing of function names.
2006-02-22  Georg BrandlRFE #1436243: make integers in [0..256] preallocated.
2006-02-22  Neal NorwitzAllow buildbot to pass extra test flags to regrtest...
2006-02-22  Neal NorwitzGeorge Yoshida's fix.
2006-02-21  Georg BrandlAdd test for classmethod ./. keyword args.
2006-02-21  Georg BrandlMake staticmethod and classmethod complain about keywor...
2006-02-21  Georg Brandlfix typo
2006-02-21  Georg BrandlDocument "multifile" as deprecated.
2006-02-21  Tim PetersAt Brian Wichmann's request, added words warning against
2006-02-21  Walter DörwaldFix table header.
2006-02-21  Tim PetersTrimmed trailing whitespace.
2006-02-21  Georg BrandlFix typo in functional module
2006-02-21  Tim PetersSuppress another deprecation warning in the tests.
2006-02-21  Guido van RossumNETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on...
2006-02-20  Georg BrandlBug #1086854: Rename PyHeapType members adding ht_...
2006-02-20  Tim PetersWhitespace normalization.
2006-02-20  Georg BrandlBug #947571: By default, urllib.urlopen() does not...
2006-02-20  Georg BrandlBug #1210377: close bsddb cursor correctly after NotFou...
2006-02-20  Neal NorwitzBased on discussion with Martin and Thomas on python...
2006-02-20  Georg BrandlPatch #931938: prevent setting sys.prefix to ""
2006-02-20  Georg BrandlBug #1102649: add a note to pickle docs that pickle...
next