]> granicus.if.org Git - python/shortlog
python
2000-07-01 Fred Drakeothers --> other's (possessive)
2000-07-01 Fred DrakeSend a "ARTICLE" --> Send an "ARTICLE"
2000-07-01 Andrew M. KuchlingAdded more changes from /F
2000-07-01 Paul PrescodAdded minidom tests.
2000-07-01 Just van Rossuma minimal test app to show how to build a standalone...
2000-07-01 Fredrik Lundhchanged repr and str to always convert unicode strings
2000-07-01 Just van Rossumadded clearkey = '\033'
2000-07-01 Just van Rossumfixed bug in comment matching
2000-07-01 Paul PrescodTightened xml.sax.__init__.py
2000-07-01 Andrew M. KuchlingChanges from Moshe:
2000-07-01 Guido van Rossumgetatime() returned the mtime instead of the atime.
2000-07-01 Fred DrakeFix bug #314, reported by Craig Allen <cba@mediaone...
2000-07-01 Fred DrakeFix bug #345 reported by David Bolen <db3l@fitlinxx...
2000-07-01 Fred DrakeMartin von Loewis <loewis@informatik.hu-berlin.de>:
2000-07-01 Paul PrescodReference cycle fixes
2000-07-01 Barry Warsawinit_exceptions(): Decref `doc' so it doesn't leak.
2000-07-01 Guido van Rossumthe usual
2000-07-01 Guido van RossumA bunch of project files were checked in as text files.
2000-07-01 Guido van RossumAdd ucnhash (new subproject).
2000-07-01 Mark HammondThe Python include paths were not specified.
2000-07-01 Fred DrakeRestore strict checking of socket address values; addre...
2000-07-01 Guido van Rossumoutput for openpty test
2000-07-01 Guido van RossumDefine a magical symbol and magic include path so it...
2000-07-01 Mark HammondAdd ucnhash to the workspace, as a dependency of python20.
2000-07-01 Mark Hammonducnhash now correctly builds for Windows.
2000-07-01 Mark HammondUpdate all projects so Debug builds use "/Zi" instead...
2000-07-01 Tim PetersRepaired two URLs.
2000-07-01 Fred DrakeDo not build the "longhtml" version for pre-release...
2000-07-01 Fred DrakeThe new copyright / license.
2000-07-01 Guido van RossumThomas Wouters: Test script for openpty()
2000-07-01 Guido van RossumJack Jansen, Mac patch:
2000-07-01 Guido van RossumJack Jansen, Mac patch:
2000-07-01 Guido van RossumJack Jansen, Mac patch:
2000-07-01 Guido van RossumNeil Schemenauer: small fixes for GC
2000-07-01 Guido van Rossumclean up warnings in Win32 build of mmapmodule.c
2000-07-01 Guido van RossumIn b_setitem(), instead of the platform dependent CHAR_...
2000-07-01 Guido van RossumUpdate a bunch of URLs. No longer suggests to join...
2000-07-01 Andrew M. KuchlingRefer to "Authors", plural
2000-07-01 Guido van RossumChange copyright notice.
2000-07-01 Andrew M. KuchlingUpdate the version number in an example
2000-07-01 Andrew M. KuchlingUpdated the URL for Python 2.0
2000-07-01 Tim PetersUpdate for 2.0b1. Also add more text, to be more expli...
2000-06-30 Guido van RossumChange copyright notice - 2nd try.
2000-06-30 Guido van RossumChange copyright notice.
2000-06-30 Fred DrakeThomas Wouters <thomas@xs4all.net>:
2000-06-30 Guido van RossumFix another error on AIX by using a proper cast.
2000-06-30 Guido van RossumFix an error on AIX by using a proper cast.
2000-06-30 Guido van RossumCrude way to fix a problem on AIX: #undef STAT before...
2000-06-30 Fredrik Lundh- fixed code generation error in multiline mode
2000-06-30 Guido van RossumOnly include <basetsd.h> for VC 6.0 and higher.
2000-06-30 Fredrik Lundhreplaced <some suitable mail address> with something...
2000-06-30 Fredrik Lundh-- changed $ to match before a trailing newline, even
2000-06-30 Guido van RossumAs Neil Schemenauer points out, WITH_CYCLE_GC should...
2000-06-30 Fred DrakeOoops! I didn't finish all the renaming needed here...
2000-06-30 Guido van RossumAdd back a missing CRLF line ending.
2000-06-30 Guido van Rossums/REGENTS/COPYRIGHT HOLDERS/ followed by paragraph...
2000-06-30 Fred DrakeOutput for test_winreg2.
2000-06-30 Greg WardSimplify the registry-module-finding code: _winreg...
2000-06-30 Fred DrakePaul Prescod <paul@prescod.net>:
2000-06-30 Fred DrakeLine-wrap and properly indent a couple of docstrings.
2000-06-30 Fred DrakeIgnore the generated api.tex.
2000-06-30 Fred DrakeThe new copyright / license.
2000-06-30 Fredrik Lundh- reverted to "\x is binary byte"
2000-06-30 Fred DrakeSmall grammatical correction from Frank Stajano. Added...
2000-06-30 Fred DrakeTry to make sure \code always uses roman (non-italic...
2000-06-30 Fred Drake[*** Not tested as I don't have Windows running right...
2000-06-30 Jeremy Hyltonadd note about what happened to Python 1.6
2000-06-30 Barry WarsawDocument --with-thread as deprecated. This gets rid...
2000-06-30 Skip Montanaro* added a randomize flag and corresponding -r command...
2000-06-30 Guido van RossumSwitch to sre for regular expression matching (the...
2000-06-30 Barry WarsawEnable the garbage collection module by default. ...
2000-06-30 Fred DrakeTrent Mick <trentm@activestate.com>:
2000-06-30 Fred DrakeTrent Mick <trentm@activestate.com>:
2000-06-30 Guido van Rossumthe usual
2000-06-30 Barry WarsawSetup.thread.in was misnamed so it has been replaced by
2000-06-30 Barry WarsawAdd Setup.config
2000-06-30 Fred DrakeUpdate version numbering from 1.6 to 2.0.
2000-06-30 Barry WarsawRemoved the comment about the thread module.
2000-06-30 Barry WarsawSetup.thread => Setup.config
2000-06-30 Barry WarsawAdded #undef of WITH_CYCLE_GC for autoconf's delight.
2000-06-30 Fred DrakeUpdate authors email address and corporate affiliation.
2000-06-30 Fred DrakeUncomment some additions from Vladimir pertinent to...
2000-06-30 Mark HammondPython's .lib is now named Python20.lib
2000-06-30 Fred DrakeMartin von Löwis <loewis@informatik.hu-berlin.de>:
2000-06-30 Fred DrakeUpdate the release number & date, Guido's employer.
2000-06-30 Fred DrakeDocument randrange().
2000-06-30 Fred DrakeFix an icon width; a "32" became a "3" somehow, and...
2000-06-30 Jeremy Hyltonremove all prints (since the prints where of memory...
2000-06-30 Fred DrakeTrent Mick <trentm@activestate.com>:
2000-06-30 Marc-André... Marc-Andre Lemburg <mal@lemburg.com>:
2000-06-30 Guido van RossumOops.
2000-06-30 Guido van RossumPoke and hope for Tcl version: now settable through...
2000-06-30 Jeremy Hyltonadd gcmodule
2000-06-30 Guido van RossumChange the include etc paths to Tcl 8.3.1.
2000-06-30 Guido van RossumMove Wise install dir consistently to C:\Wise. Don...
2000-06-30 Guido van RossumPoke and hope for Tim...
2000-06-30 Guido van RossumMore 2.0 stuff -- fix workspace, remove 1.6 files
2000-06-30 Fredrik Lundhthe mad patcher strikes again:
2000-06-30 Guido van RossumTrivial commit to test Windows CVS capabilities.
2000-06-30 Andrew M. KuchlingCredit /F in a few places
next