]> granicus.if.org Git - python/shortlog
python
2006-04-18 Michael W.... add a very old crasher from the 2.1 -> 2.2 round of...
2006-04-18 Andrew M. KuchlingAdd item
2006-04-18 Skip MontanaroC++ compiler cleanup: proper casts
2006-04-18 Andrew M. KuchlingComment typo fix
2006-04-18 Martin v. LöwisRemove types from type_list if they have no objects
2006-04-18 Neal NorwitzWhitespace normalization
2006-04-18 Phillip J. EbyIt's probably a good idea to actually *install* setupto...
2006-04-18 Phillip J. EbyHandle easy_install being run via -m with no __file__...
2006-04-18 Phillip J. EbyInitial import of setuptools, with integrated tests.
2006-04-18 Tim PetersFinally figured out why this module did its imports...
2006-04-18 Tim PetersAt least test_threading_local doesn't leak any more.
2006-04-18 Phillip J. Ebytest_pyclbr goes nuts when a module contains code to...
2006-04-18 Skip Montanarocorrect function signature
2006-04-18 Phillip J. EbySecond phase of refactoring for runpy, pkgutil, pydoc...
2006-04-18 Skip MontanaroC++ compiler cleanup: cast...
2006-04-18 Skip MontanaroC++ compiler cleanup: extern "C" a couple declarations...
2006-04-18 Skip MontanaroC++ compiler cleanup: migrate to modsupport.h
2006-04-18 Skip MontanaroC++ compiler cleanup: cast signed to unsigned
2006-04-18 Skip Montanaroreset errno before calling confstr - use confstr()...
2006-04-18 Skip MontanaroC++ compiler cleanup: bunch-o-casts, plus use of unsign...
2006-04-18 Skip MontanaroC++ compile cleanup: proper declaration of _Py_BuildVal...
2006-04-18 Skip MontanaroC++ compilation cleanup: Migrate declaration of
2006-04-17 Tim Peterslocal.__del__(): This didn't actually do anything...
2006-04-17 Phillip J. EbyFirst phase of refactoring for runpy, pkgutil, pydoc...
2006-04-17 Martin v. LöwisAdd reindent target.
2006-04-17 Martin v. LöwisReindent.
2006-04-17 Martin v. LöwisRemove bogus character.
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...
next