1. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 16 years ago
  2. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  3. e98839a Issue3065: Fixed pickling of named tuples. Added tests. by Raymond Hettinger · 16 years ago
  4. f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 16 years ago
  5. d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 16 years ago
  6. cbd7813 add an ast_warn helper function to make adding those Py3k warnings easier by Benjamin Peterson · 16 years ago
  7. 3219df1 Argh, I read it wrong. Reverted 64036 and added a clarifying remark. by Georg Brandl · 16 years ago
  8. ebd662d #3028: tokenize passes the physical line. by Georg Brandl · 16 years ago
  9. 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 16 years ago
  10. 1f1174e capitalization nit by Benjamin Peterson · 16 years ago
  11. 9cea511 Document the "st" API, to avoid confusion with the "new" AST. by Georg Brandl · 16 years ago
  12. 5f27af0 X-ref to numbers module. by Georg Brandl · 16 years ago
  13. afd05da Backport docs for abc module to 2.6. by Georg Brandl · 16 years ago
  14. 60fbf7f #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. by Georg Brandl · 16 years ago
  15. 3bed4ae Register IterableUserDict as a MutableMapping. by Georg Brandl · 16 years ago
  16. bf0610a Revert unwanted changes. by Georg Brandl · 16 years ago
  17. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 16 years ago
  18. 6a5a177 Finished bug #2451. Fixed the retrying part to make it more robust. by Facundo Batista · 16 years ago
  19. 0144f27 Remove locking part of new buffer protocol. by Travis E. Oliphant · 16 years ago
  20. 711c9e9 Add long double check support to configure test. by Travis E. Oliphant · 16 years ago
  21. ec2fe78 Issue 3501: Make heapq support both __le__ and __lt__. by Raymond Hettinger · 16 years ago
  22. 0d236eb Fix build issue on OSX 10.4 by Ronald Oussoren · 16 years ago
  23. 3f67c43 Document the new ctypes features. by Thomas Heller · 16 years ago
  24. fb0117e Add a reminder for the maintainer of whatsnew. by Thomas Heller · 16 years ago
  25. f89b04c Performance improvement: Use PyDict_Get/SetItem instead of by Thomas Heller · 16 years ago
  26. d82a9c1 Fix brackets. by Georg Brandl · 16 years ago
  27. fbb9c0b Issue #1798: Add ctypes calling convention that allows safe access of errno. by Thomas Heller · 16 years ago
  28. d77554f Markup fix. by Georg Brandl · 16 years ago
  29. 2a3e3d0 Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3. by Neal Norwitz · 16 years ago
  30. 5e3e6ba Grammar fix by Andrew M. Kuchling · 16 years ago
  31. b5a40dd Add various items by Andrew M. Kuchling · 16 years ago
  32. 6dd8cca Document 'utc' parameter by Andrew M. Kuchling · 16 years ago
  33. 8456f64 revert 63965 for preformance reasons by Benjamin Peterson · 16 years ago
  34. 30dc7b8 use the more idomatic while True by Benjamin Peterson · 16 years ago
  35. 59475e9 Backport from py3k: Implement the new buffer interface from pep3118 by Thomas Heller · 16 years ago
  36. 2e75c45 Backport from py3k: Implement the new buffer interface from pep3118 by Thomas Heller · 16 years ago
  37. 259a566 Fix preprocessor statement. by Thomas Heller · 16 years ago
  38. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  39. 80af6da Fixed complex.__getnewargs__() to not emit another complex object. by Alexandre Vassalotti · 16 years ago
  40. d5bb921 Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling by Thomas Heller · 16 years ago
  41. 8f22b88 Fix ctypes.set_errno for gcc. by Thomas Heller · 16 years ago
  42. e70c337 Issue #1798: Add ctypes calling convention that allows safe access to by Thomas Heller · 16 years ago
  43. a2b34b8 Complete revision of new turtle module's docs. by Georg Brandl · 16 years ago
  44. 8718459 Patch #1513695: New turtle module, with demos. by Martin v. Löwis · 16 years ago
  45. 4ed3ed1 Fix Tkinter sequence passing. #2906. by Georg Brandl · 16 years ago
  46. c5393c6 make test_mutex more elegant by Benjamin Peterson · 16 years ago
  47. a2a89a8 Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 16 years ago
  48. 261b136 Fix the -x flag so that is does work. by Thomas Heller · 16 years ago
  49. de2d78a Fix misspelled sys.platform name and misspelled filename. by Thomas Heller · 16 years ago
  50. ffe62ed Patch #2125: Add GetInteger and GetString methods for msilib.Record objects. by Martin v. Löwis · 16 years ago
  51. 137d824 Fix issue 2782: be less strict about the format string type in strftime. by Gregory P. Smith · 16 years ago
  52. 8856dda Adds a Thread.getIdent() method to provide the _get_ident() value for by Gregory P. Smith · 16 years ago
  53. 1bd52d7 Make the _H #define's match the header file names. Fix comments to by Gregory P. Smith · 16 years ago
  54. ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 16 years ago
  55. 681001e Generate pydoc's topic help from the reST docs via Sphinx' new text writer. by Georg Brandl · 16 years ago
  56. 0b9aaa9 Spaces vs. tabs. by Georg Brandl · 16 years ago
  57. c49372b add a warning about bgen being removed by Benjamin Peterson · 16 years ago
  58. 9359aff Fix test_sys. by Robert Schuppenies · 16 years ago
  59. 12f8107 Fix test_descrtut. by Georg Brandl · 16 years ago
  60. 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 16 years ago
  61. 4f2c998 Add plain text make target. by Georg Brandl · 16 years ago
  62. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 16 years ago
  63. 6495c8d Typo: encoding -> codeset. by Martin v. Löwis · 16 years ago
  64. b12d857 Move sys_stream and sys_isatty out of the have-langinfo block. by Martin v. Löwis · 16 years ago
  65. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  66. 7f7ca35 Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-API 2.0 compliance. by Gerhard Häring · 16 years ago
  67. 8bfba67 #3005: add explaining sentence to easydialogs docs. by Georg Brandl · 16 years ago
  68. a7ac20f #3010: clarification about stdin/use_rawinput. by Georg Brandl · 16 years ago
  69. 700a635 Added a note to [] that special forms & special chars lose their meaning by Mark Summerfield · 16 years ago
  70. 5bd8833 Fix bdist_wininst --user-access-control for win2k by Mark Hammond · 16 years ago
  71. 6d7702e Implement heapq in terms of less-than (to match list.sort()). by Raymond Hettinger · 16 years ago
  72. adff65b Update the locale module alias table. by Marc-André Lemburg · 16 years ago
  73. 31694ae fix grammar by Benjamin Peterson · 16 years ago
  74. c5a235b Better quote with single quotes. by Georg Brandl · 16 years ago
  75. 6bb7bcf getloadavg() is not available on Windows. by Georg Brandl · 16 years ago
  76. ef712d6 * Mark intermedidate computes values (hi, lo, yr) as volatile. by Raymond Hettinger · 16 years ago
  77. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  78. 30fadc1 #2999: fix name of third parameter in unicode.replace()'s docstring. by Georg Brandl · 16 years ago
  79. 3c2523c Issue 2903: Add __name__ in globals for namedtuple namespace. by Raymond Hettinger · 16 years ago
  80. d99bee7 Issue 2855: Fix obscure crasher by slowing down the entire module. Mimics what was done to dictionaries in r59223. by Raymond Hettinger · 16 years ago
  81. 6585660 Issue 2784: fix leaks in exception exit. by Raymond Hettinger · 16 years ago
  82. 8df4e22 Fix typo in testSum by Mark Dickinson · 16 years ago
  83. 6983ff7 Note that UserList and UserString were moved to 'collections' in 3.0. by Brett Cannon · 16 years ago
  84. ef3dab2 Turn off debugging output for building bsddb. by Brett Cannon · 16 years ago
  85. 9287acf ctypes NULL function pointers have a boolean False value now. by Thomas Heller · 16 years ago
  86. a52b244 Fix compiler warning. by Thomas Heller · 16 years ago
  87. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 16 years ago
  88. f18a707 Revert #2990 patch; it's not necessary as Armin showed. by Georg Brandl · 16 years ago
  89. 2a9179a Fix two typos. by Raymond Hettinger · 16 years ago
  90. d0b592f #2985: allow i8 in XMLRPC responses. by Georg Brandl · 16 years ago
  91. b77e888 #2988: add note about catching CookieError when parsing untrusted cookie data. by Georg Brandl · 16 years ago
  92. 7943a32 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 16 years ago
  93. 457501b Two fixes in bytearray docs. by Georg Brandl · 16 years ago
  94. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 16 years ago
  95. 5ec330c #2990: prevent inconsistent state while updating method cache. by Georg Brandl · 16 years ago
  96. dee01d8 fix spelling by Benjamin Peterson · 16 years ago
  97. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 16 years ago
  98. 88eeef3 bdist_wininst now works correctly when both --skip-build and --plat-name are specified. by Mark Hammond · 16 years ago
  99. a436878 update tutorial function with more appropiate one from Eric Smith by Benjamin Peterson · 16 years ago
  100. dbd2f6d Better integration between Python testing and bsddb3 by Jesus Cea · 16 years ago