]> granicus.if.org Git - python/shortlog
python
2006-04-20 Jack Jansen- tp_init shouldn't call base class tp_init by default
2006-04-20 Andrew M. KuchlingChange a footnote to a parenthetical (in two senses...
2006-04-20 Andrew M. KuchlingArgh, make another markup fix
2006-04-20 Andrew M. KuchlingMarkup fix
2006-04-20 Andrew M. KuchlingAdd some items; add "New module" consistently; make...
2006-04-20 Neal NorwitzAddress issues brought up by MvL on python-checkins.
2006-04-20 Neal NorwitzWhitespace, fix indentation
2006-04-20 Martin v. LöwisDocument r43622.
2006-04-20 Skip MontanaroCorrect implementation and documentation of os.confstr...
2006-04-19 Marc-André... Add news item for pybench addition.
2006-04-19 Thomas WoutersMake s.replace() work with explicit counts exceeding...
2006-04-19 Marc-André... Adding pybench 1.3 to the Tools/ directory.
2006-04-19 Thomas WoutersTeach Python/ceval.c's inlining of 'str += str' about...
2006-04-19 Thomas WoutersUse Py_ssize_t to hold the 'width' argument to the...
2006-04-19 Andrew M. KuchlingWrite datetime.strptime() item; show use of @contextman...
2006-04-19 Armin RigoSF Patch #1062014: AF_UNIX sockets under Linux have...
2006-04-18 Brett CannonAdded a pycremoval rule. Called by clean, it removes...
2006-04-18 Thomas WoutersAdd proper svn magic to ignore .pyc/.pyo files in Lib...
2006-04-18 Thomas HellerRename remaining StgDictObject's ffi_type fields to...
2006-04-18 Skip MontanaroC++ compiler cleanup: the typical few casts, and ....
2006-04-18 Skip MontanaroC++ compiler cleanup: a cast here, a cast there......
2006-04-18 Skip MontanaroC++ compiler cleanup: "typename" is a C++ keyword
2006-04-18 Thomas HellerChange those parts of the Python-api that were function...
2006-04-18 Tim PetersWhilespace normalization (reindint.py).
2006-04-18 Phillip J. Ebyadd info re: pydoc, pkgutil, and setuptools additions
2006-04-18 George Yoshidafix typo
2006-04-18 Phillip J. EbySplit ``get_platform()`` into ``get_supported_platform...
2006-04-18 Thomas HellerFix refcounting.
2006-04-18 Jeremy HyltonRefactor: Move code that uses co_lnotab from ceval...
2006-04-18 Andrew M. KuchlingTypo fix
2006-04-18 Armin RigoA dictresize() attack. If oldtable == mp->ma_smalltabl...
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...
next