]> granicus.if.org Git - python/shortlog
python
2006-04-17 Martin v. LöwisUse GetModuleFileNameEx instead of GetProcessImageFileName,
2006-04-17 Martin v. LöwisPatch #790710: Add breakpoint command lists in pdb.
2006-04-17 George Yoshidafix long option markup
2006-04-17 Ronald Oussorendisutils checks if MACOSX_DEPLOYMENT_TARGET is consiste...
2006-04-17 Andrew M. KuchlingUpdate status of document
2006-04-17 Andrew M. KuchlingRemove translated code hidden inside a comment environm...
2006-04-17 Ronald OussorenThis patches fixes a number of byteorder problems in...
2006-04-17 Ronald OussorenTeach platform about darwin/x86
2006-04-17 Martin v. LöwisRevert to 45478, disable kill_python command for now.
2006-04-17 Martin v. LöwisCheck whether disk space is full.
2006-04-17 Martin v. LöwisRename binary again; increase noise; stop trying to...
2006-04-17 Martin v. LöwisRename binaries again; increase noise.
2006-04-17 Martin v. LöwisRename binary to avoid conflicts with hanging processes...
2006-04-17 Martin v. LöwisTry some tracing
2006-04-17 Martin v. LöwisAdd kill_python command.
2006-04-17 Armin RigoFix for a bug exposed by r45232:
2006-04-17 Neal NorwitzNo need to cast a Py_ssize_t, use %z in PyErr_Format
2006-04-17 Neal NorwitzAdd a comment to explain why we are calling _cleanup()
2006-04-17 Neal NorwitzTry to stop the test from leaking and yet still work...
2006-04-17 Neal NorwitzRemove unused field
2006-04-17 Neal NorwitzAdd some notes about a couple of poorly behaved tests
2006-04-17 Neal Norwitztest_cmd_line should not leak any more, ensure an empty...
2006-04-17 Neal NorwitzGet test to consistently show no leaks
2006-04-17 Neal NorwitzNo reason to export get_decomp_record, make static
2006-04-17 Neal NorwitzmoduleName can be NULL
2006-04-16 Tim PetersWhitespace normalization.
2006-04-16 Tim PetersAdd missing SVN eol-style property to text files.
2006-04-16 Thomas WoutersUse %zd instead of %i as format character (in call...
2006-04-16 Martin v. LöwisPatch #1063914: Add clipboard_get.
2006-04-16 Andrew M. KuchlingAdd item
2006-04-16 Martin v. LöwisInitialize structseq types only once.
2006-04-16 Martin v. LöwisUpdate instructions for EXTRA_CFLAGS: configure ignores
2006-04-16 Andrew M. KuchlingDescribe contextlib module. (Done for today...)
2006-04-16 Andrew M. KuchlingWrite most of the 'writing context managers' section...
2006-04-16 Thomas WoutersMake test_timeout not fail on systems with no dots...
2006-04-16 Thomas WoutersMake test_warnings play nice with regrtest -R:: now...
2006-04-16 Thomas WoutersSpecialcase 'xs4all' (.nl/.net/.com/whatever else we...
2006-04-16 Thomas WoutersThis test no longer leaks, and test_generators sufficie...
2006-04-16 Neal NorwitzFix valgrind problem with invalid memory read
2006-04-16 Neal NorwitzFix memory leak
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.
next