]> granicus.if.org Git - python/shortlog
python
2001-08-08 Jack JansenResource files for OSX Python.framework. Incomplete...
2001-08-08 Greg WardTypo fix (spelling mistake in error message).
2001-08-08 Tim PetersThanks to
2001-08-08 Martin v. LöwisPatch #422471: Install IDLE Help File
2001-08-08 Tim PetersAdd the new Tools/compiler/README to the WIndows instal...
2001-08-08 Fred DrakeAdded documentation for PyNumber_*FloorDivide(), PyNumb...
2001-08-08 Andrew M. KuchlingAdded README to this directory
2001-08-08 Fred DrakeReference counting information for PyNumber_*FloorDivid...
2001-08-08 Tim PetersRemove 6-year old hack to worm around a bug in "NextSpe...
2001-08-08 Guido van RossumAdded note to self about __new__ issue.
2001-08-08 Martin v. LöwisPatch #449083: Use builtins to initalize the module.
2001-08-08 Jack JansenRemoved extraneous semicolons that caused a gazzilion...
2001-08-08 Jack JansenAdapted for pymactoolbox.c and changed externals elsewhere.
2001-08-08 Jack JansenGot rid of unused includes.
2001-08-08 Jack JansenVarious fixes to streamline build process on Mac OS X:
2001-08-08 Jack Jansen- Don't return mac-style pathnames in unix-Python.
2001-08-08 Jack JansenRemoved special rule for Mac/Python/macglue.o, it is...
2001-08-08 Jack JansenSplit macglue.c into two: a new mactoolboxglue.c (in...
2001-08-08 Martin v. LöwisPut conditional S_IFMT definition into pyport.h.
2001-08-08 Thomas WoutersRemove redundant check for 'getaddrinfo' (it's already...
2001-08-08 Martin v. LöwisPut conditional S_ISDIR definition(s) into pyport.h.
2001-08-08 Steve PurcellMerged in bugfix from PyUnit CVS for problem reported...
2001-08-08 Tim PetersRegenerated token.py to account for new DOUBLESLASH...
2001-08-08 Tim PetersRepair the Windows build (S_ISDIR() macro doesn't exist).
2001-08-08 Fred DrakeAdd option to push the development docs to SF without...
2001-08-08 Fred DrakeMore names....
2001-08-08 Fred DrakeClean up some of the markup here -- be more consistent...
2001-08-08 Fred Drake"Thin" version of floor division docs: add // to the...
2001-08-08 Martin v. LöwisPatch #448227: Raise an exception when a directory...
2001-08-08 Guido van RossumAdd new tokens // and //=, in support of PEP 238.
2001-08-08 Guido van RossumImplement PEP 238 in its (almost) full glory.
2001-08-08 Steven M. Gavabeginning of work on the conf. handling smarts
2001-08-08 Jack JansenCommented out most of the MacPython modules. There...
2001-08-07 Tim PetersPart of SF patch [#431848] mathmodule.c: doc strings...
2001-08-07 Jeremy HyltonFix SF bug [ #447370 ] typo in urllib2.py
2001-08-07 Guido van RossumApply two small changes to the Windows code, according...
2001-08-07 Fred DrakeRemove make_re() function; this is no longer needed...
2001-08-07 Fred DrakeAdd a test that xml.sax.saxutils.XMLGenerator does...
2001-08-07 Fred DrakeMake sure XMLGenerator uses quoteattr() instead of...
2001-08-07 Guido van RossumFix the test so it uses IterableUserDict for the "for...
2001-08-07 Guido van RossumRemove the __iter__ method from the UserDict class...
2001-08-07 Guido van Rossum- Rename PyType_InitDict() to PyType_Ready().
2001-08-07 Guido van RossumAdd the NannyNag exception class and the process_tokens...
2001-08-07 Guido van RossumFix for SF bug #448835.
2001-08-07 Guido van RossumRemove the test for the 'object' type -- it can no...
2001-08-07 Guido van RossumCosmetics:
2001-08-07 Jeremy Hyltonsilence warnings about import *
2001-08-07 Jack JansenBrought up-to-date.
2001-08-07 Jack JansenGot rid of (hopefully) the last 68k-mac related ifdefs.
2001-08-07 Jack JansenGot rid of 68k-Mac and other outdated ifdefs.
2001-08-07 Jack JansenGot rid of mactcp cruft, added Mlte and CF modules.
2001-08-07 Jack JansenRemoved unused variable.
2001-08-07 Jack JansenYet another project.
2001-08-07 Jack JansenGot rid of (hopefully) the last 68k Mac-related ifdefs...
2001-08-07 Jack JansenRemoved outdated stuff.
2001-08-07 Andrew M. KuchlingDocument two new items
2001-08-07 Jack JansenProject files for the new plugin modules, plus a few...
2001-08-07 Jack JansenBit another bullet: all toolbox modules are now in...
2001-08-07 Jack JansenBit the bullet and enabled garbage collection (finally).
2001-08-07 Steven M. Gavamore fleshing out, this time primarily the 'general...
2001-08-06 Jeremy HyltonAnother bug fix for recent import * warning (caught...
2001-08-06 Tim Peters+ Turn off patch creation (this isn't a patch release...
2001-08-06 Jeremy HyltonFix error message for import * in function/class scope
2001-08-06 Jeremy HyltonFix SF bug [ #445474 ] warn about import * inside functions
2001-08-06 Andrew M. KuchlingTabify the file (pointed out by Thomas Wouters)
2001-08-06 Andrew M. KuchlingUpdate listing of subdirectories
2001-08-06 Guido van RossumRemove spurious "closed" attribute definition from...
2001-08-06 Andrew M. KuchlingRemove various outdated files. (Leaving find_recursion...
2001-08-06 Andrew M. KuchlingUpdate cheatsheet to 2.0 from Brunning/Gruet's quick...
2001-08-06 Andrew M. KuchlingAdd 'yield' as a keyword
2001-08-06 Guido van RossumA totally new way to do the __new__ wrapper. This...
2001-08-06 Jack JansenOops, arg type for the glue routine was wrong.
2001-08-06 Just van RossumShow the MacPython IDE version in the interactive banner.
2001-08-06 Jack JansenOops, this file was apparently never added to the repos...
2001-08-05 Jack JansenReplace moddir and incdir by
2001-08-05 Martin v. LöwisPatch #448194: Debuging negative reference counts.
2001-08-05 Fred DrakeAdd a comment on time.time() returning non-decreasing...
2001-08-05 Tim Peters+ Made installer more reluctant to overwrite MS C runti...
2001-08-05 Piers Lauderfix for Bug ID 448100 - "test code using NL instead...
2001-08-05 Steven M. Gavabegan font / indentation page
2001-08-05 Tim PetersRename pydoc.pyw to pydocgui.pyw: Since we changed...
2001-08-05 Tim Peters+ Redid file associations on Win2K in what I believe...
2001-08-05 Tim PetersNew runtime vrbl DOADMIN. When false, we never try...
2001-08-04 Tim Peters+ Add version info to Win2K add/remove.
2001-08-04 Martin v. LöwisAdd more constants. Contributed by itojun.
2001-08-04 Martin v. LöwisAuto-detect hstrerror. Raise socket.herror in PyH_Error...
2001-08-04 Martin v. LöwisDocument IPv6 changes. Contributed by itojun.
2001-08-04 Greg WardHack to workaround bug #445984: attempt to import _sock...
2001-08-04 Steven M. Gavafurther work on keybinding page
2001-08-04 Tim PetersDerived from SF patch #446899 Permit import of .pyw...
2001-08-04 Fred DrakePlug a memory leak in Py_InitModule4(): when PyDict_Se...
2001-08-04 Fred DrakeLots of new text and example code on embedding Python...
2001-08-04 Fred DrakeNote that the mimetypes.MimeTypes class was added in...
2001-08-03 Fred DrakeAdd documentation for the new aspects of the mimetypes...
2001-08-03 Fred DrakeRefactor so that it is easier to work with alternate...
2001-08-03 Tim PetersDon't use any characters C doesn't guarantee are safe...
2001-08-03 Fred DrakeFix stupid bug: when migrating these tests from the...
2001-08-03 Fred DrakeChange some comments into docstrings.
2001-08-03 Tim Peters+ Moved IDLE from the "tools" component to the main...
2001-08-03 Fred DrakeApply the new \mailheader macro where appropriate,...
next