]> granicus.if.org Git - python/shortlog
python
2005-01-24 Neal NorwitzPut docstring for getspall into same #ifdef block as...
2005-01-23 Fred Drakeinclude each row in the package table, even if there...
2005-01-23 Fred Drakeadd missing word
2005-01-23 Johannes Gijsbersshutil.copytree: move copystat call for the directory...
2005-01-23 Martin v. LöwisFlush std{in,out,err} before closing it. Fixes #1074011.
2005-01-23 Martin v. LöwisPatch #579435: Shadow Password Support Module
2005-01-23 Martin v. LöwisTruncate st_?time before comparing it with ST_?TIME...
2005-01-21 Walter DörwaldAdd a slice test with high < low.
2005-01-20 Thomas Hellerdistutils/command/install.py change.
2005-01-20 Thomas HellerFix [ 1103844 ] fix distutils.install.dump_dirs() with...
2005-01-19 Fred Drakefix typeset of vertical bar for PDF format
2005-01-19 Fred Drakeinstall distutils.tests on Unix (contributed patch)
2005-01-19 Fred Drakedocumentation for the zipimport module using contribute...
2005-01-19 Fred DrakeDescription of args to IMAP4.store() in imaplib
2005-01-19 Fred DrakeClean up discussion of new C thread idiom
2005-01-19 Fred Drakefix a bunch of spelling errors
2005-01-19 Fred Drakeremove spurious line from widget variables example
2005-01-19 Kurt B. Kaiser1. Polish tabbing code.
2005-01-18 Michael W.... Change the name of the macro used by --with-tsc builds...
2005-01-18 Michael W.... tweaks, small updates
2005-01-18 Michael W.... -X died some time ago; remove a tiny bit of associated...
2005-01-18 Kurt B. KaiserIf an extension can't be loaded, print warning and...
2005-01-17 Andrew MacIntyremake thread stack size compile-time tunable on OS/2...
2005-01-17 Andrew MacIntyremake thread stack size compile-time tunable on OS/2
2005-01-16 Skip MontanaroDocument the reconvert module.
2005-01-16 Skip Montanaroallow triple-quoted string output from reconvert.quote()
2005-01-16 Johannes GijsbersPatch #1100140: improved smtp connect debugging
2005-01-16 Martin v. LöwisDefault stat_float_times to true.
2005-01-16 Martin v. LöwisAdded SEEK_* constants. Fixes #711830.
2005-01-16 Guido van RossumUse descriptors.
2005-01-16 Guido van RossumUse decorators.
2005-01-16 Guido van RossumUse decorators.
2005-01-13 Tim PetersGave the new datetime.strptime() a versionadded blurb.
2005-01-13 Tim PetersWhitespace normalization.
2005-01-13 Andrew McNamaraMoved reader \r and \n processing from the iterator...
2005-01-13 Vinay SajipImproved SysLogHandler error recovery (patch by Erik...
2005-01-13 Skip MontanaroAdd strptime() constructor to datetime class. Thanks...
2005-01-12 Fred Drakefix typo
2005-01-12 Fred Drakeremove unused variable
2005-01-12 Andrew McNamaraMany updates to csv module doco.
2005-01-12 Andrew McNamaraImprove wording of parser error message.
2005-01-12 Andrew McNamaraAdd counting of source iterator lines to the reader...
2005-01-12 Andrew McNamaraWhen quoting=QUOTE_NONNUMERIC, the reader now casts...
2005-01-12 Andrew McNamaraFix logic problem in quoting=csv.QUOTE_ALL, quotechar...
2005-01-12 Andrew McNamaraWhen using QUOTE_NONNUMERIC, we now test for "numericne...
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
next