]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-06-20  Fred DrakeCorrected return type and value information for PyUnico...
2002-06-20  Fred DrakeFix the docstring for sys.getrefcount().
2002-06-20  Jack JansenDisable the test for importing very long lists for...
2002-06-20  Fred DrakeMake the docs for string.capitalize() match those of...
2002-06-20  Fred DrakeAdd a note that divmod() with complex numbers is deprec...
2002-06-20  Fred DrakeAdded reference to the Expat home page.
2002-06-20  Fred DrakeTry to improve the explanation of the "raise" statement...
2002-06-20  Jack JansenOpen the source file in universal newline mode.
2002-06-20  Fred DrakeClean up docstrings:
2002-06-20  Tim PetersRemoved the generator future-stmt -- not needed for...
2002-06-20  Fred DrakeSimplify the production for argument list, making sure...
2002-06-20  Raymond HettingerSF 563530 added missing methods for emulating numeric...
2002-06-20  Kurt B. Kaiser1. Debugger Breakpoints, finish implementation
2002-06-20  Guido van RossumI get failures half of the time that I run this, so...
2002-06-20  Raymond HettingerSF 570727 indexer() class no longer needed since lists...
2002-06-19  Michael W.... Fix the bug described in
2002-06-18  Guido van RossumMention pymemcompat.h.
2002-06-18  Guido van RossumMinor tweaks to existing items (radian/degree, and...
2002-06-18  Fred DrakeTypo: bites --> bytes
2002-06-18  Fred DrakeAdd description of the deadlock problem with child...
2002-06-18  Fred DrakeAdd a note about "as" not being a keyword, though it...
2002-06-18  Jeremy HyltonDefine NDEBUG for releae builds, just like Python.
2002-06-18  Fred DrakeNote the limitation that mime_decode_header() only...
2002-06-18  Jeremy HyltonAdd implementation of _compile() and use default compil...
2002-06-18  Jeremy HyltonAdd a default implementation of compile() to the base...
2002-06-18  Fred DrakePlayed contortionist games with the argument_list produ...
2002-06-18  Jeremy HyltonOnly import msvccompiler on win32 platforms.
2002-06-18  Guido van RossumMichael fixed the race conditions and removed the sleeps.
2002-06-18  Fred Drake\productioncont: Replace leading spaces with &nbsp...
2002-06-18  Fred DrakeRefactor the generation of signature lines for funcdesc...
2002-06-18  Guido van RossumPatch from SF bug 570483 (Tim Northover).
2002-06-18  Guido van RossumPatch from SF bug 570483 (Tim Northover).
2002-06-18  Guido van RossumCorect speling and add \n\ to line ends in new docstrin...
2002-06-18  Fred DrakeClarified documentation for os.access().
2002-06-18  Fred DrakeMechanically translated string method calls to string...
2002-06-18  Fred DrakeSF patch #552837, submitted by Robert Pyron:
2002-06-18  Fred DrakeClarified description of error handling for shutil...
2002-06-18  Michael W.... About the new but unreferenced new_class, Guido sez:
2002-06-17  Fred DrakeUpdate description of the Expat library.
2002-06-17  Fred DrakePyModule_AddObject(): Added missing exceptions.
2002-06-17  Fred DrakeFix documentation for PyMarshal_WriteObjectToFile(...
2002-06-17  Fred DrakeEnsure \verbatiminput always uses a unique filename...
2002-06-17  Andrew M. KuchlingAdd reminder, and a new POSIX function
2002-06-17  Michael W.... Typo.
2002-06-17  Neal NorwitzWhitespace normalization (tabs -> spaces)
2002-06-17  Walter DörwaldApply diff2.txt from SF patch http://www.python.org...
2002-06-17  Piers LauderAdd IMAP4 QUOTA extension methods
2002-06-17  Piers LauderAlter text test arg to obey new rule, also include...
2002-06-16  Kurt B. KaiserPolish RemoteDebugger code.
2002-06-16  Tim PetersNuked another reference to newmodule.c.
2002-06-16  Tim PetersRemoved newmodule.c from the project, and removed refer...
2002-06-16  Guido van RossumForgot to add this. It's part of patch 568629.
2002-06-15  Tim Peterstest_module_with_large_stack(): This failed when Pytho...
2002-06-15  Tim Peterstest_module_with_large_stack(): This failed on Windows...
2002-06-15  Tim PetersUnsure exactly why I'm doing this, but I couldn't build...
2002-06-14  Guido van RossumAdd Oren Tirosh and news about his patch.
2002-06-14  Guido van RossumSF patch 568629 by Oren Tirosh: types made callable.
2002-06-14  Skip MontanaroThis introduces stricter library/header file checking...
2002-06-14  Fred DrakeClean up descriptions of PyObject_RichCompare() and...
2002-06-14  Guido van RossumUse code.interact(), which is even simpler, *and* impor...
2002-06-14  Michael W.... Now FOR_LOOP is gone, loop_subscript can go too.
2002-06-14  Guido van RossumDon't poorly emulate the interactive interpreter, use
2002-06-14  Fred DrakeAnchors ("a" elements) used only for the name attribute...
2002-06-14  Steve HoldenMake a start at describing the results of class/type...
2002-06-14  Guido van RossumTest for the bug in recurse_down_subclasses() that...
2002-06-14  Guido van RossumInexplicably, recurse_down_subclasses() was comparing...
2002-06-14  Neal NorwitzMissed one use of new PyDoc_STRVAR macro
2002-06-14  Fred DrakeRefer the reader to the correct module for constant...
2002-06-14  Neal NorwitzFix SF bug # 561858 Assertion with very long lists
2002-06-14  Neal NorwitzFix SF bug # 561858 Assertion with very long lists
2002-06-14  Neal NorwitzSF bug # 493951 string.{starts,ends}with vs slices
2002-06-14  Fred DrakeDocument the Binary.data attribute.
2002-06-14  Neal NorwitzUse \code{True} (or False) instead of true/false.
2002-06-13  Neal NorwitzTest exceptional condition in select()
2002-06-13  Neal NorwitzTest exceptional conditions in list.sort()
2002-06-13  Neal NorwitzCleanup a little
2002-06-13  Neal NorwitzSF # 533070 Silence AIX C Compiler Warnings
2002-06-13  Guido van RossumMajor cleanup operation: whenever there's a call that...
2002-06-13  Guido van RossumFix for SF bug 532646. This is a little simpler than...
2002-06-13  Neal NorwitzSF # 561244 Micro optimizations
2002-06-13  Neal NorwitzFix typo in exception message
2002-06-13  Neal NorwitzUse new PyDoc_STRVAR macro
2002-06-13  Neal NorwitzAdd "version added" for getpgid
2002-06-13  Neal NorwitzSF #561244 Micro optimizations
2002-06-13  Martin v. LöwisPatch #568235: Add posix.setpgid.
2002-06-13  Martin v. LöwisPatch #568124: Add doc string macros.
2002-06-13  Guido van RossumTemporarily disable the timeout and socket tests.
2002-06-13  Guido van RossumHopefully this addresses the remaining issues of SF...
2002-06-13  Guido van RossumThe opcode FOR_LOOP no longer exists.
2002-06-13  Fred DrakeDo not claim that getlocale() returns a tulpe; that...
2002-06-13  Jeremy HyltonMunge depends files to have absolute paths.
2002-06-13  Jeremy HyltonExtend dependency tracking so that .o files are rebuilt.
2002-06-13  Jeremy HyltonRefactor compile() method implementations.
2002-06-13  Jeremy HyltonAdd depends=None to the arglist for compile().
2002-06-13  Jeremy HyltonExtend compiler() method with optional depends argument.
2002-06-13  Guido van RossumRearrange the #ifndef WITHOUT_COMPLEX so it can be...
2002-06-13  Guido van RossumComment out testHostnameRes() -- it depends on a correc...
2002-06-13  Guido van RossumFix non-blocking connect() for Windows. Refactored...
2002-06-13  Jeremy HyltonMore style changes and little cleanups.
2002-06-13  Guido van RossumGet rid of accidentally checked-in reference to "bits".
next