]> granicus.if.org Git - python/shortlog
python
2002-09-28 Barry WarsawMake the tests pass under Python 2.1 but only by cheati...
2002-09-28 Barry WarsawAdd a test for SHORTEST encoding of utf-8 headers,...
2002-09-28 Barry WarsawUse True/False everywhere, and other code cleanups.
2002-09-28 Barry WarsawCode cleanup and add docstrings.
2002-09-28 Barry WarsawUse True/False everywhere, and other code cleanups.
2002-09-28 Barry WarsawUse True/False everywhere.
2002-09-28 Barry Warsawis_multipart(): Use isinstance() instead of type equality.
2002-09-28 Barry WarsawDocstring and code cleanups, e.g. use True/False everyw...
2002-09-28 Barry Warsaw__init__(): Minor code cleanup.
2002-09-28 Barry WarsawAdd a pychecker suppression.
2002-09-28 Barry Warsaw(py-pychecker-run): Fix calculation of last command...
2002-09-28 Barry WarsawUse True/False everywhere.
2002-09-28 Barry WarsawAdded a feature suggested by Martin v Loewis, where...
2002-09-27 Fred DrakeAllow internal whitespace in keys.
2002-09-27 Fred Drakeitems(): New method, provided by Gustavo Niemeyer...
2002-09-27 Fred DrakeAdded regression test for SF bug #561822: has_option...
2002-09-27 Fred Drakehas_option(): Use the option name transform consistently.
2002-09-27 Kurt B. KaiserRevert Rev 1.6
2002-09-26 Kurt B. KaiserFix Bug 612886 copy/paste menu items fail
2002-09-26 Skip Montanarotry executing 'less' in a parenthesized subshell -...
2002-09-26 Guido van RossumOops, must convert hyphens to underscores in keys of...
2002-09-26 Barry Warsawtest_unicode_error(): Comment this test out, since...
2002-09-26 Barry WarsawFixing some RFC 2231 related issues as reported in...
2002-09-26 Barry WarsawFixing some RFC 2231 related issues as reported in...
2002-09-26 Guido van RossumPatch for the DEC Alpha under Linux, by Lee Busby.
2002-09-26 Martin v. LöwisDisable big charsets in UCS-4 builds. Works around...
2002-09-26 Martin v. LöwisAdd encoding name in LookupError. Fixes #615013. Will...
2002-09-26 Thomas HellerAgain, I did check in too many changes. Sorry.
2002-09-25 Fred DrakeAdd deprecation notices to the documentation to reflect...
2002-09-25 Barry Warsaw__version__: Bump to 2.4
2002-09-25 Fred DrakeUpdate some comments about what version of the document...
2002-09-25 Neal NorwitzBack out previous change.
2002-09-25 Neal NorwitzFix SF # 614587, configure.in patch from Tim Rice
2002-09-25 Tim PetersSF bug 613233: test_threadedtempfile hangs
2002-09-25 Neal NorwitzFix SF # 591713, Fix "file:" URL to have right no....
2002-09-25 Fred DrakeFinish & commit some docs for markup that's been in...
2002-09-25 Guido van RossumAdd yet another alias for ASCII found in the field...
2002-09-25 Fred DrakeAdd regression test for a bug found in the version...
2002-09-25 Guido van RossumDisable building of the fpectl module -- it's dangerous...
2002-09-25 Guido van RossumDisable building of the fpectl module -- it's dangerous...
2002-09-25 Fred DrakeOk, read the source this time: PyErr_SetObject() does...
2002-09-24 Fred DrakeAnother try at clarifying what goes into and comes...
2002-09-24 Fred DrakeAnother try at clarifying what goes into and comes...
2002-09-24 Thomas HellerOn Windows, select() does not accept empty lists.
2002-09-24 Thomas HellerI did fix too much - including winsock.h is sufficient.
2002-09-24 Thomas HellerOn Windows, call WSAGetLastError() to retrieve the...
2002-09-24 Fred DrakeClarify documentation for PyErr_SetObject() to describe...
2002-09-24 Fred DrakeBe more careful with the type of the xmlhandlersetter...
2002-09-24 Fred DrakeRemove spurious period.
2002-09-24 Fred DrakeClarify that len() of a Unicode string returns the...
2002-09-24 Marc-André... Add cast to avoid compiler warning.
2002-09-23 Barry WarsawBrett's fixes for various bugs and coding issues. ...
2002-09-23 Greg WardTweak description of PortableUnixMailbox: "From " lines...
2002-09-23 Guido van RossumAttila Babo (turtle.py).
2002-09-23 Guido van RossumAdd the bulk of SF patch 595111 by Attila Babo.
2002-09-23 Guido van RossumWarn about binutils 2.13 on Solaris.
2002-09-23 Kurt B. KaiserFix bug I created during merge from Python-idle.
2002-09-23 Tony LowndsBlank line missing.
2002-09-23 Tony LowndsWork around Mac OS X transient window issues
2002-09-23 Tony LowndsWork around Mac OS X platform encoding issues.
2002-09-23 Tony LowndsAdded new standard keybinding set for Macs.
2002-09-22 Martin v. LöwisUpdate Canvas before computing width. Draw turtle at...
2002-09-22 Martin v. LöwisBack out multifile.py 1.19 and 1.20. Fixes #514676.
2002-09-20 Skip Montanaroreference the new NEWS.help file
2002-09-20 Skip Montanarobrief help file for people editing Misc/NEWS
2002-09-20 Skip MontanaroReST-ification of the NEWS file. While the total numbe...
2002-09-19 Jeremy HyltonFiddle comments and variable names in whichmodule().
2002-09-19 Jeremy Hyltonwhichmodule() should skip dummy package entries in...
2002-09-19 Kurt B. KaiserSF Bug #611225.
2002-09-19 Marc-André... Fix a problem in site.py which triggers in case sys...
2002-09-19 Martin v. LöwisPatch #484994: Improve PanedWindow.
2002-09-19 Martin v. LöwisPatch #608999: Fix portability problems with MIPSPro 7.x
2002-09-19 Guido van RossumSuppress hex/oct constant warnings in <string> on 64...
2002-09-18 Neal NorwitzTwo more cases of switch(PySequence_Size()) without...
2002-09-18 Barry WarsawOpen the test files in binary mode so the \r\n files...
2002-09-18 Kurt B. KaiserMerge Py Idle:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Guido van RossumAdd MJ.
2002-09-18 Guido van RossumFix SF bug 610610 (reported by Martijn Pieters, diagnos...
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Kurt B. KaiserMerge PyIdle changes:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-18 Kurt B. KaiserMerge Py Idle changes:
2002-09-17 Guido van RossumThe SGI demos are gone.
2002-09-17 Guido van RossumRemove the SGI demos. These were all ancient and nobod...
2002-09-17 Skip Montanaromigrate news about 2.1 and earlier releases from NEWS...
2002-09-17 Guido van RossumRemove the SGI demos. These were all ancient and nobod...
2002-09-17 Fred Drakewrite(): Special case the common situation of a stream...
2002-09-17 Thomas HellerFix typos: despatcher -> dispatcher.
2002-09-17 Martin v. LöwisDeal with NULL fields in mkpwent.
2002-09-17 Martin v. LöwisDeal with a NULL gr_passwd. Reported by Anders Qvist.
2002-09-17 Kurt B. KaiserMerge Py Idle changes:
2002-09-17 Kurt B. KaiserMerge Py Idle changes:
2002-09-17 Kurt B. KaiserMerge Py Idle changes:
next