summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc (4.0.x) warning about use of uninitialized variables.Thomas Wouters2006-03-011-1/+2
* Silence gcc (4.0.x) warning about use of uninitialized value.Thomas Wouters2006-03-011-1/+1
* Document PEP 352 changes. Also added GeneratorExit.Brett Cannon2006-03-014-74/+63
* Fix uninitialized value. (Why are we using bools instead of ints, like we doThomas Wouters2006-03-011-1/+1
* Fix brainfart.Thomas Wouters2006-03-011-1/+1
* Remove gcc (4.0.x) warning about uninitialized value by explicitly settingThomas Wouters2006-03-011-2/+1
* Make Py_ssize_t-clean.Thomas Wouters2006-03-011-8/+13
* Make Py_ssize_t-clean.Thomas Wouters2006-03-011-17/+18
* Fix more memory leaks. Will backport to 2.4.Martin v. Löwis2006-03-011-1/+5
* Fix C99-ism, and add XXX to commentThomas Wouters2006-03-011-1/+1
* Make failures in test cases print failing source file.Martin v. Löwis2006-03-011-1/+5
* Update for 'with' statement.Brett Cannon2006-03-013-17/+24
* Fix a bug in nested() - if one of the sub-context-managers swallows theGuido van Rossum2006-03-012-1/+58
* Change GC refcount to Py_ssize_t.Martin v. Löwis2006-03-012-2/+2
* Reconst parameters that lost their const in the AST merge.Martin v. Löwis2006-03-012-3/+3
* Fix warning that texcheck complained about.Martin v. Löwis2006-03-011-1/+1
* Tabify and reflow some long lines.Jeremy Hylton2006-03-011-696/+702
* Add missing DECREF.Jeremy Hylton2006-03-011-1/+5
* markup glitch (spotted by George Yoshida)Fredrik Lundh2006-03-011-1/+1
* Remove svn:mime-type (inexplicably set to a binary type),Tim Peters2006-03-013-294/+294
* Set svn:eol-style to native.Tim Peters2006-03-015-281/+281
* Fix parsing of exception_hierarchy.txt when a platform-specific exception isBrett Cannon2006-03-011-0/+1
* Document new Py_ssize_t API.Martin v. Löwis2006-03-012-1/+27
* Use %ld and casts to long for refcount printing, in absense of a universallyThomas Wouters2006-03-013-12/+31
* Use %zd format characters for Py_ssize_t types.Thomas Wouters2006-03-011-6/+6
* Remove redundant isinstance() check.Thomas Wouters2006-03-011-1/+1
* Put back the essence of Jeremy's original XXX comment.Thomas Wouters2006-03-011-1/+3
* Add tool to check documentation against declaration.Martin v. Löwis2006-03-011-0/+157
* Make documentation match the implementation.Martin v. Löwis2006-03-016-167/+168
* Repair mangled code in the Windows flavor ofTim Peters2006-03-011-2/+1
* Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditionalBrett Cannon2006-03-012-4/+5
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-0116-232/+570
* Use Py_ssize_t for PyArg_UnpackTuple arguments.Martin v. Löwis2006-03-012-3/+3
* Remove unused field.Martin v. Löwis2006-03-011-1/+0
* Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t.Martin v. Löwis2006-03-011-4/+4
* Py_ssize_t-ify.Thomas Wouters2006-03-011-5/+10
* Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct onThomas Wouters2006-03-011-4/+5
* Move #include to outside "extern C {}", before Tim figures out it'll breakThomas Wouters2006-02-281-2/+3
* Regenerate.Thomas Wouters2006-02-281-0/+2
* Don't pollute namespace as bad as before. All the types are static now.Neal Norwitz2006-02-282-159/+159
* Make 'as' an actual keyword when with's future statement is used. NotThomas Wouters2006-02-285-206/+212
* Change non-ASCII warning into a SyntaxError.Martin v. Löwis2006-02-281-10/+6
* Include code.h more sanely.Thomas Wouters2006-02-281-3/+2
* No need to export PySTEntry_New, it is only used in symtable.cNeal Norwitz2006-02-282-3/+3
* Set eol-style on new .py files.Tim Peters2006-02-280-0/+0
* Updates to the with-statement:Guido van Rossum2006-02-2812-96/+609
* unparse.py can now unparse itself.Martin v. Löwis2006-02-281-2/+139
* Add a note about removing the file once the bug is fixedNeal Norwitz2006-02-281-1/+2
* Its right now.Tim Peters2006-02-281-3/+3
* Ignore .pyc filesNeal Norwitz2006-02-280-0/+0