]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-05-11  Fred DrakeFix typo: ptread --> pthread
2002-05-10  Jack Jansen- Get data from CFData objects as Python strings and vv.
2002-05-10  Jeremy HyltonUse isinstance() in preference to comparison of type...
2002-05-10  Andrew M. KuchlingGive the enumerate() PEP a section of its own
2002-05-10  Greg Ward[from Oct 2000]
2002-05-10  Greg Ward[from Oct 2000]
2002-05-10  Greg Ward[from Oct 2000]
2002-05-10  Fred DrakeFix markup error that suppressed space.
2002-05-09  Andrew M. KuchlingFix typo
2002-05-08  Jack JansenFixed string and dict conversion, and implemented boole...
2002-05-08  Jack JansenPartial fix for string handling. Null byte TBD.
2002-05-08  Neil SchemenauerRemove news about PyMalloc_*. Do we need to say anythi...
2002-05-08  Andrew M. KuchlingUpdates and rewriting
2002-05-08  Martin v. LöwisPatch #553230: Create LIBDIR if necessary. Bugfix candi...
2002-05-08  Martin v. LöwisPatch #553277: Accept callbacks that are callable,...
2002-05-08  Martin v. LöwisPatch #553403: Fix typo.
2002-05-08  Martin v. LöwisPatch #551410: Implement tp_getiter.
2002-05-08  Martin v. LöwisPatch #552433: Special-case tuples. Avoid sub-type...
2002-05-08  Martin v. LöwisPatch #551011: Fix compilation problems with Cygwin.
2002-05-07  Jack JansenMore support for bridging between Python and CoreFounda...
2002-05-07  Jack JansenAdded pycfbridge.c
2002-05-07  Jack JansenAdded enumobject.c
2002-05-07  Andrew M. KuchlingMove 'Tips and Tricks' to be the last section
2002-05-07  Andrew M. KuchlingAdd section on Setup file
2002-05-07  Andrew M. KuchlingMore filling out
2002-05-07  Andrew M. KuchlingFix typos
2002-05-07  Jack JansenFixed a mistake on my part when regenerating: removed...
2002-05-06  Andrew M. KuchlingWrite two sections, and write some partial text for...
2002-05-06  Fred DrakeAdd a note explaining the interaction between unbuffere...
2002-05-06  Andrew M. KuchlingPrevent convert_path from crashing if the path is an...
2002-05-05  Jack JansenFirst steps towards a generalized converter of Python...
2002-05-05  Tim Petersrandom.gauss() uses a piece of hidden state used by...
2002-05-04  Martin v. LöwisRename posix_WCONTINUED to posix_WIFCONTINUED, call...
2002-05-04  Neil Schemenauer_PyGC_generation0 is now a pointer
2002-05-04  Neil SchemenauerMove all data for a single generation into a structure...
2002-05-03  Martin v. LöwisPatch #551093: Let cygwin default to --enable-shared.
2002-05-03  Fred DrakeIntegrated SF patch #539487 by Matthias Klose:
2002-05-02  Tim PetersBoost the list of stop words, by merging in the little...
2002-05-02  Fred DrakeUpdate the xrange object description to reflect the...
2002-05-02  Fred DrakeAdded notes related to the removal of deprecated featur...
2002-05-02  Fred DrakeAdded note about using the documentation build tools...
2002-05-02  Fred DrakeRemove the warning about the Cygwin directions not...
2002-05-02  Fred DrakeWork around limitation of Cygwin Perl: To avoid a...
2002-05-02  Martin v. LöwisIndicate delayed initialization of slots. Suggested...
2002-05-02  Martin v. LöwisPatch #551008: DL_IMPORT PyBool_FromLong.
2002-05-02  Tim PetersPyObject_Realloc(): If a small block is shrinking...
2002-05-02  Martin v. LöwisPatch #551009: Initialize array type dynamically.
2002-05-02  Fred DrakeRemove old deprecated features from the xrange object.
2002-05-02  Fred DrakeRemove all tests that rely on deprecated-in-2.2 feature...
2002-05-02  Fred DrakeMany minor markup adjustments for consistency.
2002-05-02  Fred DrakeRemove extra period produced by previous change.
2002-05-02  Martin v. LöwisPatch 550804: Make os.environ.copy() return a copy.
2002-05-02  Fred DrakeAdded regression tests for xrange object attributes.
2002-05-02  Fred DrakeFix attribute access for the xrange objects. The tp_ge...
2002-05-02  Andrew M. KuchlingCorrect Moshe's e-mail address
2002-05-02  Andrew M. KuchlingNote that NameError's message also changed in 2.0
2002-05-02  Andrew M. KuchlingMessage for NameError has changed
2002-05-02  Skip Montanaroclarify message when raising TypeError to indicate...
2002-05-02  Martin v. LöwisGuard gettext and friends with HAVE_LIBINTL_H. Fixes...
2002-05-02  Fred DrakeCorrect information on support for repietition & concat...
2002-05-02  Fred DrakeBuffer-object repitition and concatenation has worked...
2002-05-01  Fred DrakeAdded some notes on setting up the documentation tools...
2002-05-01  Fred DrakeAdded more style for major warnings.
2002-05-01  Fred DrakePickler_clear_memo(): convert to METH_NOARGS.
2002-05-01  Fred DrakeAdd Pickler.clear_memo() so the pickle and cPickle...
2002-05-01  Fred Drakelist_documented_items(): Basic implementation.
2002-05-01  Fred DrakeExplain what os.read() returns at end of file.
2002-05-01  Fred DrakeAdd missing right-parenthesis.
2002-04-30  Barry WarsawWatch out for older XEmacsen for which requiring info...
2002-04-30  Skip Montanaromoved from Tools/scripts (was only at rev 1.1 - no...
2002-04-30  Skip Montanaromoving into the Doc/tools directory
2002-04-30  Fred DrakeAdd a note about when the "%r" formatting code was...
2002-04-30  Andrew MacIntyreadd enumobject.c to build machinery
2002-04-30  Andrew MacIntyreFred's recent changes to support "-u all" resulted...
2002-04-30  Andrew MacIntyreadd enumobject.c to build machinery
2002-04-30  Fred DrakeAdded a missing "|" in the grammar productions used...
2002-04-29  Tim Petersbuiltin_zip(): Take a good guess at how big the result...
2002-04-29  Thomas HellerTypo: whcar_t should be wchar_t.
2002-04-29  Andrew M. KuchlingAdd some items, and remove a note to myself
2002-04-29  Fred DrakeSmall markup adjustments for consistency.
2002-04-29  Guido van RossumSee discussion at SF bug 547537.
2002-04-29  Tim PetersMostly in SequenceMatcher.{__chain_b, find_longest_match}:
2002-04-28  Tim PetersJust added comments, and cleared some XXX questions...
2002-04-28  Tim Peters_PyObject_DebugCheckAddress(): If the leading pad...
2002-04-28  Tim PetersMoving pymalloc along.
2002-04-28  Tim Peters_PyObject_GC_New: Could call PyObject_INIT with a...
2002-04-27  Tim PetersRepair widespread misuse of _PyString_Resize. Since...
2002-04-27  Tim PetersSF patch 549375: Compromise PyUnicode_EncodeUTF8
2002-04-26  Tim PetersTeach the Windows build about the new enumobject.c...
2002-04-26  Fred DrakeSlightly expand and clarify the differences between...
2002-04-26  Fred DrakeBe more consistent, both internally and with recommende...
2002-04-26  Fred DrakeDocumentation for the enumerate() function/type.
2002-04-26  Guido van RossumClarify that the strip changes also apply to Unicode.
2002-04-26  Guido van Rossum- New builtin function enumerate(x), from PEP 279....
2002-04-26  Barry Warsaw(py-comint-output-filter-function): Put the pop-to...
2002-04-26  Guido van RossumPyNumber_CoerceEx: this took a shortcut (not doing...
2002-04-26  Fred DrakeClean up uses of some deprecated features.
2002-04-26  Neil SchemenauerIf Py_OptimizeFlag is false then always evaluate assert...
2002-04-26  Guido van RossumMake sure that tp_free frees the int the same way as...
2002-04-25  Barry WarsawFix typo in the setup of interpreter-mode-alist.
next