2006-03-01 |
Martin v. Löwis | Patch #1440601: Add col_offset attribute to AST nodes. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Rework channelnumber/samplesize detetion code's output... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix incompatible assignment warning from previous checkin. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix gcc (4.0.x) warning about use of uninitialized... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Silence gcc (4.0.x) warning about use of uninitialized... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Brett Cannon | Document PEP 352 changes. Also added GeneratorExit. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix uninitialized value. (Why are we using bools instea... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix brainfart. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Remove gcc (4.0.x) warning about uninitialized value... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Make Py_ssize_t-clean. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Make Py_ssize_t-clean. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Fix more memory leaks. Will backport to 2.4. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix C99-ism, and add XXX to comment |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Make failures in test cases print failing source file. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Brett Cannon | Update for 'with' statement. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Guido van Rossum | Fix a bug in nested() - if one of the sub-context-manag... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Change GC refcount to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Reconst parameters that lost their const in the AST... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Fix warning that texcheck complained about. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Jeremy Hylton | Tabify and reflow some long lines. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Jeremy Hylton | Add missing DECREF. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Fredrik Lundh | markup glitch (spotted by George Yoshida) |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Tim Peters | Remove svn:mime-type (inexplicably set to a binary... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Tim Peters | Set svn:eol-style to native. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Brett Cannon | Fix parsing of exception_hierarchy.txt when a platform... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Document new Py_ssize_t API. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Use %ld and casts to long for refcount printing, in... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Use %zd format characters for Py_ssize_t types. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Remove redundant isinstance() check. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Put back the essence of Jeremy's original XXX comment. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Add tool to check documentation against declaration. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Make documentation match the implementation. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Tim Peters | Repair mangled code in the Windows flavor of |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Brett Cannon | Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Brett Cannon | PEP 352 implementation. Creates a new base class,... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Use Py_ssize_t for PyArg_UnpackTuple arguments. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Remove unused field. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Martin v. Löwis | Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Py_ssize_t-ify. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Thomas Wouters | Fix DBEnv's set_tx_timestamp wrapper to be slightly... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | Move #include to outside "extern C {}", before Tim... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Don't pollute namespace as bad as before. All the... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | Make 'as' an actual keyword when with's future statemen... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Change non-ASCII warning into a SyntaxError. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | Include code.h more sanely. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | No need to export PySTEntry_New, it is only used in... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Set eol-style on new .py files. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Guido van Rossum | Updates to the with-statement: |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | unparse.py can now unparse itself. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Add a note about removing the file once the bug is... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Its right now. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Ignore .pyc files |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Note that as generates a warning too |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Martin owns PEP 353 and did most of the work |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Make __future__ features similar for with and absolute... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | Generally inehrit codeflags that are in PyCF_MASK,... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Add some stats collection in debugging mode. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Gave README a .txt extension. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | from __future__ import with_statement addon for 'with... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Add directory which contains known ref leaks. Some... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Use simple PyList to implement list of PyObject pointers |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Set EOL style to native. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Another bit of unconstification. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Tabify |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Instead of printing the exception when you interrupt... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Remove asdl_seq_APPEND() and simplify asdl seq implemen... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Update comments |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Real arena implementation |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | George Yoshida points out that the special characters |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Test case to cover subscription bug from SF 1333982 |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | Wups, add NEWS item I'd written but not checked in. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | SF patch #1438387, PEP 328: relative and absolute imports. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Fredrik Lundh | markup glitch (spotted by George Yoshida) |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Anthony Baxter | XXX something for amk's attention |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Guido van Rossum | Forgot to explain the effect of the new opcode. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Generate return statement. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Guido van Rossum | Update the compiler package to compile the with-statement. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Add generation of the version. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Ignore resource file |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Add support for version field on Modules |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Brett Cannon | Check the return code for PyErr_Warn() when warning... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Tim Peters | PyErr_ProgramText(): Grrrrrr. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Neal Norwitz | Finish removal of CO_GENERATOR_ALLOWED. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | unconst. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Clarify C-style exception handling with proper label... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Fix assertions. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Guido van Rossum | PEP 343 -- the with-statement. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Start of a source code unparser. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Neal Norwitz | Even though we don't currently use unicode or complex... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Brett Cannon | Don't filter out OverflowWarning; should be a test... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Make or_test similar to test, not testlist. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Skip over doc strings. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Convert array.array.insert to use Py_ssize_t (like... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jeremy Hylton | Fix parsing of subscriptlist. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | More unconsting. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Tim Peters | Patch 1413181, by Gabriel Becedillas. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | And some more cleanup. |
commit | commitdiff | tree | snapshot |
next |