1. 1bc4af4 readline module cleanup by Christian Heimes · 18 years ago
  2. edc526c Fix TextCalendar.prweek(). This closes issue #1427. by Walter Dörwald · 18 years ago
  3. 63bf149 Patch #1418: Make the AC_REPLACE_FUNCS object files actually work. by Martin v. Löwis · 18 years ago
  4. f354894 Only set rl_completion_display_matches_hook if there by Martin v. Löwis · 18 years ago
  5. abfe453 Re-word sentence by Andrew M. Kuchling · 18 years ago
  6. ced1646 Fix for #1427: Error in standard module calendar by Christian Heimes · 18 years ago
  7. 3d4c316 Added new decorator syntax to property.__doc__ Guido prefers _x over __x. by Christian Heimes · 18 years ago
  8. 03c1d1e Remove duplication of "this". by Georg Brandl · 18 years ago
  9. 95dd03b Fixed a bug reported (in private email, by Robert Crida) in logging configuration whereby child loggers of a logger named in a configuration file, which are not themselves named in the configuration, are disabled when the configuration is applied. by Vinay Sajip · 18 years ago
  10. d1ef789 Issue 1416. Add getter, setter, deleter methods to properties that can be by Guido van Rossum · 18 years ago
  11. d3ffd34 Use a freelist to speed-up block allocation and deallocation in collections.deque(). by Raymond Hettinger · 18 years ago
  12. 3444879 Optimize common case for dict.fromkeys(). by Raymond Hettinger · 18 years ago
  13. d3d0baf Add Amaury Forgeot d'Arc. by Martin v. Löwis · 18 years ago
  14. 980c4fc Correct a comment about testing methods - nowadays most by Georg Brandl · 18 years ago
  15. 87426cb Fix misleading example. by Georg Brandl · 18 years ago
  16. 07c19ea Fix seealso link to sets docs. Do not merge to Py3k. by Georg Brandl · 18 years ago
  17. e8d58ba Reposition the decref (spotted by eagle-eye norwitz). by Raymond Hettinger · 18 years ago
  18. 1760c8a Add set.isdisjoint() by Raymond Hettinger · 18 years ago
  19. 004c1c1 Backport of Guido's review of my patch. by Christian Heimes · 18 years ago
  20. cea681b Backported fix for bug #1392 from py3k branch r58903. by Christian Heimes · 18 years ago
  21. 90b858e Add missing NEWS entry by Nick Coghlan · 18 years ago
  22. dc1d1ba Add build option for faster loop execution. by Raymond Hettinger · 18 years ago
  23. cdcf887 Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example. by Raymond Hettinger · 18 years ago
  24. 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 18 years ago
  25. 9b847b4 Add missing "return NULL" in overflow check in PyObject_Repr(). by Guido van Rossum · 18 years ago
  26. e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 18 years ago
  27. 91f9429 Clarified the fact that you can have comments for individual archive by Mark Summerfield · 18 years ago
  28. aea6e59 Added cross-references between the various archive file formats. by Mark Summerfield · 18 years ago
  29. 80e95c1 * db->get_flags is only available in BerkeleyDB >= 4.2 by Gregory P. Smith · 18 years ago
  30. fc00669 * db->get_types is only available in BerkeleyDB >= 4.2 by Gregory P. Smith · 18 years ago
  31. ac11e02 Add the bsddb.db.DBEnv.lock_id_free method. by Gregory P. Smith · 18 years ago
  32. ec10a4a Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and by Gregory P. Smith · 18 years ago
  33. 9c466ba Fix syntax for versionchanged markup. by Georg Brandl · 18 years ago
  34. d469ff1 Note change to get_dialect semantics in 2.5. Will backport to 2.5. by Skip Montanaro · 18 years ago
  35. b13f70d Add a missing quotation mark. by Brett Cannon · 18 years ago
  36. 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
  37. 03fd077 Enable the full ctypes c_longdouble tests again. by Thomas Heller · 18 years ago
  38. 486b1b0 Issue #1292: On alpha, arm, ppc, and s390 linux systems the by Thomas Heller · 18 years ago
  39. 3814a91 Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate) by Nick Coghlan · 18 years ago
  40. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
  41. f7601ee false "fix" undone as correct problem was found and fixed. by Gregory P. Smith · 18 years ago
  42. 6d331ca Undo revision 58533 58534 fixes. Those were a workaround for by Gregory P. Smith · 18 years ago
  43. aae141a Fix bug introduced in revision 58385. Database keys could no longer by Gregory P. Smith · 18 years ago
  44. 744b32a Fix markup glitch. by Georg Brandl · 18 years ago
  45. 4de2263 Removed non ASCII text from test as requested by Guido. Sorry :/ by Christian Heimes · 18 years ago
  46. e18f21c Backport of import tests for bug http://bugs.python.org/issue1293 and bug http://bugs.python.org/issue1342 by Christian Heimes · 18 years ago
  47. 03b15c6 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 18 years ago
  48. 405884c Sets are marshalable. by Raymond Hettinger · 18 years ago
  49. 84e26b6 Clarify the reasons why pickle is almost always better than marshal by Raymond Hettinger · 18 years ago
  50. 50bf115 Adding Christian Heimes. by Martin v. Löwis · 18 years ago
  51. 9c4382f Fix some compiler warnings for signed comparisons on Unix and Windows. by Neal Norwitz · 18 years ago
  52. 706132b Make example about hiding None return values at the prompt clearer. by Georg Brandl · 18 years ago
  53. f4ef23f Use correct markup. by Georg Brandl · 18 years ago
  54. 20172f9 check in Tal Einat's update to tabpage.py Patch 1612746 by Kurt B. Kaiser · 18 years ago
  55. 1c1ac38 Backport fixes for the code that decodes octal escapes (and for PyString by Guido van Rossum · 18 years ago
  56. dff51b2 Patch 1353 by Jacob Winther. Add mp4 mapping to mimetypes.py. by Guido van Rossum · 18 years ago
  57. 60d5840 Add confirmation dialog before printing. Patch 1717170 Tal Einat. by Kurt B. Kaiser · 18 years ago
  58. ea68474 Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) by Hye-Shik Chang · 18 years ago
  59. a838a80 - Add support for FreeBSD 8 which is recently forked from FreeBSD 7. by Hye-Shik Chang · 18 years ago
  60. 98f40b1 Update URL for Pygments. 0.8.1 is no longer available by Neal Norwitz · 18 years ago
  61. dd1a846 Fix new pop() method on os.environ on ignorecase-platforms. by Georg Brandl · 18 years ago
  62. 1e45f80 1. Add comments to provide top-level documentation. by Kurt B. Kaiser · 18 years ago
  63. aa8a96a Correct an ancient bug in an unused path by removing that path: register() is by Kurt B. Kaiser · 18 years ago
  64. 469b2a5 ffi_type_longdouble may be already #defined. See issue 1324. by Thomas Heller · 18 years ago
  65. 6e183f8 - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS by Matthias Klose · 18 years ago
  66. a45c487 Missing DECREFs by Raymond Hettinger · 18 years ago
  67. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
  68. 9afb985 - Build using system ffi library on arm*-linux*. by Matthias Klose · 18 years ago
  69. e7becc5 Added unittest for calling a function with paramflags (backport from py3k branch). by Thomas Heller · 18 years ago
  70. f5ade63 Issue 1290. CharacterData.__repr__ was constructing a string by Facundo Batista · 18 years ago
  71. bababa3 Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 18 years ago
  72. 3a8daf5 Fixup error return and add support for intermixed ints and floats/ by Raymond Hettinger · 18 years ago
  73. 3f8caa3 Optimize sum() for integer and float inputs. by Raymond Hettinger · 18 years ago
  74. cd3c108 Fixup news entry by Raymond Hettinger · 18 years ago
  75. 6d57c82 Update name by Andrew M. Kuchling · 18 years ago
  76. 01a0957 Shorter name for namedtuple() by Raymond Hettinger · 18 years ago
  77. 910ab50 Issue 1307 by Derek Shockey, fox the same bug for RCPT. Neal: please backport! by Guido van Rossum · 18 years ago
  78. fef8be6 Update Pygments version from externals. by Georg Brandl · 18 years ago
  79. 5300428 Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 18 years ago
  80. 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 18 years ago
  81. 5e81270 Issue #1307, patch by Derek Shockey. by Guido van Rossum · 18 years ago
  82. aef8e55 Add Chris Monson so he can edit PEPs. by Neal Norwitz · 18 years ago
  83. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
  84. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  85. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  86. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
  87. 5e52db0 Add :term:s for descriptors. by Georg Brandl · 18 years ago
  88. 5c174bb Add markup to new function descriptions. by Georg Brandl · 18 years ago
  89. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  90. fa61797 Remove duplicate crasher. by Georg Brandl · 18 years ago
  91. 1486182 Add a crasher for the long-standing issue with closing a file by Armin Rigo · 18 years ago
  92. 27a4498 Use correct header line by Andrew M. Kuchling · 18 years ago
  93. e34d289 Various items by Andrew M. Kuchling · 18 years ago
  94. 529b1a9 Fix protocol name by Andrew M. Kuchling · 18 years ago
  95. 3507333 Even more clarification. by Georg Brandl · 18 years ago
  96. c5004f3 Clarify -E docs. by Georg Brandl · 18 years ago
  97. 45af56d Add entry to ACKS. by Georg Brandl · 18 years ago
  98. 1cddfed Change title, for now. by Georg Brandl · 18 years ago
  99. 59d121a * Add new toplevel chapter, "Using Python." (how to install, by Georg Brandl · 18 years ago
  100. a147bf9 Document new directive "envvar". by Georg Brandl · 18 years ago