]> granicus.if.org Git - python/shortlog
python
2006-03-01 Martin v. LöwisPatch #1440601: Add col_offset attribute to AST nodes.
2006-03-01 Thomas WoutersRework channelnumber/samplesize detetion code's output...
2006-03-01 Thomas WoutersFix incompatible assignment warning from previous checkin.
2006-03-01 Thomas WoutersFix gcc (4.0.x) warning about use of uninitialized...
2006-03-01 Thomas WoutersSilence gcc (4.0.x) warning about use of uninitialized...
2006-03-01 Brett CannonDocument PEP 352 changes. Also added GeneratorExit.
2006-03-01 Thomas WoutersFix uninitialized value. (Why are we using bools instea...
2006-03-01 Thomas WoutersFix brainfart.
2006-03-01 Thomas WoutersRemove gcc (4.0.x) warning about uninitialized value...
2006-03-01 Thomas WoutersMake Py_ssize_t-clean.
2006-03-01 Thomas WoutersMake Py_ssize_t-clean.
2006-03-01 Martin v. LöwisFix more memory leaks. Will backport to 2.4.
2006-03-01 Thomas WoutersFix C99-ism, and add XXX to comment
2006-03-01 Martin v. LöwisMake failures in test cases print failing source file.
2006-03-01 Brett CannonUpdate for 'with' statement.
2006-03-01 Guido van RossumFix a bug in nested() - if one of the sub-context-manag...
2006-03-01 Martin v. LöwisChange GC refcount to Py_ssize_t.
2006-03-01 Martin v. LöwisReconst parameters that lost their const in the AST...
2006-03-01 Martin v. LöwisFix warning that texcheck complained about.
2006-03-01 Jeremy HyltonTabify and reflow some long lines.
2006-03-01 Jeremy HyltonAdd missing DECREF.
2006-03-01 Fredrik Lundhmarkup glitch (spotted by George Yoshida)
2006-03-01 Tim PetersRemove svn:mime-type (inexplicably set to a binary...
2006-03-01 Tim PetersSet svn:eol-style to native.
2006-03-01 Brett CannonFix parsing of exception_hierarchy.txt when a platform...
2006-03-01 Martin v. LöwisDocument new Py_ssize_t API.
2006-03-01 Thomas WoutersUse %ld and casts to long for refcount printing, in...
2006-03-01 Thomas WoutersUse %zd format characters for Py_ssize_t types.
2006-03-01 Thomas WoutersRemove redundant isinstance() check.
2006-03-01 Thomas WoutersPut back the essence of Jeremy's original XXX comment.
2006-03-01 Martin v. LöwisAdd tool to check documentation against declaration.
2006-03-01 Martin v. LöwisMake documentation match the implementation.
2006-03-01 Tim PetersRepair mangled code in the Windows flavor of
2006-03-01 Brett CannonAdd Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also...
2006-03-01 Brett CannonPEP 352 implementation. Creates a new base class,...
2006-03-01 Martin v. LöwisUse Py_ssize_t for PyArg_UnpackTuple arguments.
2006-03-01 Martin v. LöwisRemove unused field.
2006-03-01 Martin v. LöwisMake ob_refcnt and tp_maxalloc (and friends) Py_ssize_t.
2006-03-01 Thomas WoutersPy_ssize_t-ify.
2006-03-01 Thomas WoutersFix DBEnv's set_tx_timestamp wrapper to be slightly...
2006-02-28 Thomas WoutersMove #include to outside "extern C {}", before Tim...
2006-02-28 Thomas WoutersRegenerate.
2006-02-28 Neal NorwitzDon't pollute namespace as bad as before. All the...
2006-02-28 Thomas WoutersMake 'as' an actual keyword when with's future statemen...
2006-02-28 Martin v. LöwisChange non-ASCII warning into a SyntaxError.
2006-02-28 Thomas WoutersInclude code.h more sanely.
2006-02-28 Neal NorwitzNo need to export PySTEntry_New, it is only used in...
2006-02-28 Tim PetersSet eol-style on new .py files.
2006-02-28 Guido van RossumUpdates to the with-statement:
2006-02-28 Martin v. Löwisunparse.py can now unparse itself.
2006-02-28 Neal NorwitzAdd a note about removing the file once the bug is...
2006-02-28 Tim PetersIts right now.
2006-02-28 Neal NorwitzIgnore .pyc files
2006-02-28 Neal NorwitzNote that as generates a warning too
2006-02-28 Neal NorwitzMartin owns PEP 353 and did most of the work
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.
next