2002-05-07 |
Jack Jansen | Added pycfbridge.c |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Jack Jansen | Added enumobject.c |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Andrew M. Kuchling | Move 'Tips and Tricks' to be the last section |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Andrew M. Kuchling | Add section on Setup file |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Andrew M. Kuchling | More filling out |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Andrew M. Kuchling | Fix typos |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Jack Jansen | Fixed a mistake on my part when regenerating: removed... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Andrew M. Kuchling | Write two sections, and write some partial text for... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Fred Drake | Add a note explaining the interaction between unbuffere... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Andrew M. Kuchling | Prevent convert_path from crashing if the path is an... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Jack Jansen | First steps towards a generalized converter of Python... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Tim Peters | random.gauss() uses a piece of hidden state used by... |
commit | commitdiff | tree | snapshot |
2002-05-04 |
Martin v. Löwis | Rename posix_WCONTINUED to posix_WIFCONTINUED, call... |
commit | commitdiff | tree | snapshot |
2002-05-04 |
Neil Schemenauer | _PyGC_generation0 is now a pointer |
commit | commitdiff | tree | snapshot |
2002-05-04 |
Neil Schemenauer | Move all data for a single generation into a structure... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Martin v. Löwis | Patch #551093: Let cygwin default to --enable-shared. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Fred Drake | Integrated SF patch #539487 by Matthias Klose: |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Tim Peters | Boost the list of stop words, by merging in the little... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Update the xrange object description to reflect the... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Added notes related to the removal of deprecated featur... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Added note about using the documentation build tools... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Remove the warning about the Cygwin directions not... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Work around limitation of Cygwin Perl: To avoid a... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Martin v. Löwis | Indicate delayed initialization of slots. Suggested... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Martin v. Löwis | Patch #551008: DL_IMPORT PyBool_FromLong. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Tim Peters | PyObject_Realloc(): If a small block is shrinking... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Martin v. Löwis | Patch #551009: Initialize array type dynamically. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Remove old deprecated features from the xrange object. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Remove all tests that rely on deprecated-in-2.2 feature... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Many minor markup adjustments for consistency. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Remove extra period produced by previous change. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Martin v. Löwis | Patch 550804: Make os.environ.copy() return a copy. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Added regression tests for xrange object attributes. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Fix attribute access for the xrange objects. The tp_ge... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Andrew M. Kuchling | Correct Moshe's e-mail address |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Andrew M. Kuchling | Note that NameError's message also changed in 2.0 |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Andrew M. Kuchling | Message for NameError has changed |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Skip Montanaro | clarify message when raising TypeError to indicate... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Martin v. Löwis | Guard gettext and friends with HAVE_LIBINTL_H. Fixes... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Correct information on support for repietition & concat... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Fred Drake | Buffer-object repitition and concatenation has worked... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Fred Drake | Added some notes on setting up the documentation tools... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Fred Drake | Added more style for major warnings. |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Fred Drake | Pickler_clear_memo(): convert to METH_NOARGS. |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Fred Drake | Add Pickler.clear_memo() so the pickle and cPickle... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Fred Drake | list_documented_items(): Basic implementation. |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Fred Drake | Explain what os.read() returns at end of file. |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Fred Drake | Add missing right-parenthesis. |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Barry Warsaw | Watch out for older XEmacsen for which requiring info... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Skip Montanaro | moved from Tools/scripts (was only at rev 1.1 - no... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Skip Montanaro | moving into the Doc/tools directory |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Fred Drake | Add a note about when the "%r" formatting code was... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Andrew MacIntyre | add enumobject.c to build machinery |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Andrew MacIntyre | Fred's recent changes to support "-u all" resulted... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Andrew MacIntyre | add enumobject.c to build machinery |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Fred Drake | Added a missing "|" in the grammar productions used... |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Tim Peters | builtin_zip(): Take a good guess at how big the result... |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Thomas Heller | Typo: whcar_t should be wchar_t. |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Andrew M. Kuchling | Add some items, and remove a note to myself |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Fred Drake | Small markup adjustments for consistency. |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Guido van Rossum | See discussion at SF bug 547537. |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Tim Peters | Mostly in SequenceMatcher.{__chain_b, find_longest_match}: |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Tim Peters | Just added comments, and cleared some XXX questions... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Tim Peters | _PyObject_DebugCheckAddress(): If the leading pad... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Tim Peters | Moving pymalloc along. |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Tim Peters | _PyObject_GC_New: Could call PyObject_INIT with a... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Tim Peters | Repair widespread misuse of _PyString_Resize. Since... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Tim Peters | SF patch 549375: Compromise PyUnicode_EncodeUTF8 |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Tim Peters | Teach the Windows build about the new enumobject.c... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Fred Drake | Slightly expand and clarify the differences between... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Fred Drake | Be more consistent, both internally and with recommende... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Fred Drake | Documentation for the enumerate() function/type. |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Guido van Rossum | Clarify that the strip changes also apply to Unicode. |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Guido van Rossum | - New builtin function enumerate(x), from PEP 279.... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Barry Warsaw | (py-comint-output-filter-function): Put the pop-to... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Guido van Rossum | PyNumber_CoerceEx: this took a shortcut (not doing... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Fred Drake | Clean up uses of some deprecated features. |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Neil Schemenauer | If Py_OptimizeFlag is false then always evaluate assert... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Guido van Rossum | Make sure that tp_free frees the int the same way as... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Barry Warsaw | Fix typo in the setup of interpreter-mode-alist. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Barry Warsaw | SF patch #510288 by Kevin J. Butler, mod'd by Barry... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Guido van Rossum | Clean up the layout of the bool_as_number struct initia... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Barry Warsaw | (py-execute-region): Alexander Schmolck points out... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Thomas Heller | Pass the full pathname to MSVC when compiling a debug... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Thomas Heller | Append the PC specific include 'PC' and library 'PCBuil... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Thomas Heller | Fix trivial typo. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Barry Warsaw | (py-comint-output-filter-function): Add a pop-to-buffer... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Barry Warsaw | (py-shell-hook): A new hook variable, run at the end... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Jack Jansen | Regenerated. |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Thomas Heller | Fix a small mistake and complete some function prototypes. |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Neil Schemenauer | Add more tests for abstract isinstance() and issubclass(). |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Tim Peters | test_resource has no chance of running on Windows. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Tim Peters | test_mmap started breaking on Windows, only when run... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Barry Warsaw | Unit tests for the changes in abstract.c version 2... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jack Jansen | Regenerated. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Barry Warsaw | abstract_get_bases(): Clarify exactly what the return... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jack Jansen | Converted to use re in stead of regex and regsub (final... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Barry Warsaw | Rewrote the PyUnit description so that it now recommend... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Fred Drake | Add text about circular references caused by storing... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jack Jansen | Second part of fix for #493826: regenerated suite modul... |
commit | commitdiff | tree | snapshot |
next |