]> granicus.if.org Git - python/shortlog
python
2000-07-03 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-07-03 Marc-André... Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM...
2000-07-03 Marc-André... If auto-conversion fails, the Unicode codecs will retur...
2000-07-03 Fred DrakeEric S. Raymond <esr@thyrsus.com>:
2000-07-03 Fred DrakeMoshe Zadka <moshez@math.huji.ac.il>:
2000-07-03 Fred Drakecmpfiles(): Added shallow and use_statcache parameters...
2000-07-03 Fred DrakeMartin von Löwis <martin@loewis.home.cs.tu-berlin.de>:
2000-07-03 Fred DrakeTim-blessed documentation for math.frexp().
2000-07-02 Tim PetersChecked in a wrong version.
2000-07-02 Tim PetersThe example_nt directory was old enough to vote. Frank...
2000-07-02 Fredrik Lundh- changed sre.Scanner to use lastindex instead of index.
2000-07-02 Fredrik Lundh- experimental: added two new attributes to the match...
2000-07-02 Tim PetersRepair docs for math.frexp (they were wrong).
2000-07-02 Fredrik Lundh- actually enabled charset anchors in the engine (still not
2000-07-02 Fred DrakeTypo (mine): Garsholm --> Garshol
2000-07-02 Fredrik Lundh-- use charset bitmaps where appropriate. this gives...
2000-07-01 Fredrik Lundh- fixed "{ in any other context" bug
2000-07-01 Fred Draketest(): Removed; regression test is in test.test_winre...
2000-07-01 Tim PetersTypo repair.
2000-07-01 Paul PrescodMisc fixes and improvements.
2000-07-01 Paul PrescodRemoved unncessary dependency.
2000-07-01 Paul PrescodFixed test output
2000-07-01 Fredrik Lundhtoday's SRE update:
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.
next