]> granicus.if.org Git - python/shortlog
python
2001-06-20 Fred DrakeSeparate the copyright statements and license text...
2001-06-20 Fred DrakeSeparate the version number and release status into...
2001-06-20 Fred DrakeUpdate to use the newly separated values $PACKAGE_VERSI...
2001-06-20 Jack JansenDon't use extern when we mean staticforward (OSX gcc...
2001-06-20 Fred DrakeAdded support for new \setreleaseinfo macro.
2001-06-20 Jack Jansen{Is,Set}AntiAliasedTextEnabled don't exist on MacOS...
2001-06-20 Jack JansenANSIfied function headers to shut up compiler warnings...
2001-06-20 Jack JansenAdded a const to shut up a compiler warning.
2001-06-20 Jack JansenReversed the order of the checks for None or a Dialog...
2001-06-20 Fred DrakeAdd a little more support for describing version inform...
2001-06-20 Jack JansenRemoved some unused routines under Carbon. They caused...
2001-06-20 Jack JansenAdapted to Universal Headers 3.4: new refcontype and...
2001-06-20 Jack JansenAdapted for Universal Headers 3.4: refcon type has...
2001-06-20 Just van RossumOverride bdb's canonic() method with a no-op: with...
2001-06-20 Barry Warsawwrite(): Karl Eichwalder points out that the #, flag...
2001-06-20 Tim Petersgen_iternext(): repair subtle refcount problem.
2001-06-20 Neil SchemenauerRemove unused code.
2001-06-19 Barry WarsawAdd a bunch of sample strings to test soft line breaks...
2001-06-19 Barry Warsawencode(): Fixed the handling of soft line breaks for...
2001-06-19 Just van Rossummade 7-bit-clean.
2001-06-19 Just van RossumSome long overdue maintainance. Made all IDE sources...
2001-06-19 Jack Jansen- _filename_to_abs() didn't cater for .. components...
2001-06-19 Jack JansenThe test used int(time.time()) to get a random number...
2001-06-19 Jack JansenAn import MacOS was missing after the code-rearranging...
2001-06-19 Marc-André... Test by Martin v. Loewis for the new UTF-16 codec handl...
2001-06-19 Marc-André... This patch by Martin v. Loewis changes the UTF-16 codec...
2001-06-19 Barry Warsawwrite(): It's been generally agreed on the i18n-sig...
2001-06-19 Barry WarsawDocument the new encodestring() and decodestring()...
2001-06-19 Just van RossumFixed -D emulation for symbols with a value, as specifi...
2001-06-19 Barry WarsawA unittest-based test for the quopri module.
2001-06-19 Barry WarsawBetter support for RFC 1521 quoted-printable specificat...
2001-06-19 Barry Warsaw(python-font-lock-keywords): Add "yield" as a keyword...
2001-06-19 Neil SchemenauerAdded a MACHDEP_OBJS to the python link. Use this on...
2001-06-19 Jack JansenAdded a MACHDEP_OBJS to the python link. Use this on...
2001-06-19 Tim PetersTaught IDLE's autoident parser that "yield" is a keywor...
2001-06-19 Tim PetersUpdated keyword.py for "yield".
2001-06-18 Tim PetersSomebody checked this in w/ an ambiguous tab/space...
2001-06-18 Barry Warsaw(py-continuation-offset): New variable which controls...
2001-06-18 Tim PetersAdded "i" and "l" to the list of std-mode struct codes...
2001-06-18 Tim PetersMerging the gen-branch into the main line, at Guido...
2001-06-18 Tim PetersSF bug 434186: 0x80000000/2 != 0x80000000>>1
2001-06-18 Andrew M. Kuchling[Bug #433047, reported by Armin Rigo] Remove extra...
2001-06-18 Fred DrakeAdd some information on the use of \verbatiminput to...
2001-06-18 Guido van RossumFix SF bug #433904 (Alex Martelli) - all s_* methods...
2001-06-18 Martin v. LöwisPatch #413171: Implement get, setdefault, update in...
2001-06-17 Tim PetersClarification in the fp appendix suggested on c.l.py...
2001-06-17 Marc-André... Fix for bug [ #433047 ] missing args to PyArg_ParseTuple
2001-06-17 Guido van RossumSF patch #433619, by Michel Pelletier:
2001-06-17 Martin v. LöwisSynchronize with 1.13 of PyXML:
2001-06-16 Fred DrakeInstead of initializing & interning the strings passed...
2001-06-16 Tim PetersPyLong_{As, From}VoidPtr: cleanup, replacing assumptio...
2001-06-16 Martin v. LöwisDocument that filter is added in 2.2.
2001-06-16 Tim PetersFix error in comment, and in test_long_api and test_lon...
2001-06-16 Tim Petersdict_repr: Reuse one of the int vars (minor code simpl...
2001-06-16 Tim PetersReformat decl of new _PyString_Join. Add NEWS blurb...
2001-06-16 Tim PetersSF bug 433228: repr(list) woes when len(list) big.
2001-06-16 Tim PetersSF bug 433228: repr(list) woes when len(list) big
2001-06-15 Fred DrakeImplement the \verbatiminput LaTeX macro; this contains...
2001-06-15 Fred DrakeAdd a version annotation for the Q and q format codes.
2001-06-15 Thomas WoutersForward-port revision 2.24.2.4 from the release21-maint...
2001-06-14 Guido van RossumNote that 2.0.1 is also a PSF release. (Gregor Hofflei...
2001-06-14 Tim PetersChange IS_LITTLE_ENDIAN macro -- a little faster now.
2001-06-14 Guido van RossumFix a mis-indentation in _PyUnicode_New() that caused...
2001-06-14 Fred DrakeFix an improperly placed comma.
2001-06-14 Tim Peters_PyLong_AsByteArray: simplify the logic for dealing...
2001-06-14 Tim PetersPyLong_From{Unsigned,}Long: count the # of digits...
2001-06-14 Tim PetersFixed typo in comment.
2001-06-14 Tim PetersAdd tests of PyLong_{As,From}{Unsigned,}Long. These...
2001-06-13 Tim PetersGeneralize the new qQ std-mode tests to all int codes...
2001-06-13 Tim Peters_PyLong_FromByteArray: changed decl of "carry" to...
2001-06-13 Tim Peters_PyLong_AsByteArray: Don't do the "delicate overflow...
2001-06-13 Tim Peters_PyLong_AsByteArray: added assert that the input is...
2001-06-13 Tim PetersPyLong_As{Unsigned,}LongLong: fiddled final result...
2001-06-13 Tim PetersRecord Windows buildno for 2.0.1c1.
2001-06-13 Marc-André... Temporarily disable the message to stderr. Jeremy will...
2001-06-13 Jack JansenGot rid of mactoolboxglue.c
2001-06-13 Jack JansenFixed an error in the signature of the QdRGB converter...
2001-06-13 Tim PetersThe new {b,l}p_{u,}longlong() didn't check get_pylong...
2001-06-13 Tim Peterslongobject.c:
2001-06-12 Tim PetersThe merest start of a test for the PyLong_{As,From...
2001-06-12 Tim Peters_PyLong_{As,From}ByteArray: Minor code rearrangement...
2001-06-12 Guido van RossumAdd new built-in 'help' which invokes pydoc.help (with...
2001-06-12 Marc-André... Removed the Python version from the PYTHONHOMEHELP...
2001-06-12 Fred DrakeMake the option processing more robust.
2001-06-12 Marc-André... Fix for bug #432384: Recursion in PyString_AsEncodedString?
2001-06-12 Fred DrakeFixed reference to table notes for {}.keys() and {...
2001-06-12 Tim PetersAdded q/Q standard (x-platform 8-byte ints) mode in...
2001-06-12 Guido van RossumMake copy, cut and paste events case insensitive. ...
2001-06-11 Tim PetersTwo new private longobject API functions,
2001-06-11 Fred DrakeAdd the appropriate availability annotations for the...
2001-06-11 Tim PetersTrimmed trailing whitespace.
2001-06-11 Tim PetersSimplify some convolution by simply not recognizing...
2001-06-11 Tim PetersMake clear in the docstring that "std" applies to both...
2001-06-11 Thomas WoutersProtect the use of the VWERASE symbol by an #ifdef...
2001-06-11 Fred DrakeFixed parameter order for os.popen2(), os.popen3()...
2001-06-11 Fred DrakeFix recent changes so that this section will format...
2001-06-10 Tim PetersRenamed some stuff to tell the truth about what it...
2001-06-10 Tim PetersInitial support for 'q' and 'Q' struct format codes...
2001-06-10 Jack JansenAdded a missing cast to the hashfunc initializer.
2001-06-10 Tim PetersSF bug 431772: traceback.print_exc() causes traceback
next