]> granicus.if.org Git - python/shortlog
python
2001-01-23 Eric S. RaymondFixed autoraise glitches.
2001-01-23 Skip Montanaroadded a few more __all__ lists
2001-01-23 Andrew M. KuchlingJeremy didn't write PEP 205, Fred did!
2001-01-23 Jack JansenSigh... First test before committing. InvalWindowRect...
2001-01-23 Jack JansenReplaced InvalRect and friends with the Carbon-complian...
2001-01-23 Jack JansenReplaced InvalRect and friends with the Carbon-complian...
2001-01-23 Eric S. RaymondExpose the autoraise capability. Improve the documenta...
2001-01-23 Eric S. RaymondOops...finish a mangled sentence.
2001-01-23 Eric S. RaymondRewrite webbrowser.py to fix various bugs following...
2001-01-23 Tim PetersRestore alphabetic order. Also try to import rlcomplet...
2001-01-23 Guido van RossumAdded notes about setup.py and cygwin build; removed...
2001-01-23 Andrew M. KuchlingAdd introductory note about this article's draft status
2001-01-23 Tim PetersAdded -O option (to run python or python_d w/ -O),
2001-01-23 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1a1
2001-01-23 Guido van RossumClean up some comments and the default VERSION.
2001-01-23 Guido van RossumGet rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro...
2001-01-23 Guido van RossumGet rid of weird @SET_CXX@ macro occurrence.
2001-01-23 Guido van RossumChange SET_DLLLIBRARY to DLLLIBRARY=...
2001-01-23 Guido van RossumThe usual
2001-01-23 Guido van RossumFix some make errors during "make clobber" or "make...
2001-01-23 Jeremy HyltonAdd simple test of list comprehension that uses a name...
2001-01-23 Guido van RossumUse PyThreadState_DeleteCurrent() instead of PyThreadSt...
2001-01-23 Guido van RossumAdd a new API, PyThreadState_DeleteCurrent() that combines
2001-01-23 Jeremy HyltonVisit the initial test element of the listmaker for...
2001-01-23 Jeremy Hyltonprevent symtable_params() from dereferencing off the...
2001-01-23 Guido van RossumA few more contributors.
2001-01-22 Guido van Rossum- Use "exec ... in dict" to avoid having to walk on...
2001-01-22 Tim PetersTypo repair.
2001-01-22 Tim PetersReorganize pickle/cPickle testing so the tests pass...
2001-01-22 Fred DrakeA variety of updates of out-of-date information.
2001-01-22 Fred DrakeWhen generating the source package, copy in the LICENSE...
2001-01-22 Fred DrakeNever mind ignoring a copied LICENSE file; let's do...
2001-01-22 Fred DrakeIgnore the generated LICENSE file needed for the docume...
2001-01-22 Fred DrakeChange the main targets to generate HTML instead of...
2001-01-22 Fred DrakeAdded link to the "Python Codecs" project at SourceForge.
2001-01-22 Andrew M. KuchlingAdded dictionary.popitem() and the improved XML modules.
2001-01-22 Fred DrakeThe "user" module cannot reasonably be tested. Moved...
2001-01-22 Guido van RossumOK, changed my mind once more on this. The comparison...
2001-01-22 Guido van RossumNew special case in comparisons: None is smaller than...
2001-01-22 Fred DrakeChange some wording to make this work with PDF generati...
2001-01-22 Fred DrakeWorked around bug SF #125880: changed the text of three...
2001-01-22 Fred DrakeClean up the docs for the "random" module according...
2001-01-22 Andrew M. KuchlingAdd reference to PEP 232.
2001-01-22 Fred DrakeRemove the dollar sign from the formatting of environme...
2001-01-22 Fred DrakeMake "PythonLabs" bold.
2001-01-22 Fred DrakeUpdated note about collection of cyclic garbage, based...
2001-01-22 Fred DrakeMinor markup adjustment.
2001-01-22 Fred DrakeFix \seepep handling -- correct URL to the online PEP...
2001-01-22 Thomas WoutersRemove include-file-dependant half-prototype of clnt_cr...
2001-01-22 Jack JansenRegenerated (shoulnd't make a difference).
2001-01-22 Jack JansenUnicodedatabase.c has gone.
2001-01-22 Andrew M. KuchlingFill out various transcripts and XXX bits, thanks to...
2001-01-22 Guido van RossumNumeric-smelling objects now once again compare smaller...
2001-01-22 Guido van RossumOnce again, numeric-smelling objects compare smaller...
2001-01-22 Jack JansenBetter test for skipping project creation: the project...
2001-01-22 Guido van RossumSF Patch #103185, by jlt63: Some more standard modules...
2001-01-22 Guido van RossumFinn Bock (SF patch #103349):
2001-01-22 Guido van RossumFinn Bock (SF patch #103345): Avoid outdated exec form in
2001-01-22 Jack JansenNo need to make the S_ constants 32 bit (and its actual...
2001-01-22 Jack JansenWaste needs the ICProgKit API.
2001-01-22 Jack JansenIt's SetControlData_Handle, not SetControl_DataHandle.
2001-01-22 Marc-André... unicodedatabase.c is no longer needed thanks to Fredrik...
2001-01-22 Martin v. LöwisFix off-by-one error in array size.
2001-01-22 Fredrik Lundhunicodedatabase.[ch] are no longer used.
2001-01-22 Fredrik Lundhremoved unicodedatabase.[ch] references from Makefile...
2001-01-22 Barry Warsawcom_init(): My entry into the smallest patch possible...
2001-01-22 Andrew M. KuchlingBeginning of a "What's New in Python 2.1" article
2001-01-22 Tim PetersFixed teensy memory leak, but doesn't help test_sax...
2001-01-21 Tim PetersRemove unicodedatabase.c from the unicodedata subproject.
2001-01-21 Thomas WoutersMove declaration of 'clnt_create()' NIS function to...
2001-01-21 Fredrik LundhUnicode nits: Don't include unicodedatabase.h no more...
2001-01-21 Fredrik Lundhcompress unicode decomposition tables (this saves anoth...
2001-01-21 Jack JansenRe-generated with relative paths.
2001-01-21 Jack JansenAdded CarbonAccessors.o to the non-carbon targets,...
2001-01-21 Jack JansenAdded support for forced project building.
2001-01-21 Jack JansenAdded a force option (to force project generation,...
2001-01-21 Jack JansenDon't generate project if the XML file already exists...
2001-01-21 Tim PetersPatch #103342: Make shutil.copytree more useful under...
2001-01-21 Tim PetersPatch #103343: Allow the important test_pkg to succeed...
2001-01-21 Martin v. LöwisIn format(), consider sign only after grouping.
2001-01-21 Tim PetersPatch #103344: Sort dicts from extcall for easier...
2001-01-21 Fredrik Lundhforgot to check in the new makeunicodedata.py script
2001-01-21 Neil SchemenauerRemove a smelly export.
2001-01-21 Martin v. LöwisCheck for None to decide when pyexpat should not be...
2001-01-21 Martin v. LöwisFix typo: MICRO instead of MINOR.
2001-01-21 Martin v. LöwisMerge with 1.25 of PyXML:
2001-01-21 Tim PetersWhitespace normalization.
2001-01-21 Tim PetersWhitespace normalization.
2001-01-21 Tim PetersBug #128475: mimetools.encode (sometimes) fails when...
2001-01-20 Skip Montanaromore __all__ updates
2001-01-20 Skip Montanaroadded some tests for urlencode
2001-01-20 Skip Montanaroadded __all__ lists to a number of Python modules
2001-01-20 Skip Montanarodocstring typo
2001-01-20 Guido van RossumI've been using gdb a lot lately -- I'm missing 'bt...
2001-01-20 Skip Montanarorewrite of robotparser.py by Bastian Kleineidam. Close...
2001-01-20 Skip Montanaromodify urlencode so sequences in the dict are treated...
2001-01-20 Neil SchemenauerFix comment.
2001-01-20 Fredrik LundhBetter error message if ucnhash cannot be found (obscur...
2001-01-20 Marc-André... Updating NEWS to match the current state of affairs.
2001-01-20 Barry WarsawTim chastens:
next