]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2002-08-06  Tim Petersinternal_connect(): Windows. When sock_timeout >...
2002-08-06  Jack JansenAdded a note about the inability to specify a pathname...
2002-08-06  Jack JansenChanged a sentence that confused some people.
2002-08-06  Neal NorwitzMake more functions static
2002-08-06  Neal NorwitzMake readahead functions static
2002-08-06  Guido van RossumFix SF bug 574207 (chained __slots__ dealloc segfault).
2002-08-06  Fred DrakeFix the markup so it doesn't break formatting.
2002-08-06  Guido van RossumAdd testcase for SF bug 574207 (chained __slots__ deall...
2002-08-06  Fred DrakeAdded references to the email package.
2002-08-06  Barry WarsawAdded a test for PyUnicode_Contains() taking into accou...
2002-08-06  Barry WarsawPyUnicode_Contains(): The memcmp() call didn't take...
2002-08-06  Skip Montanaroget rid of GETNAMEV macro - use GETITEM directly
2002-08-06  Guido van RossumAdd a coding cookie, because of the møøse quote.
2002-08-06  Guido van RossumUpdate the URL for getting zlib, and update the minimal...
2002-08-06  Guido van RossumBump the LOOPS count. 50,000 iterations takes about...
2002-08-06  Guido van RossumAdd some fine points: METH_KEYWORDS implies METH_VARARG...
2002-08-06  Guido van RossumMark xreadlines deprecated. Don't use f.xreadlines...
2002-08-06  Guido van RossumRemove mention of deprecated xreadlines method.
2002-08-06  Barry WarsawDescribe new "str1 in str2" behavior.
2002-08-06  Guido van RossumDocument file.next(). Mark xreadlines obsolete (both...
2002-08-06  Barry WarsawCommitting patch #591250 which provides "str1 in str2...
2002-08-06  Guido van RossumFiles are now their own iterator. The xreadlines metho...
2002-08-06  Steve HoldenAdd comment about os.path.walk()'s behavior with symbol...
2002-08-06  Guido van RossumAdd next and __iter__ to the list of file methods that...
2002-08-06  Guido van RossumSF patch 580331 by Oren Tirosh: make file objects their...
2002-08-06  Jack JansenIn the altbininstall target, which is the first subtarg...
2002-08-06  Jack JansenPatch #567296 by Pim Buurman, slightly modified by...
2002-08-06  Jack JansenWrapper around _IBCarbon.
2002-08-06  Andrew M. KuchlingMention list.sort()
2002-08-05  Neal NorwitzSF patch #591305 Documentation err in bytecode defs
2002-08-05  Fred DrakeWe only need to check for StopIteration here.
2002-08-05  Jack JansenPatch by Ronald Oussoren: if there's a .lproj in the...
2002-08-05  Jack JansenIn copy() don't try to obtain an FSSpec until we know...
2002-08-05  Jack JansenBe a lot less verbose by default.
2002-08-05  Jack JansenBetter output for errors, and some progress reports.
2002-08-05  Jack JansenFixed the last two bgen-based modules to be buildable...
2002-08-05  Jeremy HyltonInitial prototype of framer: a tool to build the frame...
next