]> granicus.if.org Git - python/shortlog
python
2002-02-01 Guido van RossumWesley Chun's SF patch 511380: add CGIHTTPServer error...
2002-02-01 Jack JansenA new dynload_next, which actually only works on OSX...
2002-02-01 Jack JansenGot rid of a few more NeXT ifdefs. The last, I think.
2002-02-01 Guido van RossumBugfix candidate.
2002-02-01 Tim PetersImplement os.waitpid() for Windows, in a way that's...
2002-02-01 Thomas Hellerpackage_dir must be converted from the distutils path...
2002-02-01 Steven M. Gavaimprove user config dir handling
2002-02-01 Steven M. Gavamore work on configuration saving
2002-02-01 Tim PetersNew tempfile and os.open() gimmicks for Windows.
2002-01-31 Andrew M. KuchlingRestrict the mode to the lowest four octal positions...
2002-01-31 Marc-André... OS/2 patches by Andrew I MacIntyre for distutils.
2002-01-31 Skip Montanaroadded handle_error method description
2002-01-30 Fred Drakestring.split() docstring described the interpretation...
2002-01-30 Michael W.... Oh look, another one.
2002-01-30 Michael W.... I think this fixes
2002-01-30 Jack JansenAdded a note about compiler warnings.
2002-01-30 Tim PetersThanks to Detlef Lannert for pointing out a typo in...
2002-01-30 Tim PetersNew TemporaryFile implementation for Windows: this...
2002-01-30 Tim PetersThis test left a new set of 3 junk files behind each...
2002-01-30 Tim PetersAdd new constants usable with os.popen() on Windows.
2002-01-30 Tim PetersExpose more MS WIndows constants usable w/ low-level...
2002-01-29 Fred DrakeRevise cheeseshop example so that the order of the...
2002-01-29 Martin v. LöwisEncode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.
2002-01-29 Steven M. Gavafurther work on config saving
2002-01-29 Neal NorwitzFix missing space between words. Bugfix candidate.
2002-01-29 Neal NorwitzFix spelling mistakes. Bugfix candidates.
2002-01-28 Tim PetersSF bug #509805 tempfile.gettempdir not threadsafe
2002-01-27 Jack JansenUse full paths for Rez and DeRez, which may not be...
2002-01-27 Barry WarsawTest case of a singleton multipart; i.e. a multipart...
2002-01-27 Barry Warsawtest_multipart_one_part(): Idempotency test case for...
2002-01-27 Barry Warsaw_parsebody(): When adding subparts to a multipart conta...
2002-01-26 Martin v. LöwisEncode Unicode arguments to split/splitlist as UTF...
2002-01-26 Martin v. LöwisDocument that get_referrers can return unreachable...
2002-01-26 Martin v. LöwisTest for error status of shl_findsym. Fixes #505417...
2002-01-26 Tim PetersRemoved an XXX question (the answer is "yes" <wink>).
2002-01-25 Jack JansenAdded contributors.
2002-01-25 Jack JansenSome modifications and clarifications (by me) to Michae...
2002-01-25 Jack JansenRewritten, clarified, corrected and cleaned up by Micha...
2002-01-24 Jack JansenGet rid of keyword list and use keyword.iskeyword(...
2002-01-24 Fred DrakeAdd keyword.kwlist to the public API.
2002-01-24 Fred Drakelibkeyword.tex was missing from the list of dependencie...
2002-01-24 Jack Jansen"yield" is also a keyword. Spotted by Neal Norwitz.
2002-01-24 Steven M. Gavafurther work on saving configs
2002-01-24 Steven M. Gavadialog for getting a new config file section name
2002-01-24 Tim PetersRemoved #include of obsolete ver.h. VC6 doesn't need...
2002-01-23 Steven M. Gavastaying current with python idle fixes
2002-01-23 Jack Jansen(Much) better list of Python keywords, supplied by...
2002-01-23 Jack JansenRename the routine to start the target running _start...
2002-01-23 Tim Peterssmart_backspace_event(): remove now-pointless int...
2002-01-23 Michael W.... Fix for
2002-01-23 Guido van RossumProperly fix SF bug #507298 (Gregor Lingl): shellpython...
2002-01-23 Michael W.... Fix for
2002-01-23 Michael W.... Sjoerd Mullender pointed out that setup.py contained...
2002-01-23 Skip MontanaroPyDict_Next: update doc to indicate that pkey and pvalu...
2002-01-23 Skip Montanaroadd missing return value info for PyDict_DelItem
2002-01-23 Steven M. Gavafix for python2.2 -Qnew division error,
2002-01-23 Tim Petersclassifyws(): Fix a "/" to work under -Qnew (as well...
2002-01-22 Jack JansenNewer names for various error include files.
2002-01-22 Jack JansenBuild _tkinter for Carbon too.
2002-01-22 Jack JansenIdentify() enum values. This was changed in 1.14, but...
2002-01-22 Jack JansenRegenerated to take advantage of new _builtinSuites...
2002-01-22 Jack JansenA "magic" suite that is the base suite for StdSuites...
2002-01-22 Steven M. Gavamore on config saving
2002-01-22 Steven M. Gavafurther work on config saving
2002-01-21 Jack JansenMac _Scrap module is now carbon-compliant, so build...
2002-01-21 Jack JansenGet rid of fsspec type initializer, it wasn't used...
2002-01-21 Jack JansenChanges by Donovan Preston (and a few minor ones by...
2002-01-21 Jack JansenChanges by Donovan Preston (and a few minor ones by...
2002-01-21 Jack JansenAlso install the Tools directory on "make installmacsub...
2002-01-21 Fred DrakeFix typo reported by François Pinard.
2002-01-21 Steven M. Gavaextension config reading by configDialog and
2002-01-19 Fred DrakeRemove the unused & broken PyThread_*_sema() functions...
2002-01-19 Steven M. Gavachangeover to new keybinding configuration implementation
2002-01-19 Steven M. Gavafurther work on keybinding configuration
2002-01-19 Steven M. Gavakeybinding configuration
2002-01-19 Steven M. Gavakeybinding configuration
2002-01-18 Thomas HellerAnother name.
2002-01-18 Thomas HellerSWIGing a source file <name>.i silently overwrites...
2002-01-18 Jack JansenAdded as_pathname() method to FSRef objects.
2002-01-18 Jack JansenAdded a note that you have to add Mac/Lib to sys.path...
2002-01-17 Martin v. LöwisPatch #477750: Use METH_ constants in Modules.
2002-01-17 Martin v. LöwisPatch #477752: Drop old-style getargs from curses.
2002-01-17 Fred DrakeUpdated GNU info dir segment from Milan Zamazal.
2002-01-17 Fred DrakeUpdate email address.
2002-01-17 Fred DrakeUpdate the list of output formats.
2002-01-17 Martin v. LöwisUse BLDLIBRARY to build extension modules. Fixes #504252.
2002-01-17 Fred DrakeConsistency nits.
2002-01-17 Fred DrakeMinor consistency nit.
2002-01-17 Mark HammondAllow abspath to still do something sensisble if the...
2002-01-16 Michael W.... Apply a variant of patch
2002-01-16 Michael W.... Change some spaces to tabs. I don't *think* that was...
2002-01-16 Michael W.... Fix for
2002-01-16 Michael W.... That hasn't been my email address for a while!
2002-01-16 Martin v. LöwisPatch #504225: add plan9 ifdef to timemodule floatsleep.
2002-01-16 Martin v. LöwisUpdated patch #487906: Revise inline docs.
2002-01-15 Jack JansenInclude errors.rsrc in the Python.app resource file...
2002-01-15 Tim PetersUpdate master Windows buildno list for 2.1.2final.
2002-01-15 Guido van RossumDisable code intended for PEP 277.
2002-01-15 Guido van RossumA tentative fix for SF bug #503837 (Roeland Rengelink):
2002-01-15 Jack JansenWorkaround for what is probably a problem in Apple...
next