]> granicus.if.org Git - python/shortlog
python
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.
2007-11-01 Christian HeimesRemoved non ASCII text from test as requested by Guido...
2007-11-01 Christian HeimesBackport of import tests for bug http://bugs.python...
2007-11-01 Georg Brandl#1364: os.lstat is available on Windows too, as an...
2007-10-31 Raymond HettingerSets are marshalable.
2007-10-31 Raymond HettingerClarify the reasons why pickle is almost always better...
2007-10-31 Martin v. LöwisAdding Christian Heimes.
2007-10-31 Neal NorwitzFix some compiler warnings for signed comparisons on...
2007-10-30 Georg BrandlMake example about hiding None return values at the...
2007-10-30 Georg BrandlUse correct markup.
2007-10-30 Kurt B. Kaisercheck in Tal Einat's update to tabpage.py
2007-10-29 Guido van RossumBackport fixes for the code that decodes octal escapes...
2007-10-29 Guido van RossumPatch 1353 by Jacob Winther.
2007-10-28 Kurt B. KaiserAdd confirmation dialog before printing. Patch 1717170...
2007-10-28 Hye-Shik ChangEnable platform-specific tweaks for FreeBSD 8 (exactly...
2007-10-28 Hye-Shik Chang- Add support for FreeBSD 8 which is recently forked...
2007-10-27 Neal NorwitzUpdate URL for Pygments. 0.8.1 is no longer available
2007-10-26 Georg BrandlFix new pop() method on os.environ on ignorecase-platforms.
2007-10-26 Kurt B. Kaiser1. Add comments to provide top-level documentation.
2007-10-25 Kurt B. KaiserCorrect an ancient bug in an unused path by removing...
2007-10-25 Thomas Hellerffi_type_longdouble may be already #defined.
2007-10-25 Matthias Klose- Build using system ffi library on arm*-linux*, pass...
2007-10-25 Raymond HettingerMissing DECREFs
2007-10-24 Georg BrandlBug #1287: make os.environ.pop() work as expected.
2007-10-24 Matthias Klose- Build using system ffi library on arm*-linux*.
2007-10-24 Thomas HellerAdded unittest for calling a function with paramflags...
2007-10-24 Facundo BatistaIssue 1290. CharacterData.__repr__ was constructing...
2007-10-24 Vinay SajipBug #1321: Fixed logic error in TimedRotatingFileHandle...
2007-10-24 Raymond HettingerFixup error return and add support for intermixed ints...
2007-10-24 Raymond HettingerOptimize sum() for integer and float inputs.
2007-10-23 Raymond HettingerFixup news entry
2007-10-23 Andrew M. KuchlingUpdate name
2007-10-23 Raymond HettingerShorter name for namedtuple()
2007-10-23 Guido van RossumIssue 1307 by Derek Shockey, fox the same bug for RCPT.
2007-10-23 Georg BrandlUpdate Pygments version from externals.
2007-10-23 Neal NorwitzBug #1313, fix typo (wrong variable name) in example.
2007-10-23 Travis E. OliphantAdd phuang patch from Issue 708374 which adds offset...
2007-10-22 Guido van RossumIssue #1307, patch by Derek Shockey.
2007-10-22 Neal NorwitzAdd Chris Monson so he can edit PEPs.
2007-10-21 Georg BrandlAdd :term:s for "new-style class".
2007-10-21 Georg BrandlAdd :term:s for iterator.
2007-10-21 Georg BrandlAdd :term: for generators.
2007-10-21 Georg BrandlUnify "file-descriptor" to "file descriptor".
2007-10-21 Georg BrandlAdd :term:s for descriptors.
2007-10-21 Georg BrandlAdd markup to new function descriptions.
2007-10-21 Georg BrandlUnify "byte code" to "bytecode". Also sprinkle :term...
2007-10-21 Georg BrandlRemove duplicate crasher.
2007-10-21 Armin RigoAdd a crasher for the long-standing issue with closing...
2007-10-20 Andrew M. KuchlingUse correct header line
2007-10-20 Andrew M. KuchlingVarious items
2007-10-20 Andrew M. KuchlingFix protocol name
2007-10-20 Georg BrandlEven more clarification.
2007-10-20 Georg BrandlClarify -E docs.
2007-10-20 Georg BrandlAdd entry to ACKS.
2007-10-20 Georg BrandlChange title, for now.
2007-10-20 Georg Brandl* Add new toplevel chapter, "Using Python." (how to...
2007-10-20 Georg BrandlDocument new directive "envvar".
2007-10-20 Georg BrandlMake a path more Unix-standardy.
2007-10-20 Georg BrandlDocument new "cmdoption" directive.
2007-10-20 Georg BrandlFix code being interpreted as a target.
2007-10-19 Facundo BatistaThe constructor from tuple was way too permissive:...
2007-10-19 Thomas HellerFix ctypes on 32-bit systems when Python is configured...
2007-10-19 Georg Brandl#1284: "S" means "seen", not unread.
2007-10-19 Mark SummerfieldAdded a cross-ref to each other.
2007-10-19 Georg BrandlClarify wording for apply().
2007-10-19 Gregory P.... squelch the warning that this test is supposed to trigger.
2007-10-18 Raymond HettingerRemove useless warning
2007-10-18 Gregory P.... mention bsddb fixes.
2007-10-18 Gregory P.... A cleaner fix than the one committed last night. Gener...
2007-10-18 Gregory P.... Fix a weird bug in dbtables: if it chose a random rowid...
2007-10-18 Gregory P.... cleanup test_dbtables to use mkdtemp. cleanup dbtables...
next