]> granicus.if.org Git - python/shortlog
python
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.
2007-09-10 Martin v. Löwistr a-z A-Z does not work on Solaris (would require
2007-09-09 Gregory P.... Change socket.error to inherit from IOError rather...
2007-09-09 Gregory P.... email address update
2007-09-09 Ronald OussorenNewer autoconf versions (from 2.60) want a 'datarootdir...
2007-09-08 Skip Montanarobe explicit about the actual location of the missing...
2007-09-07 Georg Brandl#1095: ln -f doesn't work portably, fix in Makefile.
2007-09-07 Georg BrandlFix a wrong indentation for sublists.
2007-09-07 Thomas HellerBackport from py3k branch:
2007-09-07 Thomas HellerRemove unneeded #include.
2007-09-07 Thomas HellerAdd a 'c_longdouble' type to the ctypes module.
2007-09-07 Brett CannonFix a crasher where Python code managed to infinitely...
2007-09-07 Brett CannonMake uuid1 and uuid4 tests conditional on whether ctype...
2007-09-06 Gregory P.... Apply the fix from Issue1112 to make this test more...
2007-09-06 Skip MontanaroIf this is correct for py3k branch and it's already...
2007-09-06 Thomas HellerFix typo: c_float represents to C float type.
2007-09-06 Georg BrandlBackport from 3k: #1116: fix reference to old filename.
2007-09-06 Armin RigoPyDict_GetItem() returns a borrowed reference.
2007-09-06 Armin RigoPatch #1733973 by peaker:
2007-09-05 Georg BrandlBackport from Py3k: Bug #1684991: explain lookup semant...
2007-09-05 Martin v. LöwisPatch #786737: Allow building in a tree of symlinks...
2007-09-05 Armin RigoPyDict_GetItem() returns a borrowed reference.
2007-09-05 Martin v. LöwisPatch #1105: Explain that one needs to build the solution
next