]> granicus.if.org Git - python/shortlog
python
2006-04-16 Neal Norwitzerr is no longer used
2006-04-15 Thomas WoutersAdd missing DECREF to PyErr_WriteUnraisable(). That...
2006-04-15 Tim Petersgen_del(): Looks like much this was copy/pasted from
2006-04-15 Tim PetersRemove now-unused variables from tp_traverse and tp_cle...
2006-04-15 Thomas WoutersConsolidate 'leak_test1' and 'refleaks_tests', since...
2006-04-15 Thomas WoutersAdd missing PyObject_GC_Track call, causing *some*...
2006-04-15 Thomas WoutersUse Py_VISIT in all tp_traverse methods, instead of...
2006-04-15 Thomas Wouters - Whitespace normalization
2006-04-15 Thomas HellerFix typo.
2006-04-15 Thomas HellerFix for FreeBSD. Fixes http://python.org/sf/1470353.
2006-04-15 Martin v. LöwisZap ZAP.
2006-04-15 Martin v. LöwisPatch #1470875: Building Python with MS Free Compiler.
2006-04-15 Thomas WoutersRemove partial change (don't edit, commit and think...
2006-04-15 Thomas WoutersRe-instate backward compatibility by defining Py_CLEAR...
2006-04-15 Thomas WoutersUse Py_CLEAR instead of in-place DECREF/XDECREF or...
2006-04-15 Martin v. LöwisClear dummy and emptyfrozenset, so that we don't have
2006-04-15 Martin v. LöwisFix sys.getobjects(0): we get a reference to the
2006-04-15 Martin v. LöwisUnlink the structseq type from the global list of
2006-04-15 Martin v. LöwisPatch #1191700: Adjust column alignment in bdb breakpoi...
2006-04-15 Martin v. LöwisPatch #1191065: Fix preprocessor problems on systems...
2006-04-15 Martin v. LöwisPatch #1161914: Add python-config.
2006-04-15 Tim Petersframe_clear(): Explain why it's important to make...
2006-04-15 Tim Petersframe_traverse(): Use the standard Py_VISIT macro.
2006-04-15 Tim PetersTrimmed trailing whitespace.
2006-04-15 Tim PetersThere were no comments explaining what Py_CLEAR() did or
2006-04-15 Tim PetersChanged comments to make sense now that the LazyList...
2006-04-15 Phillip J. EbyFix SF#1470508: crash in generator cycle finalization...
2006-04-14 Thomas WoutersCoverity-found bug: datetime_strptime() failed to check...
2006-04-14 Andrew M. KuchlingAdd an item; better crediting; fix error in SQL example...
2006-04-14 Andrew M. KuchlingTypo fix
2006-04-14 Tim PetersWhitespace normalization.
2006-04-14 Walter DörwaldAdd a BufferedIncrementalEncoder class that can be...
2006-04-14 Walter DörwaldMake error message less misleading for u"a..b".encode...
2006-04-14 Martin v. LöwisPatch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR,
2006-04-14 Walter DörwaldFix wrong attribute name.
2006-04-14 Walter DörwaldMake raise statements PEP 8 compatible.
2006-04-14 Martin v. LöwisPatch #1045620: Prepend Modules/ before Setup in stdout.
2006-04-14 Martin v. LöwisPatch #1470300: Port _hotshot to QNX4.25 port.
2006-04-14 Martin v. LöwisPatch #1355883: Build Python-ast.c and Python-ast.h
2006-04-14 Armin RigoShow case: reference cycles involving only the ob_type...
2006-04-14 Andrew M. KuchlingTypo fix
2006-04-14 Martin v. LöwisPatch #1324762: Change --with-cxx to --with-cxx-main.
2006-04-14 Walter DörwaldCall encode()/decode() with final==True as the last...
2006-04-14 Andrew M. KuchlingTypo fixes
2006-04-14 Andrew M. KuchlingAdd more items
2006-04-14 Andrew M. KuchlingTypo fix
2006-04-14 Andrew M. KuchlingAdd an item and a reminder
2006-04-14 Martin v. LöwisMake Py_BuildValue, PyObject_CallFunction and
2006-04-14 Neal NorwitzCopy note from leakers README here too. We want to...
2006-04-14 Neal NorwitzRestore test tee with some modifications.
2006-04-14 Neal NorwitzMove the old test_generator_cycle.py which leaked but...
2006-04-14 Neal NorwitzUpdate notes to address cyclic garbage and what should...
2006-04-14 Neal NorwitzSF Bug #1454485, array.array('u') could crash the inter...
2006-04-14 Tim PetersAdded George Yoshida.
2006-04-14 Neal NorwitzALIGNMENT_SHIFT is not used
2006-04-13 Tim PetersWhen using -R, lots of "*** DocTestRunner.merge:" nuisa...
2006-04-13 Tim PetersWhitespace normalization.
2006-04-13 Gregory P.... raise the minimum supported BerkeleyDB version to 3...
2006-04-13 Martin v. LöwisForce 8-alignment of memory blocks, as needed on
2006-04-13 Martin v. LöwisFix type errors.
2006-04-13 Andrew M. KuchlingTypo fix
2006-04-13 Andrew M. Kuchling[Bug #1464571] Mention that generator's .gi_frame can...
2006-04-13 Andrew M. KuchlingAdd some items
2006-04-13 Martin v. LöwisIntroduce asdl_int_seq, to hold cmpop_ty.
2006-04-13 Andrew M. KuchlingInclude more detail on Coverity results and add a link...
2006-04-13 Andrew M. KuchlingDescribe sys.subversion, Py_GetBuildInfo()
2006-04-13 Andrew M. KuchlingAdd missing word
2006-04-13 Skip Montanarorevert - breaks build of Python/ast.c w/ gcc
2006-04-13 Skip MontanaroUse union to discriminate pointer types from enum/int...
2006-04-13 Martin v. LöwisChange more occurrences of maxsplit to Py_ssize_t.
2006-04-13 Martin v. LöwisChange maxsplit types to Py_ssize_t.
2006-04-13 Thomas HellerAllocate the 0x1D1A0000 base adress for the _ctypes...
2006-04-13 Georg BrandlAdd two entries about how to actually clear a list.
2006-04-13 Georg BrandlAdd a test for Py_ssize_t. Correct typo in getargs.c.
2006-04-13 Martin v. LöwisReplace INT_MAX with PY_SSIZE_T_MAX.
2006-04-13 Martin v. LöwisReplace INT_MAX with PY_SSIZE_T_MAX where string length
2006-04-13 Martin v. LöwisReplace INT_MAX with PY_SSIZE_T_MAX.
2006-04-13 Georg BrandlAdd PY_SSIZE_T_MIN/MAX to _testcapi.
2006-04-13 Martin v. LöwisStop claiming that Py_Finalize releases all memory.
2006-04-13 Martin v. LöwisRemove another INT_MAX limitation
2006-04-13 Martin v. LöwisReplace most INT_MAX with PY_SSIZE_T_MAX.
2006-04-13 Anthony BaxterC++ compiler changes. casts, rename variables with...
2006-04-13 Martin v. LöwisSupport NFD of very long strings.
2006-04-13 Neal Norwitztest_compile can be really long if we are using -u...
2006-04-13 Martin v. LöwisChange more ints to Py_ssize_t.
2006-04-13 Martin v. LöwisRevert 34153: Py_UNICODE should not be signed.
2006-04-13 Anthony Baxterwhoops. missed one in an auto-generated file. another...
2006-04-13 Neal NorwitzRemove tests that no longer leak. There is still one...
2006-04-13 Neal NorwitzFix {} mismatch spotted by George Yoshida.
2006-04-13 Tim Peterstty isn't supported on all boxes.
2006-04-13 Andrew M. KuchlingFix typography of Martin's name
2006-04-13 Anthony Baxterspread the extern "C" { } magic pixie dust around....
2006-04-13 Andrew M. KuchlingWrite some ctypes examples
2006-04-13 Skip MontanaroIf compiling with g++ don't use -Wstrict-prototpes.
2006-04-13 Anthony Baxterreverting r45321: Patch #860326: traceback.format_excep...
2006-04-13 Anthony Baxtercasting nastiness to make C++ compiler happy
2006-04-13 Anthony BaxterAdd a cast to make code compile with a C++ compiler.
2006-04-12 Georg BrandlPatch #860326: traceback.format_exception_only() now...
2006-04-12 Gregory P.... Fixes bug #1117761
2006-04-12 Gregory P.... Closes bug #1149413
next