]> granicus.if.org Git - python/shortlog
python
2006-01-02 Martin v. LöwisRegenerate.
2006-01-02 Martin v. LöwisAdjust usage of compiler_use_new_block to its return...
2006-01-02 Neal NorwitzScript to automatically build and test python and doc...
2006-01-02 Fred Drakeupdate to reflect move to Subversion
2006-01-02 Neal NorwitzFix ref/memory leak introduced in rev 41845.
2006-01-01 Barry WarsawPorted from 2.4 branch:
2006-01-01 Georg BrandlBug #1394868: doc typos
2006-01-01 Tim PetersFixed English in a comment; trimmed trailing whitespace;
2005-12-30 Tim Peterstest_main(): Restore the original root logger level...
2005-12-30 Tim PetersWhitespace normalization.
2005-12-30 Martin v. LöwisWork around test_locale failing on Solaris.
2005-12-30 Martin v. LöwisUse -xcode=pic32 for SunPro. Will backport to 2.4.
2005-12-30 Skip MontanaroFix a delimiter detection problem in sniffer. Sniffing...
2005-12-30 Skip Montanarotypo, use parens for continued expr
2005-12-29 Fredrik LundhSF#1391872
2005-12-29 Armin RigoSF patch #1379023: document that a weakref callback...
2005-12-29 Armin RigoSF bug #1153075: "PyXxx_Check(x) trusts x->ob_type...
2005-12-29 Armin Rigoadding in-place operators to the operator module.
2005-12-29 Armin RigoTypo.
2005-12-29 Armin RigoSF patch #1390657:
2005-12-29 Armin Rigotwo missing PyDoc_STR().
2005-12-28 Skip Montanarotypo
2005-12-28 Skip MontanaroFix for problem with Sniffer class. If your delimiter...
2005-12-27 Georg BrandlBug #999767: make setup.py obey Setup.local wrt shared...
2005-12-27 Georg Brandl[ 959576 ] Can't build Python on POSIX w/o $HOME
2005-12-27 Georg BrandlRevert checkin for bug #1386675.
2005-12-27 Georg BrandlBug #1386675: winreg raises WindowsErrors
2005-12-26 Georg BrandlBug #1389673: document correct return value of set...
2005-12-26 Georg BrandlBug #489256: remove note about Python 1.1 profiler
2005-12-26 Georg BrandlBug #954981: urllib2 example wont work w/o ssl
2005-12-26 Georg BrandlBug #839075: document that highly recursive data cannot...
2005-12-26 Georg BrandlBug #839585: mention % string operator in language ref
2005-12-26 Georg BrandlBug #756104: document that bufsize in socket.recv(...
2005-12-26 Georg BrandlBug #649974: make docstrings for url2pathname consistent
2005-12-26 Armin RigoUpdating the short blob about old/new-style classes...
2005-12-26 Tim PetersAs reported on c.l.py, the _elementtree project
2005-12-25 Tim PetersWhitespace normalization.
2005-12-25 Tim Peterstest_bug_1333982(): This one must fail under -O.
2005-12-25 Tim PetersRepair longstanding damage introduced by the AST merge:
2005-12-25 Fredrik Lundhfixed one more typo
2005-12-25 Fredrik LundhSF#1389809
2005-12-25 Fredrik Lundhfixed two typos in pprint reference page
2005-12-24 Tim Petersdo_mkvalue(), 'I' and 'k' cases: squash legitimate
2005-12-24 Tim Petersconst poisoning, spreading to fix new const warnings
2005-12-24 Neal NorwitzIgnore pyc files for building doc
2005-12-23 Neal NorwitzPatch #1157027, cookielib mis-handles RFC 2109 cookies...
2005-12-23 Neal NorwitzSF patch #1157027, cookielib mis-handles RFC 2109 cooki...
2005-12-23 Neal NorwitzAdd missing dep for cookielib doc
2005-12-23 Neal NorwitzPatch #1117398: fix cookielib LoadError
2005-12-23 Neal NorwitzFix SF #1117398, cookielib LWPCookieJar and MozillaCook...
2005-12-22 Andrew M. Kuchling[Patch #1375417] Massive rearrangement of the Library...
2005-12-22 Andrew M. KuchlingAdd more chapter intros
2005-12-22 Andrew M. KuchlingAdd markup
2005-12-22 Andrew M. KuchlingAdd some chapter introductions (not linked into the...
2005-12-22 Andrew M. KuchlingUpdate text
2005-12-22 Andrew M. KuchlingTypo fix
2005-12-22 Andrew M. KuchlingTypo fix
2005-12-22 Georg Brandl[ 1388141 ] Minor error in md5 docs
2005-12-21 Thomas HellerAdd Python\pyarena.c to the VC project file.
2005-12-19 Barry WarsawRevert most of r41765. Don't use $Revision$ in Py_GetB...
2005-12-19 Neal NorwitzRemove extra parens
2005-12-19 Neal NorwitzRemove extra parens
2005-12-19 Neal NorwitzBug #1072182, fix some potential problems if characters...
2005-12-19 Neal NorwitzFix SF bug #1072182, problems with signed characters.
2005-12-19 Neal NorwitzBug #889500, fix line number on SyntaxWarning for globa...
2005-12-18 Barry WarsawHandle a couple of use cases discussed in python-dev...
2005-12-18 Neal NorwitzJack said we don't need the Mac/Python/ directory any...
2005-12-18 Fredrik Lundhadded TerminateProcess support to _subprocess driver
2005-12-18 Fredrik LundhSF#1383115
2005-12-18 Fredrik Lundhfixed compilation with an ordinary C89 compiler
2005-12-18 Fredrik LundhFixed None reference leaks in TreeBuilder class (report...
2005-12-18 Neal NorwitzCheck return result for error
2005-12-18 Neal NorwitzFix Armin's bug 1333982. He found it, he didn't created...
2005-12-18 Neal NorwitzFix compiler warnings
2005-12-18 Neal NorwitzHandle more error conditions with SystemError
2005-12-18 Neal NorwitzFix Bug #1378022, UTF-8 files with a leading BOM crashe...
2005-12-18 Neal NorwitzGet float() to be more portable across platforms. ...
2005-12-18 Neal NorwitzSet MemoryError when alloc fails
2005-12-18 Neal NorwitzWrap long lines in the grammar
2005-12-18 Neal NorwitzFix _sys_version() so it works with the new buildno...
2005-12-18 Neal NorwitzSF Patch #1365916, mmap fails on AMD64
2005-12-18 Neal NorwitzCleanup a bit and make things more consistent.
2005-12-18 Neal NorwitzAdd versionadded info
2005-12-18 Barry WarsawExpose Subversion revision number (calculated via ...
2005-12-17 Neal NorwitzDoc for PEP 341, needs improvement
2005-12-17 Georg BrandlFix leftover word.
2005-12-17 Georg BrandlAdded PEP 341 to NEWS.
2005-12-17 Neal NorwitzSF patch #1355913, PEP 341 - Unification of try/except...
2005-12-17 Neal NorwitzMerge from ast-arena. This reduces the code in Python...
2005-12-17 Neal NorwitzAdd Michael Urman for work on SF patch #1365916
2005-12-17 Georg BrandlBug #1373197: note that os.makedirs does not work with...
2005-12-17 Georg BrandlBug #1343671: clarify docs for os.removedirs
2005-12-17 Georg BrandlBug #1106572: clarify os.makedirs docs wrt umask
2005-12-17 Fredrik LundhFixed reference counting error when using the entity...
2005-12-17 Hye-Shik ChangBug #1379994: Fix *unicode_escape codecs to encode...
2005-12-16 Tim PetersMore text about the pragmatic significance of hashlib.
2005-12-16 Brett CannonAdd the missing mention of the hashlib module.
2005-12-16 Fredrik Lundhadded encoding tests to ElementTree/cElementTree tests
2005-12-16 Fredrik Lundhupdating to cElementTree 1.0.5 (step 3 of 3)
2005-12-16 Fredrik Lundhupdating to cElementTree 1.0.5 (step 2 of 3)
next