]> granicus.if.org Git - python/shortlog
python
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".
2002-11-08 Raymond HettingerCloses SF bug #634069 reporting the docs on the **...
2002-11-08 Tim Peters_update(): Commented the new obscurity. Materialized...
2002-11-08 Raymond HettingerCloses SF bug #628246.
2002-11-07 Jack JansenGot rid of the python.rsrc resource file. The error...
2002-11-07 Walter DörwaldAdd documentation for the PEP 293 functionality:
2002-11-07 Fred DrakeMinor markup adjustments.
2002-11-07 Raymond HettingerRestore attribute access so that the following work...
2002-11-07 Thomas HellerUse dynamic linking for the SHGetSpecialFolderPath...
2002-11-07 Thomas HellerFix a small bug when sys.argv[0] has an absolute path.
2002-11-07 Thomas HellerDocument the changed fdopen behaviour.
2002-11-07 Thomas HellerNEWS entry for the changed fdopen function.
2002-11-07 Thomas HellerEnforce valid filemode. Fixes SF Bug #623464.
2002-11-07 Martin v. LöwisTry linking the major/minor test program. Fixes #634444.
2002-11-07 Gustavo NiemeyerFixed sre bug "[#581080] Provoking infinite scanner...
2002-11-06 Jack JansenScript to create .app bundles. Largely untested.
2002-11-06 Martin v. LöwisAdd --check-tkinter to setup.py. Install IDLE. Fixes...
2002-11-06 Guido van RossumUse column= rather than col=; with Tk 8.4 col= no longe...
2002-11-06 Gustavo NiemeyerFixed bug "[#466200] ability to specify a 'verify'...
2002-11-06 Walter DörwaldAdd next() and __iter__() methods to StreamReader,...
2002-11-06 Walter DörwaldMake int("...") return a long if an int would overflow.
2002-11-06 Andrew M. KuchlingFix NameError exception ('name' undefined)
2002-11-06 Michael W.... Handle really big steps in extended slices.
2002-11-06 Andrew M. KuchlingFix docstring typos
2002-11-06 Andrew M. KuchlingOld change (probably suggested by Jason Tishler) The...
2002-11-06 Andrew M. Kuchling[Patch #633635 from David M. Cooke]
2002-11-06 Andrew M. Kuchling[Patch #633635 from David M. Cooke]
2002-11-06 Gustavo NiemeyerFixed bug #470582, using a modified version of patch...
2002-11-06 Jack JansenFix for bug 631247: configure should test the build...
2002-11-06 Finn BockSkip the test_nocaret test when running as jython....
2002-11-06 Finn BockMake the test pass for jython where there are no sys...
2002-11-06 Chui TeyBy default when getting the search menu, the currently...
2002-11-05 Neal NorwitzFix minor wording and 2 typos
2002-11-05 Martin v. LöwisSupport sdist.
2002-11-05 Neal NorwitzWhoops, fix the typo correctly this time
2002-11-05 Neal NorwitzUse PyOS_snprintf() instead of sprintf and wrap the...
2002-11-05 Barry WarsawAdd an entry for pdb's new `pp' command.
2002-11-05 Barry WarsawDocument the new `pp' command.
2002-11-05 Barry WarsawImplement a `pp' command, which is like `p' except...
2002-11-05 Neal NorwitzFix minor typos
2002-11-05 Fred DrakeMinor cleanups, markup.
2002-11-05 Martin v. LöwisDocument that images go away when they go away. Fixes...
2002-11-05 Barry Warsawparse(), _parseheaders(), _parsebody(): A fix for SF...
2002-11-05 Barry Warsawtest_no_separating_blank_line(): A test for SF bug...
2002-11-05 Barry WarsawA message with no separating blank line between the...
2002-11-05 Barry Warsawtest_text_plain_in_a_multipart_digest(): A test of...
2002-11-05 Barry Warsaw_parsebody(): A fix for SF bug #631350, where a subobje...
2002-11-05 Barry WarsawTest case, distilled from SF bug #631350, where a subob...
2002-11-05 Tim PetersAnother round on SF patch 618135: gzip.py and files...
2002-11-05 Jeremy HyltonRepair inconsistent use of tabs and spaces.
2002-11-05 Jeremy HyltonRemove use of string module and reflow a couple of...
next