]> granicus.if.org Git - python/shortlog
python
2005-01-12 Andrew McNamaraRename csv.set_field_limit to csv.field_size_limit...
2005-01-12 Andrew McNamaraAdd news about csv module updates.
2005-01-12 Andrew McNamaraImprove test coverage fractionally.
2005-01-12 Andrew McNamaraAdd belt and braces check of PyString_AsString return.
2005-01-11 Kurt B. KaiserImprove error handling when .idlerc can't be created.
2005-01-11 Raymond HettingerAdd duck-typing to the glossary.
2005-01-11 Raymond HettingerSF bug #1099516: tempfile files not types.FileType
2005-01-11 Andrew McNamaraSet an upper limit on the size of the field buffer...
2005-01-11 Andrew McNamaraNow that internal dialect type is immutable, and the...
2005-01-11 Raymond HettingerSF 1098985: set objects cannot be marshalled
2005-01-11 Andrew McNamaraReplace python-coded validation of csv dialect with...
2005-01-11 Andrew McNamaraNo longer attempt to instantiate python classes describ...
2005-01-11 Andrew McNamaraAllow dialect-describing keywords to be supplied to...
2005-01-11 Andrew McNamaraFactor out the code for making a dialect instance.
2005-01-10 Andrew McNamaraOnly set error string when dict lookup found no matchin...
2005-01-10 Tim PetersWhitespace normalization.
2005-01-10 Andrew McNamaraWhen parsing args that return a single character, treat...
2005-01-10 Andrew McNamaraWhere a string is desired, test for PyBaseString_Type...
2005-01-10 Walter DörwaldFix and test for SF bug #1098990: codec readline()...
2005-01-10 Johannes GijsbersBug #489256: remove out of date and out of place profil...
2005-01-10 Andrew McNamaraAdd missing PyObject_GC_Track and PyObject_GC_UnTrack...
2005-01-10 Andrew McNamaraFix parsing of csv files with escapes (escape character...
2005-01-09 Johannes GijsbersPatch #712317: In URLs such as http://www.example.com...
2005-01-09 Johannes GijsbersPatch #1095362: replace hardcoded test for POST/GET...
2005-01-09 Johannes GijsbersMove code in __name__ == '__main__' block into main...
2005-01-09 Johannes GijsbersPatch #1051321 (fixes bugs 1010196, 1013525), by Mike...
2005-01-09 Johannes GijsbersBug #1098497: various small typo's, grammar and markup...
2005-01-08 Skip Montanarocomment tweak
2005-01-08 Skip MontanaroAdd definitions for "up" and "down" commands that print...
2005-01-08 Johannes GijsbersPatch #936774: unify the display of data descriptors...
2005-01-08 Johannes GijsbersReplace rfc822.parseaddr with email.Utils.parseaddr...
2005-01-08 Johannes GijsbersPatch #1079734: remove dependencies on (deprecated...
2005-01-08 Johannes GijsbersClean up tests by reusing functions from other modules:
2005-01-08 Johannes GijsbersPatch #943206:
2005-01-08 Johannes GijsbersPatch #1094015:
2005-01-08 Tim Petersthreading._DummyThread.__init__(): document obscure...
2005-01-08 Tim PetersConverted to a unittest. Added checks that the bounded...
2005-01-08 Brett CannonIn _DummyThread objects the lock stored in __block...
2005-01-07 Raymond HettingerRemove test for BINARY_DIVIDE.
2005-01-07 Armin RigoRe-running python with/without the -Qnew flag uses...
2005-01-07 Tim PetersWhitespace normalization.
2005-01-07 Andrew M. Kuchling[Bug 1083177] Describe signal() change; add a link
2005-01-07 Jack JansenAllow relative URLs for included databases and packages.
2005-01-07 Jack JansenPatch #1097739 by Bob Ippolito:
2005-01-07 Jack JansenOops, there was a tab in there.
2005-01-07 Jack JansenWorkaround for the fact that urllib2 doesn't default...
2005-01-07 Jack JansenAlways set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise...
2005-01-07 Raymond HettingerSF #75103: imghdr -- identify JPEGs in EXIF format
2005-01-07 Andrew McNamaraFix to use PEP7 brace style.
2005-01-07 Andrew McNamaraImproved the implementation of the internal "dialect...
2005-01-07 Raymond HettingerSF patch 1094011: Docs for file() vs open().
2005-01-07 Facundo BatistaAdded example to os.stat()
2005-01-07 Raymond HettingerSF bug #1091740: garbage collector still documented...
2005-01-06 Andrew McNamaraDelete Reader_getiter and replace with PyObject_SelfIter.
2005-01-05 Skip Montanaroadd two missing items
2005-01-05 Skip Montanaroadd descriptions of exported data attributes
2005-01-05 Skip Montanarodescribe reset()
2005-01-05 Skip Montanaroadd a couple missing items
2005-01-05 Skip Montanaroadd a couple missing docstrings
2005-01-04 Raymond HettingerClarify that DictMixin is still useful. Only the UserD...
2005-01-03 Martin v. LöwisFix typo.
2005-01-03 Jack Jansen- Added an "installer" flavor, which uses the "open...
2005-01-03 Raymond HettingerRemoved unused line.
2005-01-03 Raymond HettingerRemoved unused line.
2005-01-02 Brett CannonSince it is a possibility that LDFLAGS or CPPFLAGS...
2005-01-02 Raymond HettingerTeach the peephole optimizer to fold simple constant...
2005-01-01 Jack JansenCreate the wrapper scripts for gcc/g++ too.
2005-01-01 Peter AstrandOn UNIX, when the execution of the child fails, we...
2005-01-01 Peter AstrandNew subprocess utility function: check_call. Closes...
2005-01-01 Raymond HettingerSF patch #1094007: Remove witty comment in pydoc.py
2005-01-01 Raymond HettingerSF patch #1051395: locale.getdefaultlocale does not...
2005-01-01 Raymond HettingerSF Patch #1093896: miscellaneous doc typos
2004-12-31 Raymond HettingerRemove some lambdas.
2004-12-31 Raymond HettingerUse cStringIO where available.
2004-12-31 Thomas Hellercvsignore files generated by make_versioninfo.
2004-12-31 Brett CannonStrip out double dashes and dashes for options not...
2004-12-31 Raymond HettingerSF bug #1090139: presentation typo in lib: 6.21.4...
2004-12-30 Martin v. LöwisAdd more test directories to testsuite. Will backport...
2004-12-30 Martin v. LöwisUpdate to VC 7.1. Will backport to 2.4.
2004-12-29 Walter DörwaldAdd a test that checks the basic functionality of every...
2004-12-29 Walter DörwaldFix wrong variable name.
2004-12-29 Martin v. LöwisUpdate example to VC 7.1. Will backport to 2.4.
2004-12-29 Walter DörwaldFix wrong variable name.
2004-12-29 Andrew M. KuchlingTypo fix
2004-12-28 Jack Jansen- getDefaultDatabase wasn't listed in __all__.
2004-12-28 Jack JansenJust passing -undefined dynamic_lookup isn't enough...
2004-12-28 Andrew M. Kuchling[Bug #1083110] calling .flush() on decompress objects...
2004-12-27 Jack JansenAdded quotes around the destroot arguments, so empty...
2004-12-27 Jack JansenUpdated version numbers.
2004-12-27 Jack JansenFix for #1091468: DESTROOTed frameworkinstalls fail...
2004-12-26 Jack JansenAfter discussion on the PythonMac-SIG it was decided...
2004-12-26 Jack JansenA script to fix Apple-installed Python 2.3 (and a test...
2004-12-26 Skip Montanarocorrect decorator example, tweak description slightly
2004-12-24 Martin v. LöwisUpdate VC references. Backported to 2.4.
2004-12-24 Matthias KloseUse = instead of == as operator to test
2004-12-24 Brett CannonFix sentence stating TextEdit only saves in RTF; can...
2004-12-23 Armin RigoDima Dorfman's patch for coercion/comparison of C types...
2004-12-23 Fred Drakediscuss how the __builtin__ module is normally used...
2004-12-23 Fred Drakefix weird capitalization of "built-in"
2004-12-23 Kurt B. KaiserImprove error message if rpc'l localcall() fails with...
next