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 |
2002-04-23 |
Jack Jansen | First part of fix for #493826: if 'errn' key exists... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jeremy Hylton | Ignore SIGXFSZ. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jeremy Hylton | Add tests for the recent resource module change. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jeremy Hylton | Check for overflow errors in setrlimit(), |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Fred Drake | Minor change to an index entry. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jeremy Hylton | Clarify return value of PyLong_AsLongLong(). |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jack Jansen | Backport of 1.6.4.2.2.3 from release22-maint branch. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jack Jansen | Updated URL. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jack Jansen | Backport of select parts of release22-maint (up to... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Barry Warsaw | Whitespace normalization. Unka Timmy would be proud. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Fred Drake | Clarify the return value of PyObject_IsInstance(). |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Fred Drake | WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Guido van Rossum | SF patch 546244 by John Williams: add Text.dump() method. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Guido van Rossum | Add warning about the HP PA-RISC 2.0 C compiler's optim... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Jack Jansen | There was a non-ascii character in the source. Replaced... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Anthony Baxter | whitespace fixup. test__all__ and test_sundry were... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Anthony Baxter | don't fail if the audio device is busy, just skip. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Anthony Baxter | SF patch [ 545523 ] patch for 514433 bsddb.dbopen... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Barry Warsaw | Merge in Skip's last few updates w.r.t. py-help-at... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Barry Warsaw | Some contributions and ideas by Alexander Schmolck... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Tim Peters | unicode_memchr(): Squashed gratuitous int-vs-size_t... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Tim Peters | SF bug 546078: IDLE calltips cause application error. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Walter Dörwald | Apply patch diff.txt from SF feature request |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Barry Warsaw | Skip Montanaro's contribution (slightly mod'd by Barry... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Barry Warsaw | (py-execute-region): If the line at the beginning of... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Barry Warsaw | (py-execute-region): If you ran this without having... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Jack Jansen | Added Christopher Smith. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Jack Jansen | Fixes based on ideas from Christopher Smith: |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Jack Jansen | Removed note on test_time failing. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Jack Jansen | Regenerated to include Internet Config error strings. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Jack Jansen | Added an optional file with MacErrors.h extensions... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Neil Schemenauer | Py_GETENV is used by obmalloc and needs Py_IgnoreEnviro... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Neil Schemenauer | pgen now needs pymalloc |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Tim Peters | Moving pymalloc along. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Steven M. Gava | tracking python idle changes: |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Tim Peters | Update the Windows makefile for 2.3. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Steven M. Gava | tracking python idle changes: |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Neal Norwitz | #546156, Remove load_false()/load_true(), they are... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tim Peters | Py_UniversalNewlineFread(): small speed boost on non... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tim Peters | PyUnicode_EncodeUTF8(): tightened the memory asserts... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Neal Norwitz | #544265, Remove warnings for passing const to free() |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Martin v. Löwis | Back out 2.140. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tim Peters | Enable universal newlines on Windows. Note that NEWS... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tim Peters | Py_UniversalNewlineFread(): Many changes. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tim Peters | Assorted code cleanups for readability. Greatly booste... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tim Peters | Hack around the "2.1.6 Blank lines" bug in a way that... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tim Peters | PyUnicode_EncodeUTF8: squash compiler wng. The differ... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tim Peters | Give the Help viewer a font-size button. This isn... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Tim Peters | Move "everything left one": the TOC now shows each... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Tim Peters | Stopped all warnings from the HTML Help Compiler, by... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Neal Norwitz | #546163, fix link problem on Solaris 8 for makedev... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Martin v. Löwis | Patch #495401: Count number of required bytes for encod... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Tim Peters | Widespread: Used classes in a more natural way. Added... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Martin v. Löwis | Forward port of patch # 500311: Work around for buggy... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Jeremy Hylton | Add test for eval() w/ free variables. |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Jeremy Hylton | Fix SF bug #505315: Make free and cell vars show up... |
commit | commitdiff | tree | snapshot |
next |