]> granicus.if.org Git - python/shortlog
python
2006-08-25 Tim PetersWhitespace normalization.
2006-08-25 Armin RigoThe regular expression engine in '_sre' can segfault...
2006-08-25 Thomas HellerBuild _ctypes.pyd for win AMD64 into the MSVC project...
2006-08-25 Thomas HellerAdd missing file for _ctypes.pyd port to win64 on AMD64.
2006-08-25 Thomas HellerPort _ctypes.pyd to win64 on AMD64.
2006-08-25 Neal Norwitzimporting types is not necessary if we use isinstance
2006-08-25 Martin v. LöwisPatch #1545507: Exclude ctypes package in Win64 MSI...
2006-08-24 Thomas WoutersFix SF bug #1545837: array.array borks on deepcopy.
2006-08-23 Alex MartelliReverting the patch that tried to fix the issue whereby...
2006-08-23 Jeremy HyltonReplace dead code with an assert.
2006-08-23 Jeremy HyltonBug fixes large and small for tokenize.
2006-08-23 Alex Martellix**2 should about equal x*x (including for a float...
2006-08-23 Jeremy HyltonBaby steps towards better tests for tokenize
2006-08-22 Andrew M. KuchlingMove functional howto into trunk
2006-08-22 Jeremy HyltonExpose column offset information in parse trees.
2006-08-22 Neal NorwitzAlexander Belopolsky pointed out that pos is a size_t
2006-08-22 Anthony Baxterpatch for documentation for recent uuid changes (from...
2006-08-21 Neal NorwitzTry to get the windows bots working again with the...
2006-08-21 Neal NorwitzPatch #1541585: fix buffer overrun when performing...
2006-08-21 Neal NorwitzHandle a few more error conditions.
2006-08-21 Neal NorwitzPatch #1542451: disallow continue anywhere under a...
2006-08-21 Neal NorwitzFix a couple of ssize-t issues reported by Alexander...
2006-08-21 Neal NorwitzAdd assert to make Klocwork happy (#276)
2006-08-21 Neal NorwitzFix bug #1543303, tarfile adds padding that breaks...
2006-08-21 Jeremy HyltonMove peephole optimizer to separate file. (Forgot...
2006-08-21 Jeremy HyltonMove peephole optimizer to separate file.
2006-08-20 Georg BrandlPatch #1542948: fix urllib2 header casing issue. With...
2006-08-19 Neal NorwitzHandle PyString_FromInternedString() failing (unlikely...
2006-08-19 Neal NorwitzMove initialization to after the asserts for non-NULL...
2006-08-19 Neal NorwitzSF #1542693: Remove semi-colon at end of PyImport_Impor...
2006-08-19 Neal NorwitzMove assert to after NULL check, otherwise we deref...
2006-08-19 Neal NorwitzMove initialization of interned strings to before alloc...
2006-08-18 Thomas HellerAdd asserts to check for 'impossible' NULL values,...
2006-08-18 Andrew M. KuchlingMinor edits
2006-08-18 Georg BrandlTypo in tp_clear docs.
2006-08-18 Anthony BaxterRPM specfile updates
2006-08-18 Anthony BaxterUpdating IDLE's version number to match Python's (as...
2006-08-18 Georg BrandlBug #1541682: Fix example in the "Refcount details...
2006-08-18 Neal NorwitzMore version wibble
2006-08-18 Neal NorwitzSet version to 2.6a0, seems more consistent.
2006-08-18 Neal NorwitzTry to get Unix bots install working again.
2006-08-18 Neal NorwitzTry to get Windows bots working again. Take 2
2006-08-18 Neal NorwitzTry to get Windows bots working again
2006-08-18 Neal NorwitzMore post-release wibble
2006-08-18 Neal NorwitzAdd template for 2.6 on HEAD
2006-08-18 Martin v. LöwisBug #1541863: uuid.uuid1 failed to generate unique...
2006-08-17 Martin v. LöwisMerge 51340 and 51341 from 2.5 branch:
2006-08-16 Neil SchemenauerFix a bug in the ``compiler`` package that caused inval...
2006-08-16 Kurt B. KaiserFile menu hotkeys: there were three 'p' assignments...
2006-08-16 Thomas HellerTutorial:
2006-08-16 Andrew M. KuchlingGrammar fix
2006-08-16 Fredrik LundhSF#1534630
2006-08-16 Marc-André... Add NEWS item mentioning the reverted distutils version...
2006-08-16 Thomas HellerRemove the special casing of Py_None when converting...
2006-08-16 Andrew M. KuchlingWording/typo fixes
2006-08-16 Andrew M. KuchlingUpdate bug/patch counts
2006-08-16 Thomas HellerThe __repr__ method of a NULL py_object does no longer...
2006-08-16 Martin v. LöwisMake cl build step compile-only (/c). Remove libs from...
2006-08-16 Andrew M. KuchlingLink to docs; remove an XXX comment
2006-08-16 Andrew M. KuchlingBump document version to 1.0; remove pystone paragraph
2006-08-16 Andrew M. KuchlingAdd UnicodeWarning
2006-08-16 Anthony Baxternews entry for 51307
2006-08-16 Thomas HellerAdd commented assert statements to check that the result of
2006-08-16 Martin v. LöwisBuild _hashlib on Windows. Build OpenSSL with masm...
2006-08-16 Marc-André... Revert to having static version numbers again.
2006-08-16 Kurt B. KaiserGet quit() and exit() to work cleanly when not using...
2006-08-16 Ka-Ping YeeUpdate code and tests to support the 'bytes_le' attribu...
2006-08-16 Kurt B. KaiserPatch #1540892: site.py Quitter() class attempts to...
2006-08-16 Anthony Baxterpreparing for 2.5c1 - no, really this time
2006-08-16 Anthony Baxterpreparing for 2.5c1
2006-08-16 Kurt B. KaiserThe 'with' statement is now a Code Context block opener
2006-08-15 Thomas HellerCheck for NULL return value from new_CArgObject calls.
2006-08-15 Neal NorwitzSubclasses of int/long are allowed to define an __index__.
2006-08-15 Neal NorwitzUpdate the docstring to use a version a little newer...
2006-08-15 Neal NorwitzFix the test for SocketServer so it should pass on...
2006-08-15 Neal NorwitzGeorg fixed one of my bugs, so I'll repay him with...
2006-08-15 Tim PetersWhitespace normalization.
2006-08-14 Georg BrandlPatch #1511317: don't crash on invalid hostname info
2006-08-14 Georg BrandlCookie.py shouldn't "bogusly" use string._idmap.
2006-08-14 Georg BrandlPatch #1536071: trace.py should now find the full modul...
2006-08-14 Georg BrandlAdd an additional test: BZ2File write methods should...
2006-08-14 Georg BrandlPatch #1535500: fix segfault in BZ2File.writelines...
2006-08-14 Georg BrandlMake tabnanny recognize IndentationErrors raised by...
2006-08-14 Georg BrandlFix refleak introduced in rev. 51248.
2006-08-14 Thomas HellerNews item for rev 51281.
2006-08-14 Thomas HellerPatch #1536908: Add support for AMD64 / OpenBSD.
2006-08-14 Marc-André... Correct an accidentally removed previous patch.
2006-08-14 Georg BrandlImprove markup in PyUnicode_RichCompare.
2006-08-14 Marc-André... Readd NEWS items that were accidentally removed by...
2006-08-14 Thomas HellerApply the patch #1532975 plus ideas from the patch...
2006-08-14 Marc-André... Slightly revised version of patch #1538956:
2006-08-14 Thomas HellerRevert the change that tries to zero out a closure...
2006-08-14 Thomas HellerCheck for NULL return value of GenericCData_new().
2006-08-14 Thomas HellerCheck for NULL return value from new_CArgObject().
2006-08-14 Thomas HellerRemove unused, buggy test function.
2006-08-14 Neal NorwitzUpdate purify doc some.
2006-08-14 Neal NorwitzCan't return NULL from a void function. If there is...
2006-08-14 Neal NorwitzIgnore pgen.exe and kill_python.exe for cygwin
2006-08-13 Neal NorwitzGet rid of compiler warning
2006-08-13 Neal NorwitzHandle alloca failures.
next