]> granicus.if.org Git - python/shortlog
python
2002-08-11 Tim Peterstest_saveall(): Another small simplification; plus...
2002-08-10 Tim PetersAnd one more simplification to test_saveall().
2002-08-10 Tim Peterstest_saveall(): Simplified a little, given that we...
2002-08-10 Tim PetersIf any trash happened to be sitting around waiting...
2002-08-10 Martin v. LöwisConvert characters from the locale's encoding on output.
2002-08-10 Tim PetersFixed new typos, added a little info about ~sort versus...
2002-08-10 Mark HammondClarify that the interruptable popen fixes aren't used...
2002-08-10 Guido van RossumDisallow class assignment completely unless both old...
2002-08-10 Tim Peters1. Combined the base and length arrays into a single...
2002-08-10 Tim PetersThe samplesort-vs-mergesort #-of-comparisons comparison...
2002-08-10 Guido van RossumFix a typo in the mktemp -> mkstemp patch.
2002-08-09 Fred DrakeAccomodate the packaging changes when we unpack into...
2002-08-09 Fred DrakeLots of changes to the packaging of the documentation...
2002-08-09 Guido van RossumA tool to transform gprof(1) output into HTML, so you...
2002-08-09 Guido van RossumWhitespace normalization.
2002-08-09 Fred DrakeAdd tests for weakref support for generator-iterators.
2002-08-09 Fred DrakeAdd weakref support generator-iterators.
2002-08-09 Fred DrakeAdd support for the iterator protocol to weakref proxy...
2002-08-09 Tim PetersThere's no distinction among 'user', 'group' and 'world...
2002-08-09 Tim PetersWhitespace normalization.
2002-08-09 Guido van RossumFor new-style classes, we can now test for tp_del inste...
2002-08-09 Guido van RossumTest finalizers and GC from inside __del__ for new...
2002-08-09 Guido van RossumCredit to Oren for the file-iterator patch.
2002-08-09 Guido van RossumNews about the tempfile rewrite.
2002-08-09 Guido van RossumMassive changes from SF 589982 (tempfile.py rewrite...
2002-08-09 Guido van RossumDoc portion of SF 589982 (tempfile.py rewrite, by Zack...
2002-08-09 Guido van RossumCheck-in of the most essential parts of SF 589982 ...
2002-08-09 Guido van RossumTest for Neil's fix to correctly invoke __rmul__.
2002-08-09 Guido van RossumNews about Neil's fix to correctly invoke __rmul__.
2002-08-09 Guido van RossumUnicode replace() method with empty pattern argument...
2002-08-09 Neil SchemenauerOnly call sq_repeat if the object does not have a nb_mu...
2002-08-09 Fred DrakeNew entries to track the DOM API growth. These match...
2002-08-09 Jack JansenWhen installing the "python" link in bindir also test...
2002-08-09 Jack Jansen- Precompile py files in Mac subtree after installing
2002-08-09 Jack Jansen- Check not only that cache file exists, but also that...
2002-08-09 Jack JansenTool to pre-created cached .rsrc.df.rsrc files in the...
2002-08-09 Sjoerd MullenderDocument that -u puts stdin, stdout, and stderr in...
2002-08-09 Sjoerd MullenderOn Cygwin, put stdin, stderr, and stdout in binary...
2002-08-09 Jack JansenObsolete now that there's a python implementation of...
2002-08-09 Jack JansenPatch by Russel Owen: if we have command line arguments...
2002-08-09 Steve PurcellFix to ensure consistent 'repr' and 'str' results betwe...
2002-08-09 Jack JansenDepracated some non-carbon modules.
2002-08-09 Jack JansenThis file should have gone long ago.
2002-08-09 Tim PetersRepaired a braino in the description of bad minrun...
2002-08-09 Neal NorwitzSF bug #592645 fix memory leak in socket.getaddrinfo
2002-08-09 Fred DrakeUpdate the text on the Expat module and library.
2002-08-09 Guido van RossumMajor speedup for new-style class creation. Turns...
2002-08-09 Raymond HettingerMoved inplace add and multiply methods from UserString...
2002-08-09 Raymond HettingerMoved special case for tuples from iterobject.c to
2002-08-09 Raymond HettingerRevised the test suite for 'contains' to use the test...
2002-08-09 Jack JansenBy popular demand the frameworkinstall target now insta...
2002-08-08 Guido van RossumSignificant speedup in new-style object creation: in...
2002-08-08 Jack JansenUse hex escape for non-ascii chars, now that the parser...
2002-08-08 Guido van RossumA modest speedup of object deallocation. call_finalize...
2002-08-08 Guido van RossumThe other half of the patches added to SF patch 555085...
2002-08-08 Guido van RossumClean up some docstrings. Some docstrings didn't show...
2002-08-08 Guido van RossumtestSendAll(): loop until all data is read; this was...
2002-08-08 Tim PetersWhitespace normalization.
2002-08-08 Tim PetersDelete junk attributes left behind by _socketobject...
2002-08-08 Jason TishlerPatch #588561: Cygwin _hotshot patch
2002-08-08 Guido van RossumThe _socketobject class has no need for a __del__ metho...
2002-08-08 Guido van RossumOK, one more hack: speed up the case of readline()...
2002-08-08 Guido van RossumAnother refactoring of read() and readline(), this...
2002-08-08 Guido van RossumExtend __all__ with the exports list of the _ssl module.
2002-08-08 Guido van RossumOops, stupid tabs. Sorry again.
2002-08-08 Guido van RossumAnother refactoring. Changed 'socket' from being a...
2002-08-08 Steve PurcellAdd module-wide "__metaclass__ = type", as requested...
2002-08-08 Tim PetersAdded info about highwater heap-memory use for the...
2002-08-08 Tim PetersPyList_Reverse(): This was leaking a reference to...
2002-08-08 Guido van RossumMajor restructuring of _fileobject. Hopefully several...
2002-08-08 Guido van RossumReplace docstrings on test functions witrh comments...
2002-08-07 Tim PetersAdded info about the right way to leave the body of...
2002-08-07 Guido van RossumFix a subtle bug in the trashcan code I added yesterday to
2002-08-07 Raymond HettingerGvR pointed out that only enclosing function bodies...
2002-08-07 Guido van RossumAdd -E and -tt options to the python invocations, as...
2002-08-07 Guido van RossumReplace tabs with spaces. (Sorry!)
2002-08-07 Guido van RossumTighten the unbuffered readline test to distinguish...
2002-08-07 Guido van RossumSimplify heapreplace() -- there's no need for an explic...
2002-08-07 Guido van RossumDocument that heappop() and heapreplace() raise IndexEr...
2002-08-07 Raymond HettingerApply character{} markup.
2002-08-07 Martin v. LöwisReplace abort with Py_FatalError.
2002-08-07 Raymond HettingerDescribed responsibilty of weakly referenced extension...
2002-08-07 Raymond HettingerDescribe nested scopes in the tutorial. Closes SF...
2002-08-07 Guido van RossumOops. I accidentally commented out some tests.
2002-08-07 Jack JansenRegenerated with OSA class inheritance and fix for...
2002-08-07 Jack JansenFixed incorrect logic in determining whether we should...
2002-08-07 Raymond HettingerDocumented os.fsync and os.fdatasync. Closes SF bug...
2002-08-07 Guido van Rossum"Unbuffered" mode of class _fileobject wasn't actually...
2002-08-07 Jack Jansen- If an OSA identifier is a Python reserved word we...
2002-08-07 Fred DrakeClarify that the bool instances are acceptable return...
2002-08-07 Martin v. LöwisUse Py_FatalError instead of abort.
2002-08-07 Jack JansenDon't be over-enthusiastic with the ascii() calls:...
2002-08-07 Jack JansenDonovan Preston's patch #538395, with some mods by me.
2002-08-07 Jack JansenQuote the arguments, they may contain strings.
2002-08-07 Fred DrakeFix up some more markup problems.
2002-08-07 Fred DrakeChange the markup a bit more; the parameter was not...
2002-08-07 Martin v. LöwisFix PEP 263 code --without-unicode. Fixes #591943.
2002-08-07 Steve HoldenFix markup errors.
2002-08-06 Raymond HettingerExpanded the unittests for the new width sensitive...
2002-08-06 Raymond HettingerDocument handling of raw-unicode-escapes. Closes SF...
next