- 38f7197 Documentation for the enumerate() function/type. This closes SF patch #547162. by Fred Drake · 23 years ago
- 26dd830 Clarify that the strip changes also apply to Unicode. by Guido van Rossum · 23 years ago
- 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 23 years ago
- 17afa13 (py-comint-output-filter-function): Put the pop-to-buffer call inside by Barry Warsaw · 23 years ago
- 517c7d4 PyNumber_CoerceEx: this took a shortcut (not doing anything) when the by Guido van Rossum · 23 years ago
- d451ec1 Clean up uses of some deprecated features. by Fred Drake · 23 years ago
- 89e3ee0 If Py_OptimizeFlag is false then always evaluate assert conditions, don't by Neil Schemenauer · 23 years ago
- 9364698 Make sure that tp_free frees the int the same way as tp_dealloc would. by Guido van Rossum · 23 years ago
- cf22c82 Fix typo in the setup of interpreter-mode-alist. by Barry Warsaw · 23 years ago
- 8849161 SF patch #510288 by Kevin J. Butler, mod'd by Barry. This provides by Barry Warsaw · 23 years ago
- c95cc87 Clean up the layout of the bool_as_number struct initializer. by Guido van Rossum · 23 years ago
- 4aab68e (py-execute-region): Alexander Schmolck points out that leading by Barry Warsaw · 23 years ago
- 69d31b7 Pass the full pathname to MSVC when compiling a debug version. This by Thomas Heller · 23 years ago
- 378498d Append the PC specific include 'PC' and library 'PCBuild' directories by Thomas Heller · 23 years ago
- e650080 Fix trivial typo. by Thomas Heller · 23 years ago
- 13caba3 (py-comint-output-filter-function): Add a pop-to-buffer call so you by Barry Warsaw · 23 years ago
- 56bd2ed (py-shell-hook): A new hook variable, run at the end of py-shell. by Barry Warsaw · 23 years ago
- 65300f1 Regenerated. by Jack Jansen · 23 years ago
- 8da4b59 Fix a small mistake and complete some function prototypes. SF Patch #547813. by Thomas Heller · 23 years ago
- 3b04d63 Add more tests for abstract isinstance() and issubclass(). by Neil Schemenauer · 23 years ago
- 1e33ffa test_resource has no chance of running on Windows. by Tim Peters · 23 years ago
- e12cda9 test_mmap started breaking on Windows, only when run after test_bsddb. by Tim Peters · 23 years ago
- 906569d Unit tests for the changes in abstract.c version 2.101. The debug by Barry Warsaw · 23 years ago
- 033b79c Regenerated. by Jack Jansen · 23 years ago
- f16951c abstract_get_bases(): Clarify exactly what the return values and by Barry Warsaw · 23 years ago
- 3adf8d1 Converted to use re in stead of regex and regsub (finally:-). by Jack Jansen · 23 years ago
- 5ca5374 Rewrote the PyUnit description so that it now recommends to use by Barry Warsaw · 23 years ago
- 99d17006 Add text about circular references caused by storing frames in local by Fred Drake · 23 years ago
- 95df3fd Second part of fix for #493826: regenerated suite modules so errn exists but == 0 doesn't signal an error. by Jack Jansen · 23 years ago
- 1898353 First part of fix for #493826: if 'errn' key exists in return value this doesn't necesarily signal an error, only if the value is non-zero it does. This by Jack Jansen · 23 years ago
- 1b0bf9b Ignore SIGXFSZ. by Jeremy Hylton · 23 years ago
- 74ce77f Add tests for the recent resource module change. by Jeremy Hylton · 23 years ago
- d95efe4 Check for overflow errors in setrlimit(), and reflow a long line. by Jeremy Hylton · 23 years ago
- ed9e453 Minor change to an index entry. by Fred Drake · 23 years ago
- c4ad0bc Clarify return value of PyLong_AsLongLong(). by Jeremy Hylton · 23 years ago
- 656b735 Backport of 1.6.4.2.2.3 from release22-maint branch. by Jack Jansen · 23 years ago
- d92b7a0 Updated URL. by Jack Jansen · 23 years ago
- 601b2fd Backport of select parts of release22-maint (up to 1.38.4.2.2.3). by Jack Jansen · 23 years ago
- 8570013 Whitespace normalization. Unka Timmy would be proud. by Barry Warsaw · 23 years ago
- b957bc3 Clarify the return value of PyObject_IsInstance(). by Fred Drake · 23 years ago
- 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 23 years ago
- 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 23 years ago
- 4e1dd7d Add warning about the HP PA-RISC 2.0 C compiler's optimizer. by Guido van Rossum · 23 years ago
- 1476c27 There was a non-ascii character in the source. Replaced by a hex escape. by Jack Jansen · 23 years ago
- ae7639d whitespace fixup. test__all__ and test_sundry were failing by Anthony Baxter · 23 years ago
- 4ce6b35 don't fail if the audio device is busy, just skip. SF patch 545486 by Anthony Baxter · 23 years ago
- 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 23 years ago
- 0494955 Merge in Skip's last few updates w.r.t. py-help-at-point: by Barry Warsaw · 23 years ago
- 29a90f0 Some contributions and ideas by Alexander Schmolck: add a keybinding by Barry Warsaw · 23 years ago
- 030a5ce unicode_memchr(): Squashed gratuitous int-vs-size_t mismatch (which by Tim Peters · 23 years ago
- 32b069c SF bug 546078: IDLE calltips cause application error. by Tim Peters · 23 years ago
- de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 23 years ago
- a7cc43b Skip Montanaro's contribution (slightly mod'd by Barry) to provide a by Barry Warsaw · 23 years ago
- a0113cd (py-execute-region): If the line at the beginning of the region is a by Barry Warsaw · 23 years ago
- b2d5e62 (py-execute-region): If you ran this without having visited a by Barry Warsaw · 23 years ago
- ca80002 Added Christopher Smith. by Jack Jansen · 23 years ago
- 992d58b Fixes based on ideas from Christopher Smith: by Jack Jansen · 23 years ago
- c6d2a20 Removed note on test_time failing. by Jack Jansen · 23 years ago
- 7aace7a Regenerated to include Internet Config error strings. by Jack Jansen · 23 years ago
- 117dbdf Added an optional file with MacErrors.h extensions: IC errors aren't in there. by Jack Jansen · 23 years ago
- 44c4c6d Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it. by Neil Schemenauer · 23 years ago
- fd1030e pgen now needs pymalloc by Neil Schemenauer · 23 years ago
- 51e7f5c Moving pymalloc along. by Tim Peters · 23 years ago
- a2bc259 tracking python idle changes: Provisional fix for writefile() [SF bug # 541730] by Steven M. Gava · 23 years ago
- 1c61926 Update the Windows makefile for 2.3. by Tim Peters · 23 years ago
- 931625d tracking python idle changes: Patch #540583: Open MS Help Docs if available. by Steven M. Gava · 23 years ago
- 8ee3cd4 #546156, Remove load_false()/load_true(), they are not used by Neal Norwitz · 23 years ago
- e1682a8 Py_UniversalNewlineFread(): small speed boost on non-Windows boxes. by Tim Peters · 23 years ago
- 0eca65c PyUnicode_EncodeUTF8(): tightened the memory asserts a bit, and at least by Tim Peters · 23 years ago
- 0e0ee59 #544265, Remove warnings for passing const to free() by Neal Norwitz · 23 years ago
- 2a7ff35 Back out 2.140. by Martin v. Löwis · 23 years ago
- 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 23 years ago
- 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 23 years ago
- ea572b2 Assorted code cleanups for readability. Greatly boosted the size of the by Tim Peters · 23 years ago
- 4a0db06 Hack around the "2.1.6 Blank lines" bug in a way that the TOC still by Tim Peters · 23 years ago
- 7e3d961 PyUnicode_EncodeUTF8: squash compiler wng. The difference of two by Tim Peters · 23 years ago
- dc374e0 Give the Help viewer a font-size button. This isn't documented by MS, by Tim Peters · 23 years ago
- c8490c7 Move "everything left one": the TOC now shows each doc directory as a by Tim Peters · 23 years ago
- 4545407 Stopped all warnings from the HTML Help Compiler, by generating proper by Tim Peters · 23 years ago
- 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 23 years ago
- a4eb14b Patch #495401: Count number of required bytes for encoding UTF-8 before by Martin v. Löwis · 23 years ago
- e21095e Widespread: Used classes in a more natural way. Added convenience by Tim Peters · 23 years ago
- 6af3e2d Forward port of patch # 500311: Work around for buggy https servers. by Martin v. Löwis · 23 years ago
- 954aed8 Add test for eval() w/ free variables. by Jeremy Hylton · 23 years ago
- 24ea8d3 Fix SF bug #505315: Make free and cell vars show up consistently in locals(). by Jeremy Hylton · 23 years ago
- d9a1050 Replaced the fiddly 5-tuples with a new Book convenience class, allowing by Tim Peters · 23 years ago
- 8d62ad7 Fixed a comment. by Tim Peters · 23 years ago
- 661e492 All over: get rid of blanks before colons that open code blocks. by Tim Peters · 23 years ago
- 460643b do_project(): Modernized the code. by Tim Peters · 23 years ago
- 5d5e193 Added "What's New" to the 2.2 doc set. by Tim Peters · 23 years ago
- 8d22b04 Fix com_arglist() and update grammar fragment. by Jeremy Hylton · 23 years ago
- 2ea2c9d Patch #546194: Check constants individually. Fixes 534143 on OpenBSD. by Martin v. Löwis · 23 years ago
- 4f109c1 Added a stop-list to reduce the size of the full text search index. Fred, by Tim Peters · 23 years ago
- e6b63e6 project_template: use dict interpolation instead of giant tuples. by Tim Peters · 23 years ago
- a905363 + Changed TOC to folder-tree style. by Tim Peters · 23 years ago
- 52cfa33 Generates inputs to the Microsoft Help Compiler, which creates compiled by Tim Peters · 23 years ago
- 7d4ed0d Get the right funny characters in Hernan's name. by Tim Peters · 23 years ago
- fdbeb5a #546155, remove posix_int() it is not used by Neal Norwitz · 23 years ago
- c72737e Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond. by Jeremy Hylton · 23 years ago
- a6aa71d Oops: we used PyMem_DEL() to clean up objects, and that's a problem since by Jack Jansen · 23 years ago