summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Whitespace normalizationThomas Wouters2006-04-151-12/+14
* Fix typo.Thomas Heller2006-04-151-1/+1
* Fix for FreeBSD. Fixes http://python.org/sf/1470353.Thomas Heller2006-04-151-2/+2
* Zap ZAP.Martin v. Löwis2006-04-151-25/+18
* Patch #1470875: Building Python with MS Free Compiler.Martin v. Löwis2006-04-154-0/+171
* Remove partial change (don't edit, commit and think at the same time :P)Thomas Wouters2006-04-151-1/+0
* Re-instate backward compatibility by defining Py_CLEAR if it isn'tThomas Wouters2006-04-151-0/+14
* Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, forThomas Wouters2006-04-158-57/+30
* Clear dummy and emptyfrozenset, so that we don't haveMartin v. Löwis2006-04-151-2/+2
* Fix sys.getobjects(0): we get a reference to theMartin v. Löwis2006-04-151-0/+3
* Unlink the structseq type from the global list ofMartin v. Löwis2006-04-151-0/+8
* Patch #1191700: Adjust column alignment in bdb breakpoint lists.Martin v. Löwis2006-04-152-3/+5
* Patch #1191065: Fix preprocessor problems on systems where recvfromMartin v. Löwis2006-04-152-6/+11
* Patch #1161914: Add python-config.Martin v. Löwis2006-04-153-0/+56
* frame_clear(): Explain why it's important to make the frameTim Peters2006-04-151-18/+11
* frame_traverse(): Use the standard Py_VISIT macro.Tim Peters2006-04-152-23/+21
* Trimmed trailing whitespace.Tim Peters2006-04-151-13/+12
* There were no comments explaining what Py_CLEAR() did orTim Peters2006-04-151-0/+34
* Changed comments to make sense now that the LazyList-basedTim Peters2006-04-151-4/+6
* Fix SF#1470508: crash in generator cycle finalization. There were twoPhillip J. Eby2006-04-153-26/+22
* Coverity-found bug: datetime_strptime() failed to check for NULL return fromThomas Wouters2006-04-141-0/+4
* Add an item; better crediting; fix error in SQL example; minor editsAndrew M. Kuchling2006-04-141-32/+29
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
* Whitespace normalization.Tim Peters2006-04-141-16/+16
* Add a BufferedIncrementalEncoder class that can be used for implementingWalter Dörwald2006-04-143-9/+169
* Make error message less misleading for u"a..b".encode("idna").Walter Dörwald2006-04-141-3/+3
* Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR,Martin v. Löwis2006-04-142-20/+1
* Fix wrong attribute name.Walter Dörwald2006-04-141-1/+1
* Make raise statements PEP 8 compatible.Walter Dörwald2006-04-141-11/+11
* Patch #1045620: Prepend Modules/ before Setup in stdout.Martin v. Löwis2006-04-142-5/+5
* Patch #1470300: Port _hotshot to QNX4.25 port.Martin v. Löwis2006-04-141-2/+2
* Patch #1355883: Build Python-ast.c and Python-ast.hMartin v. Löwis2006-04-142-35/+40
* Show case: reference cycles involving only the ob_type field are ratherArmin Rigo2006-04-141-0/+13
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
* Patch #1324762: Change --with-cxx to --with-cxx-main.Martin v. Löwis2006-04-146-356/+281
* Call encode()/decode() with final==True as the last call in theWalter Dörwald2006-04-141-0/+4
* Typo fixesAndrew M. Kuchling2006-04-141-2/+2
* Add more itemsAndrew M. Kuchling2006-04-141-10/+70
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
* Add an item and a reminderAndrew M. Kuchling2006-04-141-0/+9
* Make Py_BuildValue, PyObject_CallFunction andMartin v. Löwis2006-04-148-65/+172
* Copy note from leakers README here too. We want to keep all test cases.Neal Norwitz2006-04-141-0/+5
* Restore test tee with some modifications.Neal Norwitz2006-04-141-0/+25
* Move the old test_generator_cycle.py which leaked but was removed into the testNeal Norwitz2006-04-141-0/+17
* Update notes to address cyclic garbage and what should happen when a test is ...Neal Norwitz2006-04-141-0/+13
* SF Bug #1454485, array.array('u') could crash the interpreter whenNeal Norwitz2006-04-142-5/+9
* Added George Yoshida.Tim Peters2006-04-141-0/+6
* ALIGNMENT_SHIFT is not usedNeal Norwitz2006-04-141-1/+0
* When using -R, lots of "*** DocTestRunner.merge:" nuisance messagesTim Peters2006-04-131-1/+3
* Whitespace normalization.Tim Peters2006-04-131-1/+1