]> granicus.if.org Git - python/shortlog
python
2007-10-05 Raymond HettingerRestore BEGIN/END THREADS macros which were squashed...
2007-10-05 Neal NorwitzAdd a note about fixing some more warnings found by...
2007-10-05 Neal NorwitzFix Coverity #159.
2007-10-05 Neal NorwitzFix Coverity #158: Check the correct variable.
2007-10-05 Neal Norwitzdict could be NULL, so we need to XDECREF.
2007-10-05 Fred Drakemove descriptions of ac_(in|out)_buffer_size to the...
2007-10-05 Raymond HettingerAdd __asdict__() to NamedTuple and refine the docs.
2007-10-05 Fred Drakewrap lines to <80 characters before fixing errors
2007-10-04 Neal NorwitzCoverity #151: Remove deadcode.
2007-10-04 Kurt B. KaiserconfigDialog cleanup. Patch 1730217 Tal Einat.
2007-10-04 Kurt B. KaisertextView cleanup. Patch 1718043 Tal Einat.
2007-10-04 Kurt B. KaiserClean up EditorWindow close.
2007-10-04 Kurt B. KaiserRemove unused theme that was causing a fault in p3k.
2007-10-04 Kurt B. KaiserAssume that the user knows when he wants to end the...
2007-10-04 Raymond Hettingeritertools.count() no longer limited to sys.maxint.
2007-10-03 Raymond Hettingerenumerate() is no longer bounded to using sequences...
2007-10-03 Mark SummerfieldAdded note in footnote about string comparisons about
2007-10-02 Facundo BatistaAdded a class to store the digits of log(10), so that...
2007-10-02 Facundo BatistaMade the various is_* operations return booleans. ...
2007-09-30 Brett CannonFix error introduced by r58288; if a tuple is length...
2007-09-30 Brett Cannontuple.__repr__ did not consider a reference loop as...
2007-09-27 Vinay SajipChange to LogRecord.__init__() to fix #1206. Note that...
2007-09-27 Vinay SajipMinor date change.
2007-09-27 Georg Brandl#1208: document match object's boolean value.
2007-09-27 Vinay SajipChange to basicConfig() to fix #1021.
2007-09-27 Vinay SajipChange to flush and close logic to fix #1760556.
2007-09-25 Andrew M. KuchlingAdd various items
2007-09-24 Andrew M. KuchlingTypo fix
2007-09-24 Andrew M. KuchlingRemove stray odd character; grammar fix
2007-09-24 Georg Brandl#1177: accept 2xx responses for https too, not only...
2007-09-24 Georg Brandl#1196: document default radix for int().
2007-09-24 Georg BrandlFix typo and double word.
2007-09-22 Guido van RossumPatch # 188 by Philip Jenvey.
2007-09-21 Sean ReifscheiderIssue1704287: "make install" fails unless you do "make...
2007-09-20 Georg BrandlPatch #1181: add os.environ.clear() method.
2007-09-20 Thomas WoutersTry harder to stay within the 79-column limit. There...
2007-09-20 Georg Brandl#1176: document that string methods don't take keyword...
2007-09-20 Georg BrandlPatch #1541463: optimize performance of cgi.FieldStorag...
2007-09-20 Georg Brandlalternate -> alternative.
2007-09-20 Raymond HettingerFit nits
2007-09-19 Facundo BatistaIssue #1772851. Optimization of __hash__ to behave...
2007-09-19 Thomas WoutersWhitespace cleanup.
2007-09-19 Thomas WoutersFix obvious typo in threaded test.
2007-09-19 Facundo BatistaIssue #1772851. Alters long.__hash__ from being *almos...
2007-09-19 Facundo BatistaAnnotated the correction to urllib.py, issue #1177
2007-09-19 Sean Reifscheiderissue1177: Ported Facundo's from urllib2 to urllib...
2007-09-19 Georg BrandlFix #1169: remove docstrings in functions for -OO.
2007-09-18 Sean Reifscheiderissue1172: Documentation of "done" attribute in cgi...
2007-09-18 Thomas WoutersProperly indent two lines. (Spotted because it caused...
2007-09-18 Raymond HettingerCleanup docs for NamedTuple.
2007-09-18 Facundo BatistaSpeed up of the various division operations (remainder...
2007-09-18 Georg BrandlA bit of reordering, also show more subheadings in...
2007-09-18 Raymond HettingerHandle corner cased on 0-tuples and 1-tuples. Add...
2007-09-18 Andrew M. KuchlingAdd item; sort properly
2007-09-17 Sean Reifscheiderissue1082: Fixing platform and system for Vista.
2007-09-17 Facundo BatistaThe methods always return Decimal classes, even if...
2007-09-17 Facundo BatistaDecimal is updated, :)
2007-09-17 Sean Reifscheiderissue1597011: Fix for bz2 module corner-case error...
2007-09-17 Brett CannonAdd a bunch of GIL release/acquire points in tp_print...
2007-09-17 Raymond HettingerSync-up named tuples with the latest version of the...
2007-09-16 Bill Janssenuse binary mode when reading files for testAsyncore...
2007-09-16 Bill JanssenAdd support for asyncore server-side SSL support. ...
2007-09-15 Georg BrandlRemove bdb from the "undocumented modules" list.
2007-09-14 Facundo BatistaSome additions (examples and a bit on the tutorial).
2007-09-14 Thomas Hellerctypes.util.find_library uses dump(1) instead of objdum...
2007-09-14 Facundo BatistaIncluded the new functions, and new descriptions.
2007-09-14 Martin v. LöwisRename import library for debug build to _msi_d.lib.
2007-09-14 Martin v. LöwisClean both Release and Debug projects, to support
2007-09-13 Andrew M. KuchlingMake target unique
2007-09-13 Andrew M. KuchlingAdd various items
2007-09-13 Facundo BatistaPut the parameter watchexp back in (changed watchexp...
2007-09-13 Facundo BatistaMerged the decimal-branch (revisions 54886 to 58140...
2007-09-13 Mark SummerfieldReplaced variable o with obj in operator.rst because...
2007-09-13 Martin v. LöwisMore path fixes.
2007-09-13 Martin v. LöwisFix path.
2007-09-13 Martin v. LöwisAdd more automated actions.
2007-09-12 Georg Brandl#1120: put explicit version in the shebang lines of...
2007-09-12 Georg BrandlBug #1153: repr.repr() now doesn't require set and...
2007-09-12 Bill Janssenroot certificate for https://svn.python.org/, used...
2007-09-12 Georg Brandlbug #1154: release memory allocated by "es" PyArg_Parse...
2007-09-12 Georg BrandlFix #1139: PyFile_Encoding really is PyFile_SetEncoding.
2007-09-12 Georg BrandlFix #1122: wrong return type documented for various...
2007-09-12 Georg BrandlBug #1152: use non-deprecated name in example.
2007-09-12 Georg BrandlNew documentation page for the bdb module.
2007-09-11 Brett CannonGenerators had their throw() method allowing string...
2007-09-11 Thomas HellerDisable some tests that fail on the 'ppc Debian unstabl...
2007-09-11 Nick CoghlanAlways use the -E flag when spawning subprocesses in...
2007-09-11 Bill JanssenFix some documentation bugs.
2007-09-11 Bill JanssenMake sure test_ssl doesn't reference the ssl module...
2007-09-10 Bill JanssenA better way of finding an open port to test with.
2007-09-10 Guido van RossumPatch # 1026 by Benjamin Aranguren (with Alex Martelli):
2007-09-10 Guido van RossumPatch # 1140 (my code, approved by Effbot).
2007-09-10 Bill JanssenMore work on SSL support.
2007-09-10 Brett CannonFix a possible segfault from recursing too deep to...
2007-09-10 Gregory P.... Don't allow BerkeleyDB 4.6.x as the current 4.6.19...
2007-09-10 Martin v. LöwisRequire that bash.exe is on the path, along with the...
2007-09-10 Martin v. LöwisUpdate before making htmlhelp.
2007-09-10 Martin v. LöwisAllow making update with no prior checkout.
2007-09-10 Martin v. LöwisBeginnings of a "build MSI" step.
2007-09-10 Martin v. LöwisTake chm file from build/htmlhelp/pydoc.chm.
next