]> granicus.if.org Git - python/shortlog
python
2001-09-04 Fred DrakeMake pprint more locale-friendly; patch contributed...
2001-09-04 Andrew M. Kuchling[Bug #457654] bkgd() used a hard-coded A_NORMAL attribu...
2001-09-04 Fred DrakeConvert docstring to "raw" string.
2001-09-04 Guido van RossumThe first batch of changes recommended by the fixdiv...
2001-09-04 Fred DrakeAdded docstrings by Neal Norwitz. This closes SF bug...
2001-09-04 Neil SchemenauerMove call_trace(..., PyTrace_CALL, ...) call to top...
2001-09-04 Fred DrakeAdded docstring by Neal Norwitz. This closes SF bug...
2001-09-04 Fred DrakeAdded docstring by Neal Norwitz. This closes SF bug...
2001-09-04 Fred DrakeAdd more detail to the descriptions of the shutil funct...
2001-09-04 Fred DrakeAdded documentation for sys.maxunicode and sys.warnoptions.
2001-09-04 Fred DrakeHTMLParser is allowed to be more strict than sgmllib...
2001-09-04 Guido van Rossum- Reverse the meaning of the -m option: warnings about...
2001-09-04 Guido van RossumSuppressing all DeprecationWarning messages was a bit...
2001-09-04 Guido van RossumSuppress the warning about regex here.
2001-09-04 Fred DrakeEnhanced the test for DOCTYPE declarations, added a...
2001-09-04 Fred DrakeAdded reasonable parsing of the DOCTYPE declaration...
2001-09-04 Jack JansenOn the mac some library paths returned were outdated...
2001-09-04 Jack JansenDisabled _curses modules on MacOSX. The curses version...
2001-09-04 Tim PetersWhitespace normalization.
2001-09-04 Tim PetersFixed a typo and added more tests.
2001-09-04 Tim PetersChange long/long true division to return as many good...
2001-09-04 Tim PetersMove int_true_divide next to the other division routines.
2001-09-04 Tim PetersMove long_true_divide next to the other division routin...
2001-09-04 Tim PetersRaise OverflowError when appropriate on long->float...
2001-09-04 Guido van RossumPEP 238 documented -Qwarn as warning only for classic...
2001-09-04 Guido van RossumRename the -D option to -Q, to avoid a Jython option...
2001-09-04 Tim PetersIntroduce new private API function _PyLong_AsScaledDoub...
2001-09-04 Tim Petersbuiltin_dir(): Treat classic classes like types. ...
2001-09-03 Neil SchemenauerDon't use dir() to find instance attribute names.
2001-09-03 Neil SchemenauerFix the names of _PyObject_GC_TRACK and _PyObject_GC_UN...
2001-09-03 Tim PetersRestore a line deleted by mistake.
2001-09-03 Tim PetersNew restriction on pow(x, y, z): If z is not None...
2001-09-03 Tim PetersMake dir() wordier (see the new docstring). The new...
2001-09-03 Tim PetersMade a doctest out of the examples in Guido's type...
2001-09-02 Tim PetersClarify the Borland situation, based on email from...
2001-09-02 Tim PetersRepair typo in comment.
2001-09-02 Jack JansenAdded the last few missing files, and put everything...
2001-09-02 Guido van RossumImplement what the docstring said: multiple slashes...
2001-09-02 Guido van RossumAdd news about dictionary() constructor.
2001-09-02 Tim PetersMake dictionary() a real constructor. Accepts at most...
2001-09-02 Tim PetersRewrite the tuple() docstring to parallel the list...
2001-09-02 Tim PetersRepair apparent cut'n'pasteo in tuple() docstring.
2001-09-02 Fred DrakeMove the long minidom example to a separate file; ...
2001-09-02 Guido van RossumAn anonymous contributor reveals his name...
2001-09-02 Guido van RossumAdded more text to the docstring, updated the way the...
2001-09-02 Guido van RossumA grep-like tool that looks for division operators.
2001-09-02 Guido van RossumWhitespace normalization (tabs -> 4 spaces) in the...
2001-09-02 Tim PetersStart items w/ "-" instead of "+" (consistency w/ earli...
2001-09-02 Jack JansenSilly typos.
2001-09-02 Jack JansenDon't call PyMac_HandleEvent in unix-Python
2001-09-01 Jack JansenRegenerated, mainly for new GC routines.
2001-09-01 Jack Jansenxx.prj has been replaced by xx.mcp.
2001-09-01 Jack JansenAdded glue routine for PyMac_BuildFSSpec, PyMac_GetFSRe...
2001-09-01 Jack JansenDon't call PyMac_HandleEvent if we're in unix-Python.
2001-09-01 Jack JansenInclude Carbon/Carbon.h if we're on OSX.
2001-09-01 Jack JansenUpdated the Popt resources for the applets to the newes...
2001-09-01 Jack JansenAdded preferences/startup options for division warning
2001-09-01 Jack JansenAdded preferences/startup options for division warning
2001-09-01 Guido van RossumThe beginnings of a script to help finding / operators...
2001-09-01 Guido van RossumAdd Listbox.itemconfig[ure] call. (A "recent" addition...
2001-09-01 Fred DrakeAdded the "Host" header to the "GET" example.
2001-08-31 Guido van RossumAdd various and sundry news items -- most mine, one...
2001-08-31 Guido van RossumOops. The -W option takes args, not -X.
2001-08-31 Guido van RossumAllow for the possibility that globals['__name__']...
2001-08-31 Guido van RossumAdd warning mode for classic division, almost exactly...
2001-08-31 Guido van RossumFix a memory leak in str_subtype_new(). (All the other
2001-08-31 Guido van RossumCorrect name mangling algorithm, and add a comment.
2001-08-30 Guido van RossumGive 'super' a decent repr(), and readonly attributes...
2001-08-30 Jack JansenAdded all the new files in the right packages and file...
2001-08-30 Tim PetersSF bug #456621: normpath on Win32 not collapsing c...
2001-08-30 Andrew M. KuchlingAdd Jack Jansen's explanation of the MacOS X changes
2001-08-30 Jack JansenSuperseded by the (generated) xx.mcp.
2001-08-30 Jack JansenCase mismatch in "import Types". Apparently nobody...
2001-08-30 Jack JansenWe should look in the directory containing the module...
2001-08-30 Guido van RossumGroup some projects into "Done" and "To do". Get rid...
2001-08-30 Guido van Rossummetaclass(): add some more examples of metaclasses...
2001-08-30 Tim PetersSF patch #455966: Allow leading 0 in float/imag literals.
2001-08-30 Guido van RossumPyObject_Repr(): add missing ">" back at end of format...
2001-08-30 Jeremy HyltonFix _convert_NAME() so that it doesn't store locals...
2001-08-30 Tim PetersSquash new compiler wng.
2001-08-30 Guido van RossumAdd testcases for inheritance from tricky builtins...
2001-08-30 Guido van RossumPytype_GenericAlloc(): round up size so we zap all...
2001-08-30 Fred DrakeRevert the previous patch to test_pow.py and move the...
2001-08-30 Fred DrakeAdded a regression test for the negation-of-exponentiat...
2001-08-30 Fred DrakeWhen re-writing a factor containing a unary negation...
2001-08-30 Guido van RossumMore stuff discovered while writing the simplest of...
2001-08-30 Guido van RossumDo the int inlining only if the type is really an int...
2001-08-30 Guido van RossumAh, the joy of writing test cases...
2001-08-30 Jeremy Hyltonspurious pop
2001-08-30 Neil SchemenauerAdd news about GC API change. Explain how to upgrade...
2001-08-30 Neil SchemenauerUpdate documentation for GC API. Closes SF patch ...
2001-08-30 Guido van Rossumwin_getpass(): if sys.stdin is not sys.__stdin__, use
2001-08-30 Michael W.... fix for part of bug #453523: disable unmarshalling...
2001-08-30 Fred DrakeUpdate the links to the FIPS document that defines...
2001-08-30 Sjoerd MullenderRemoved unreachable return to silence SGI compiler.
2001-08-30 Sjoerd MullenderRemoved an unreachable break statement to silence SGI...
2001-08-30 Sjoerd MullenderRemoved unreachable goto statement to silence SGI compiler.
2001-08-30 Sjoerd MullenderRemoved some unreachable break statements to silence...
2001-08-30 Sjoerd MullenderRemoved some unreachable break statements to silence...
2001-08-30 Jack JansenStarted on the 2.2a2 installer
next