]> granicus.if.org Git - python/shortlog
python
2006-04-22 Martin v. LöwisFix more ssize_t problems.
2006-04-22 Neal NorwitzAdd libctypes as a dep
2006-04-22 Tim PetersWhitespace normalization.
2006-04-22 Andrew M. KuchlingAdd Gregory K. Johnson's revised version of mailbox...
2006-04-22 Andrew M. KuchlingMake copy of test_mailbox.py. We'll still want to...
2006-04-22 Andrew M. KuchlingFix comment typo
2006-04-22 Andrew M. KuchlingTypo fixes
2006-04-21 Phillip J. EbyGuido wrote contextlib, not me, but thanks anyway. ;)
2006-04-21 Tim PetersSF bug #1473760 TempFile can hang on Windows.
2006-04-21 Thomas HellerDocumentation for ctypes.
2006-04-21 Thomas HellerMerge in changes from ctypes 0.9.9.6 upstream version.
2006-04-21 Thomas HellerMerge in changes from ctypes 0.9.9.6 upstream version.
2006-04-21 Tim PetersWhitespace normalization.
2006-04-21 George YoshidaCorrect the grammar
2006-04-21 Hye-Shik ChangBackport p3yk r45619:
2006-04-21 George YoshidaFix a markup.
2006-04-21 Thomas WoutersPy_ssize_t issue; repr()'ing a very large string would...
2006-04-21 Martin v. LöwisUpgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)
2006-04-21 Andrew M. KuchlingAdd item
2006-04-21 Andrew M. KuchlingAdd \label to make better HTML filenames
2006-04-21 Andrew M. KuchlingAdd two items; typographical improvement for the 'with...
2006-04-21 Andrew M. KuchlingTypo, grammar fixes. This file could use another proof...
2006-04-21 Andrew M. KuchlingAdd TODO item
2006-04-21 Andrew M. KuchlingAdd explanatory message
2006-04-21 Andrew M. KuchlingTypo fixes
2006-04-21 Thomas WoutersFix variable/format-char discrepancy in new-style class...
2006-04-21 Martin v. LöwisPackage setuptools
2006-04-21 Skip MontanaroAllow pstats.Stats creator to specify an alternate...
2006-04-21 Skip MontanaroThis is a long-ago patch I submitted to SF (1100924...
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...
next