]> granicus.if.org Git - python/shortlog
python
2002-11-15 Thomas HellerDocument the available command line flags for bdist_win...
2002-11-15 Thomas HellerCorrect typo: the option is 'formats' not 'format'.
2002-11-15 Tim PetersStyle guide reformats. I saw this test fail on a very...
2002-11-15 Fred DrakeSquash an enormous number of warnings reported when...
2002-11-15 Fred DrakeFix critical markup errors.
2002-11-15 Tim PetersRepaired typos in the Tcl/Tk compilation instructions...
2002-11-15 Fred DrakeMinor revisions to clarify the status of xreadlines...
2002-11-15 Andrew M. KuchlingFix minor nits
2002-11-15 Andrew M. KuchlingMention that the MRO algorithm changes in 2.3
2002-11-15 Andrew M. KuchlingMention change in MRO
2002-11-15 Guido van RossumAdd Optik news.
2002-11-15 Raymond HettingerSF patch #520382: Expand shelve.py to have a full...
2002-11-15 Martin v. LöwisExplain what to do in case of missing shared libraries...
2002-11-15 Raymond HettingerSF patch #520382: Expand shelve.py to have a full...
2002-11-15 Andrew M. KuchlingDraft a section on modifying Python's path. I'm not...
2002-11-15 Jack JansenFirst stab at a Makefile that will create a MacPython...
2002-11-15 Jack JansenGo from filename to FSSpec via FSRefs, to work around...
2002-11-15 Jack JansenMake the Resources directory if needed.
2002-11-15 Jack JansenPython 2.2 as installed by Apple has a version of _Res...
2002-11-15 Jack JansenAdded a hack so we can build applets with a MacPython...
2002-11-15 Jack JansenA script to run applets. Originally by Just, slightly...
2002-11-14 Andrew M. KuchlingAdd section on Optik
2002-11-14 Tim PetersWindows blurb about new Tcl/Tk release shipped on Windows.
2002-11-14 Tim PetersWindows changes to move from Tcl/Tk 8.3.2 to 8.4.1...
2002-11-14 Tim PetersRepaired illegal syntax most compilers probably let...
2002-11-14 Andrew M. KuchlingFinish up the logging section
2002-11-14 Guido van RossumChecking in Greg Ward's Optik, as optparse.py. This...
2002-11-14 Guido van RossumFix or disable some tests that were affected by the...
2002-11-14 Guido van RossumUse the new C3 MRO algorithm, implemented by Samuele...
2002-11-14 Thomas HellerEnhancement for ModuleFinder, it can now handle _xmlplu...
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.
next