]> granicus.if.org Git - python/shortlog
python
2002-11-14 Tim PetersThis uses only one temp file at a time, so use test_sup...
2002-11-14 Andrew M. KuchlingAdd partial section on the logging package; not finishe...
2002-11-14 Guido van RossumFrom SF patch 638299 [by Vinaj]: fileConfig() now takes...
2002-11-14 Neal NorwitzFix SF # 638126, logging module not installed
2002-11-14 Skip Montanaroadd liblogging
2002-11-14 Skip Montanaroinitial rough cut at documentation of logging module...
2002-11-14 Neal NorwitzUpdate the docstring to match the code. Will backport.
2002-11-14 Neal NorwitzSync tixwidgets from Mike Clarkson, a maintainer
2002-11-14 Neal NorwitzSync Tix from Mike Clarkson, a maintainer
2002-11-14 Andrew M. KuchlingRemove 'created by' lines; people can use CVS for this...
2002-11-14 Neal NorwitzFix typo in comment
2002-11-14 Andrew M. KuchlingFix docstring typo; remove 'created' line
2002-11-14 Andrew M. Kuchling[Bug #550364] Use sysconfig.get_python_version()
2002-11-14 Andrew M. Kuchling[Bug #550364] Add get_python_version()
2002-11-14 Andrew M. Kuchling[Bug #599248] ext module generation problem
2002-11-13 Eric S. RaymondMake nntplib aware of ~/.netrc credentials; now they...
2002-11-13 Jeremy HyltonAdd some simple tests of the persistence hooks.
2002-11-13 Jeremy HyltonRemove inst_persistent_id() WANNI (we ain't never neede...
2002-11-13 Jeremy Hyltonremove debugging print
2002-11-13 Guido van RossumTim wins a bet. Don't use re.
2002-11-13 Andrew M. KuchlingAllow unknown keyword arguments to the Extension class...
2002-11-13 Jeremy HyltonAdd getstate and setstate implementation to concrete...
2002-11-13 Fred DrakeIntegrate updates to the GNU info conversion.
2002-11-13 Fred Drake- Committing the modified signature lines I've been...
2002-11-13 Fred DrakeDocument struct_time and the field names.
2002-11-13 Fred DrakeAdd \funcline, \funclineni, and \methodlineni to the...
2002-11-13 Fred DrakeFix broken markup.
2002-11-13 Jeremy HyltonRemove some test code.
2002-11-13 Jeremy HyltonFix SF bug #637789: Handle Proxy-Connection header.
2002-11-13 Andrew M. KuchlingBack out part of rev. 1.53, restoring the use of the...
2002-11-13 Guido van RossumNews about the logging module.
2002-11-13 Guido van RossumGet rid of #! lines, references to usage as __main__...
2002-11-13 Guido van RossumAdding Vinay Sajip's logging package.
2002-11-13 Fred DrakeTypo: it's --> its
2002-11-13 Fred DrakeUpdate: Older versions of Python crashed when calling...
2002-11-13 Raymond HettingerImproved clarity and thoroughness of docstring.
2002-11-13 Fred DrakeClarify that PyImport_AddModule() and PyImport_ExecCode...
2002-11-13 Fred DrakeNormalize whitespace.
2002-11-13 Fred DrakeFix typo in comment.
2002-11-13 Andrew M. KuchlingUpdate file
2002-11-13 Andrew M. KuchlingDocstring typo fix
2002-11-13 Andrew M. KuchlingFill out the 'Porting' section
2002-11-13 Martin v. LöwisThe libsocket/libnsl problem is specific to IRIX 4...
2002-11-12 Neal NorwitzFix SF # 464405, freeze doesn't like DOS files on Linux
2002-11-12 Fred DrakeClarified meaning of \w and \W with respect to the...
2002-11-12 Neal NorwitzSF # 627900, Bytecode copy bug in freeze
2002-11-12 Neal NorwitzFix SF # 635969, No error "not all arguments converted"
2002-11-12 Fred DrakeHandle the Content-Type header a little more appropriat...
2002-11-12 Tim PetersSF patch 637176: list.sort crasher
2002-11-12 Fred DrakeClarified documentation of tempnam().
2002-11-12 Andrew M. KuchlingUpdate text to refer to 2.2.2
2002-11-12 Andrew M. KuchlingRemove extra word
2002-11-12 Raymond HettingerSF patch 629637: Add sample(population, k) method...
2002-11-12 Skip Montanarodelete reference to building on Minix, which will be...
2002-11-12 Walter DörwaldUse PyInt_AsLong instead of PyInt_AS_LONG after the...
2002-11-12 Martin v. LöwisDon't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeB...
2002-11-11 Tim PetersForgot a paren in the MSVC + 64-bit + Intel case.
2002-11-11 Tim PetersAdded a blurb about the change to sys.version under...
2002-11-11 Tim PetersSome help for SF 614770: MSVC 7.0 compiler support
2002-11-11 Martin v. LöwisUse new-style CHECK_TYPE to avoid modifying confdefs...
2002-11-11 Martin v. LöwisProtect pyconfig.h from multiple inclusions.
2002-11-11 Martin v. LöwisDo not define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012...
2002-11-11 Martin v. LöwisDon't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012].
2002-11-11 Martin v. LöwisCheck whether we can take the address of chown, link...
2002-11-11 Jack Jansen- Use imp to find appletrawmain.py in stead of hand...
2002-11-11 Jack Jansen- Building IDE is optional on waste being available...
2002-11-10 Neal NorwitzMake private functions static so we don't pollute the...
2002-11-09 Martin v. LöwisAllow both string and Unicode objects in levels.
2002-11-09 Martin v. LöwisDon't try to convert the test filename to Unicode with -U.
2002-11-09 Martin v. LöwisFix typo.
2002-11-09 Martin v. LöwisLook in db4 directories when checking for db4.
2002-11-09 Martin v. LöwisSearch for tix subdirectories. Fixes #564729. Will...
2002-11-09 Michael W.... Restore to ANSI C.
2002-11-09 Tim PetersInstall the bz2 DLL on Windows.
2002-11-09 Tim PetersI already forgot what I changed -- it wasn't important...
2002-11-09 Tim PetersOK -- all tests pass on Windows now. The rest were...
2002-11-09 Tim PetersMore tests run on Windows now. Something is still...
2002-11-09 Tim PetersMany changes to get this to pass on Windows, and to...
2002-11-09 Tim PetersWhitespace normalization.
2002-11-09 Tim PetersComment out the test docstrings so we can at least...
2002-11-09 Tim PetersWhitespace normalization.
2002-11-09 Tim PetersStart building the bz2 module on Windows.
2002-11-09 Tim PetersOpen at least one binary file in binary mode. This...
2002-11-09 Tim Petersbz2_compress/bz2_decompress: more casting away LONG_LO...
2002-11-09 Tim PetersBZ2Decomp_decompress(): Fixed more long vs LONG_LONG...
2002-11-09 Tim PetersBZ2Comp_flush(): Fixed more int vs LONG_LONG confusions.
2002-11-09 Tim PetersBZ2Comp_compress(): Explicitly cast the LONG_LONG...
2002-11-09 Tim PetersBZ2Comp_compress(): changed decl of totalout to LONG_L...
2002-11-09 Tim PetersRepaired signed-vs-unsigned mismatch.
2002-11-09 Tim PetersThis couldn't compile on WIndows, due to hardcoded...
2002-11-08 Guido van RossumAnother attempt at making the set constructor both...
2002-11-08 Andrew M. Kuchling[Bug #233259] Ugly traceback for DistutilsPlatformError
2002-11-08 Andrew M. KuchlingFix comment typo
2002-11-08 Gustavo Niemeyer* Modules/bz2module.c
2002-11-08 Andrew M. KuchlingSimply delete the fpectl module, instead of leaving...
2002-11-08 Michael W.... Richie Hindle
2002-11-08 Michael W.... This is Richie Hindle's patch:
2002-11-08 Michael W.... Assorted patches from Armin Rigo:
2002-11-08 Martin v. LöwisMake strip behave as documented. Will backport to 2...
2002-11-08 Raymond HettingerClarify the meaning of "requires Python 1.5.2".
next