summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added words about what PyArena_Malloc() does.Tim Peters2006-03-022-5/+17
* Beefed up description of what this does; new XXX.Tim Peters2006-03-021-2/+10
* New XXX pointing out errors in the description ofTim Peters2006-03-021-0/+6
* Fix crashing bug in tokenizer, when tokenizing files with non-ASCII bytesThomas Wouters2006-03-021-0/+5
* Trimmed trailing whitespace.Tim Peters2006-03-022-7/+7
* Fix refleak in PyErr_Display().Brett Cannon2006-03-021-15/+14
* Explain why we use the unsigned int format for a signed int variable.Thomas Wouters2006-03-021-0/+4
* Fix mismatch opening and closing quotes on a string.Brett Cannon2006-03-021-2/+1
* Fix refleak if from __future__ import was not firstNeal Norwitz2006-03-021-0/+1
* Use Py_ssize_t since we are working with list size belowNeal Norwitz2006-03-021-1/+1
* Spell threading write, not thraeadingNeal Norwitz2006-03-021-1/+1
* Properly fix Py_SAFE_DOWNCAST-triggerd bugs.Thomas Wouters2006-03-021-7/+10
* Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_tThomas Wouters2006-03-021-7/+4
* Add a missing Py_DECREF to BaseException__unicode__ .Brett Cannon2006-03-021-2/+8
* Fix failure of test_compiler.py when compiling test_contextlib.py.Guido van Rossum2006-03-022-4/+7
* Update known issues to reflect realityNeal Norwitz2006-03-021-4/+1
* Remove duplicate entryNeal Norwitz2006-03-021-3/+0
* Fix latex typos as spotted by George Yoshida.Brett Cannon2006-03-021-1/+3
* Fix memory leak on attributes.Martin v. Löwis2006-03-022-6/+16
* Make Py_ssize_t-cleanThomas Wouters2006-03-021-2/+4
* Make Py_ssize_t clean.Thomas Wouters2006-03-011-1/+3
* Reformat the exception message by going through a list.Martin v. Löwis2006-03-011-1/+3
* Remove UNLESS.Martin v. Löwis2006-03-011-29/+28
* Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints.Thomas Wouters2006-03-011-2/+2
* Whitespace normalization.Tim Peters2006-03-011-1/+1
* Fix gcc (4.0.x) warning about use of uninitialized variable.Thomas Wouters2006-03-011-0/+1
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-0116-244/+382
* Rework channelnumber/samplesize detetion code's output variables a bit toThomas Wouters2006-03-012-14/+12
* Fix incompatible assignment warning from previous checkin.Thomas Wouters2006-03-011-1/+2
* 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