2002-05-13 |
Jack Jansen | Added CFPreferences support. Added these as functions... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Guido van Rossum | Jim Fulton reported a segfault in dir(). A heavily... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Guido van Rossum | SF 554663. Add OpenBSD3. Bugfix candidate if anyone... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Guido van Rossum | SF 554073. Fix typo in error reporting of unrecognized... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Michael W.... | array_tounicode isn't defined in --disable-unicode... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Michael W.... | Make StringIO work in --disable-unicode builds... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Walter Dörwald | Add #ifdef PY_USING_UNICODE sections, so that |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Noted SF patch 552452 adding degree/radian conversions... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Added degrees() and radians() to mathmodule. Closes... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Adds tests for degrees() and radians() functions added... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Added degrees() and radians() to mathmodule. Closing... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Jack Jansen | - Better exception when a NULL CF object is encountered. |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Barry Warsaw | (py-execute-region): Do the blank line skipping inside the |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Tim Peters | SF bug 555042: zip() may trigger MemoryError. |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Raymond Hettinger | Noted change in ftplib 1.68 closing SF patch 553277. |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Raymond Hettinger | Closes SF patch 553277. Per GvR, reverting to original... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Raymond Hettinger | Closes SF patch: 552468. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Fred Drake | Fix typo: ptread --> pthread |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Jack Jansen | - Get data from CFData objects as Python strings and vv. |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Jeremy Hylton | Use isinstance() in preference to comparison of type... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Andrew M. Kuchling | Give the enumerate() PEP a section of its own |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Greg Ward | [from Oct 2000] |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Greg Ward | [from Oct 2000] |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Greg Ward | [from Oct 2000] |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Fred Drake | Fix markup error that suppressed space. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Jack Jansen | Fixed string and dict conversion, and implemented boole... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Jack Jansen | Partial fix for string handling. Null byte TBD. |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Neil Schemenauer | Remove news about PyMalloc_*. Do we need to say anythi... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Andrew M. Kuchling | Updates and rewriting |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Martin v. Löwis | Patch #553230: Create LIBDIR if necessary. Bugfix candi... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Martin v. Löwis | Patch #553277: Accept callbacks that are callable,... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Martin v. Löwis | Patch #553403: Fix typo. |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Martin v. Löwis | Patch #551410: Implement tp_getiter. |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Martin v. Löwis | Patch #552433: Special-case tuples. Avoid sub-type... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Martin v. Löwis | Patch #551011: Fix compilation problems with Cygwin. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Jack Jansen | More support for bridging between Python and CoreFounda... |
commit | commitdiff | tree | snapshot |
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 |
next |