1. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 19 years ago
  2. 9e635cf Put parentheses around the assignment in the 'while' loop conditional by Brett Cannon · 20 years ago
  3. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  4. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  5. fd39ad4 Patch #1005468: Disambiguate "min() or max()" exception string. by Martin v. Löwis · 20 years ago
  6. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  7. 52db519 for some reason, the lack of adherence to Python's C whitespace rules by Michael W. Hudson · 20 years ago
  8. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  9. 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 20 years ago
  10. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  11. 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 20 years ago
  12. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  13. da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 20 years ago
  14. ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 20 years ago
  15. b86269d Apply pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 21 years ago
  16. 77f3c87 Apply map/zip pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 21 years ago
  17. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  18. d75ede3 Remove the PendingDeprecationWarning from apply(). apply() will by Fred Drake · 21 years ago
  19. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  20. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  21. a253e18 regressing the performance bugfix -- Guido wants the performance bug left by Alex Martelli · 21 years ago
  22. a2777d3 Changed builtin_sum to use PyNumber_InPlaceAdd (same semantics, but fixes by Alex Martelli · 21 years ago
  23. 5cf6394 Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 21 years ago
  24. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  25. 364f6be Correct check of PyUnicode_Resize() return value. by Jeremy Hylton · 21 years ago
  26. 1aad9c7 Reflow long lines and reformat. by Jeremy Hylton · 21 years ago
  27. c58a3a1 Fix a crash: when sq_item failed the code continued blindly and used the by Walter Dörwald · 21 years ago
  28. 6897355 Make filter(bool, ...) as fast as filter(None, ...). by Neil Schemenauer · 21 years ago
  29. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  30. a9b9c9f some more error-message enhancements by Alex Martelli · 21 years ago
  31. f471d47 complete and clarify some error messages for range() by Alex Martelli · 21 years ago
  32. 41c9f88 fixed a potential refcount bug (thanks Raymond!). by Alex Martelli · 21 years ago
  33. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  34. 28e83e3 Some errors from range() should be TypeError, not ValueError. by Guido van Rossum · 21 years ago
  35. 817d6c9 Prompted by Tim's comment, when handle_range_longs() sees an by Guido van Rossum · 21 years ago
  36. 874e1f7 handle_range_longs(): refcount handling is very delicate here, and by Tim Peters · 21 years ago
  37. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 21 years ago
  38. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  39. 7571a0f Improved new Py_TRACE_REFS gimmicks. by Tim Peters · 21 years ago
  40. 3e59076 Fix SF bug #690435, apply fails to check if warning raises exception by Neal Norwitz · 21 years ago
  41. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  42. 8dd1932 Change filtertuple() to use tp_as_sequence->sq_item by Walter Dörwald · 21 years ago
  43. 2c646c9 Squashed compiler wng about signed/unsigned clash in comparison. by Tim Peters · 21 years ago
  44. 1918f77 Change filterstring() and filterunicode(): If the by Walter Dörwald · 21 years ago
  45. b9b8e9c My previous checkin caused compile() to no longer accept buffers, as noted by Just van Rossum · 21 years ago
  46. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 21 years ago
  47. c3da83f Make sure filter() never returns tuple, str or unicode by Walter Dörwald · 21 years ago
  48. 531e000 PyUnicode_Resize() doesn't free its argument in case of a failure, by Walter Dörwald · 21 years ago
  49. 903f1e0 filterstring() and filterunicode() in Python/bltinmodule.c by Walter Dörwald · 21 years ago
  50. 94c30c0 SF #661437, apply() should get PendingDeprecation by Neal Norwitz · 21 years ago
  51. 8afd757 Patch #636005: Filter unicode into unicode. by Martin v. Löwis · 21 years ago
  52. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  53. bbfb910 Make error message more specific for min() and max(). Suggested by MvL. by Raymond Hettinger · 22 years ago
  54. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  55. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  56. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  57. 4c01342 execfile should call PyErr_SetFromErrnoWithFilename instead of by Peter Schneider-Kamp · 22 years ago
  58. c7903a1 A nice little speed-up for filter(): by Guido van Rossum · 22 years ago
  59. 31d2df5 Patch #550192: Set softspace to 0 in raw_input(). by Martin v. Löwis · 22 years ago
  60. cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 22 years ago
  61. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  62. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  63. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  64. c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 22 years ago
  65. 32a7e7f Change name from string to basestring by Neal Norwitz · 22 years ago
  66. cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 22 years ago
  67. 39a86c2 SF bug 555042: zip() may trigger MemoryError. by Tim Peters · 22 years ago
  68. 67d687a builtin_zip(): Take a good guess at how big the result list will be, by Tim Peters · 22 years ago
  69. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  70. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago
  71. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  72. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  73. 3484a18 Patch #494045: patches errno and stat to cope on plan9. by Martin v. Löwis · 22 years ago
  74. d50e544 Docstring for filter(): Someone on the Tutor list reasonably complained by Tim Peters · 22 years ago
  75. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  76. 733c893 Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 23 years ago
  77. 518ab1c Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  78. 603c683 SF patch 473749 compile under OS/2 VA C++, from Michael Muller. by Tim Peters · 23 years ago
  79. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  80. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  81. d892357 SF patch #471852 (anonymous) notes that getattr(obj, name, default) by Guido van Rossum · 23 years ago
  82. 03290ec Implement isinstance(x, (A, B, ...)). Note that we only allow tuples, by Guido van Rossum · 23 years ago
  83. 742dfd6 Get rid of builtin_open() entirely (the C code and docstring, not the by Tim Peters · 23 years ago
  84. 4b7625e _PyBuiltin_Init(): For clarity, macroize this purely repetitive code. by Tim Peters · 23 years ago
  85. 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
  86. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  87. b3a639e builtin_execfile(): initialize another local that the GCC on leroy by Guido van Rossum · 23 years ago
  88. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
  89. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
  90. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  91. f5cb357 Add 'super' builtin type. by Guido van Rossum · 23 years ago
  92. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
  93. 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
  94. 6cd6a82 A fiddled version of the rest of Michael Hudson's SF patch by Tim Peters · 23 years ago
  95. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  96. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  97. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
  98. 257b3bf Repair the Windows build (S_ISDIR() macro doesn't exist). by Tim Peters · 23 years ago
  99. 6b3a2c4 Patch #448227: Raise an exception when a directory is passed to execfile. by Martin v. Löwis · 23 years ago
  100. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago