]> granicus.if.org Git - python/shortlog
python
2007-11-24 Georg Brandl#1467: fix documentation for TestResult.add{Error,Failure}.
2007-11-24 Georg Brandl#1344: document that you need to open std{in,out,err...
2007-11-24 Skip Montanarorevert
2007-11-24 Skip Montanarorevert change that breaks test_doctest (which I forgot...
2007-11-24 Christian HeimesBackport of fixes from py3k branch
2007-11-24 Christian HeimesAdded filename to compiling struct based on Martin...
2007-11-23 Facundo BatistaTest cases from Cowlishaw, v2.57. All are pased cleanly.
2007-11-23 Facundo BatistaMajor change in the internal structure of the Decimal
2007-11-23 Skip Montanaroissue 1429818
2007-11-23 Skip MontanaroMake trace and doctest play nice together (issue 142981...
2007-11-23 Andrew M. KuchlingAdd item
2007-11-23 Christian HeimesAnd yet another fix for the patch. Paul Moore has send...
2007-11-23 Christian HeimesHow did the comment get there?
2007-11-23 Christian HeimesFixed problems in the last commit. Filenames and line...
2007-11-23 Christian HeimesApplied patch #1754273 and #1754271 from Thomas Glee
2007-11-23 Christian HeimesBackport of PCbuild9 fixes from py3k r59130
2007-11-23 Brett CannonFix a bug in the test for using __loader__.get_data().
2007-11-22 Christian HeimesBackport of the PCbuild9 directory from the py3k branch.
2007-11-22 Guido van RossumBackport of _abccoll.py by Benjamin Arangueren, issue...
2007-11-21 Christian HeimesFinal fix for #1403
2007-11-21 Amaury Forgeot... Add a NEWS entry for r59076.
2007-11-21 Christian HeimesAdded NEWS entry
2007-11-21 Brett CannonAdd a missing check before deleting a package's __loader__.
2007-11-21 Brett Cannondoctest assumed that a package's __loader__.get_data...
2007-11-21 Christian HeimesFixed #1372: zlibmodule.c: int overflow in PyZlib_decom...
2007-11-21 Brett CannonRemove a unneeded line that had typos.
2007-11-20 Amaury Forgeot... The incremental decoder for utf-7 must preserve its...
2007-11-20 Nick CoghlanBackport some main.c cleanup from the py3k branch
2007-11-20 Christian HeimesAnother fix for test_shutil. Martin pointed out that...
2007-11-20 Martin v. LöwisPatch #1468: Package Lib/test/*.pem.
2007-11-20 Christian HeimesFixed bug #1470
2007-11-19 Guido van RossumFix the OSX failures in this test -- they were due...
2007-11-19 Guido van RossumMake this work stand-alone, too.
2007-11-19 Facundo BatistaFixed detail in add_type() explanation (issue 1463).
2007-11-19 Nick CoghlanEnable some test_cmd_line_script debugging output to...
2007-11-19 Walter DörwaldFix for #1444: utf_8_sig.StreamReader was (indirectly...
2007-11-19 Walter DörwaldFix typo in comment.
2007-11-19 Neal NorwitzUse a slightly more recent version than 1.5.2b2.
2007-11-18 Nick CoghlanPatch #1739468: Directories and zipfiles containing...
2007-11-17 Brett CannonRemove a confusing sentence about pth files and which...
2007-11-17 Raymond HettingerFix signature in example
2007-11-16 Facundo BatistaMade _ParseTupleFinds only defined to unicodeobject.c
2007-11-16 Facundo BatistaFix for stupid error (I need to remember to do a full...
2007-11-16 Facundo BatistaNow in find, rfind, index, and rindex, you can use...
2007-11-16 Guido van RossumA patch from issue 1378 by roudkerk:
2007-11-15 Bill Janssenadd the certificate for the Python SVN repository for...
2007-11-15 Raymond HettingerAdd example for use cases requiring default values.
2007-11-15 Raymond HettingerExample of multiple replacements.
2007-11-15 Raymond HettingerFixup example in docs.
2007-11-15 Raymond HettingerSmall improvement to the implementation of __replace__().
2007-11-15 Raymond HettingerAccept Issac Morland's suggestion for __replace__ to...
2007-11-14 Raymond HettingerAdd test for __fields__ being read-only
2007-11-14 Raymond HettingerMake __fields__ read-only. Suggested by Issac Morland
2007-11-14 Georg BrandlRemove dead link from random docs.
2007-11-13 Amaury Forgeot... Merge from py3k branch:
2007-11-12 Guido van RossumAdd the test from issue 1704621 (the issue itself is...
2007-11-12 Christian Heimesreadline module cleanup
2007-11-12 Walter DörwaldFix TextCalendar.prweek(). This closes issue #1427.
2007-11-12 Martin v. LöwisPatch #1418: Make the AC_REPLACE_FUNCS object files...
2007-11-12 Martin v. LöwisOnly set rl_completion_display_matches_hook if there
2007-11-12 Andrew M. KuchlingRe-word sentence
2007-11-12 Christian HeimesFix for #1427: Error in standard module calendar
2007-11-12 Christian HeimesAdded new decorator syntax to property.__doc__
2007-11-11 Georg BrandlRemove duplication of "this".
2007-11-11 Vinay SajipFixed a bug reported (in private email, by Robert Crida...
2007-11-10 Guido van RossumIssue 1416. Add getter, setter, deleter methods to...
2007-11-10 Raymond HettingerUse a freelist to speed-up block allocation and dealloc...
2007-11-09 Raymond HettingerOptimize common case for dict.fromkeys().
2007-11-09 Martin v. LöwisAdd Amaury Forgeot d'Arc.
2007-11-09 Georg BrandlCorrect a comment about testing methods - nowadays...
2007-11-09 Georg BrandlFix misleading example.
2007-11-09 Georg BrandlFix seealso link to sets docs. Do not merge to Py3k.
2007-11-08 Raymond HettingerReposition the decref (spotted by eagle-eye norwitz).
2007-11-08 Raymond HettingerAdd set.isdisjoint()
2007-11-07 Christian HeimesBackport of Guido's review of my patch.
2007-11-07 Christian HeimesBackported fix for bug #1392 from py3k branch r58903.
2007-11-07 Nick CoghlanAdd missing NEWS entry
2007-11-07 Raymond HettingerAdd build option for faster loop execution.
2007-11-07 Raymond HettingerOptimize dict.fromkeys() with dict inputs. Useful...
2007-11-07 Raymond HettingerFix marshal's incorrect handling of subclasses of built...
2007-11-06 Guido van RossumAdd missing "return NULL" in overflow check in PyObject...
2007-11-06 Gregory P.... Fixes Issue 1385: The hmac module now computes the...
2007-11-05 Mark SummerfieldClarified the fact that you can have comments for indiv...
2007-11-05 Mark SummerfieldAdded cross-references between the various archive...
2007-11-05 Gregory P.... * db->get_flags is only available in BerkeleyDB >= 4.2
2007-11-05 Gregory P.... * db->get_types is only available in BerkeleyDB >...
2007-11-05 Gregory P.... Add the bsddb.db.DBEnv.lock_id_free method.
2007-11-05 Gregory P.... Fixes bug 477182 on pybsddb.sf.net. DB objects now...
2007-11-04 Georg BrandlFix syntax for versionchanged markup.
2007-11-04 Skip MontanaroNote change to get_dialect semantics in 2.5. Will...
2007-11-03 Brett CannonAdd a missing quotation mark.
2007-11-02 Georg BrandlMake "hashable" a glossary entry and clarify docs on...
2007-11-02 Thomas HellerEnable the full ctypes c_longdouble tests again.
2007-11-02 Thomas HellerIssue #1292: On alpha, arm, ppc, and s390 linux systems the
2007-11-02 Nick CoghlanFix for bug 1705170 - contextmanager swallowing StopIte...
2007-11-02 Mark SummerfieldAdded more file-handling related cross-references.
2007-11-01 Gregory P.... false "fix" undone as correct problem was found and...
2007-11-01 Gregory P.... Undo revision 58533 58534 fixes. Those were a workarou...
2007-11-01 Gregory P.... Fix bug introduced in revision 58385. Database keys...
2007-11-01 Georg BrandlFix markup glitch.
next