1. facb0e9 2.7 is now stable. by Georg Brandl · 14 years ago
  2. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  3. b913784 Turn more notes into comments. by Georg Brandl · 14 years ago
  4. e789016 Make comment out of an awkward note. by Georg Brandl · 14 years ago
  5. 44afa5e Fix typo. by Georg Brandl · 14 years ago
  6. c15dfd6 Minor improvements to logging documentation. by Vinay Sajip · 14 years ago
  7. 37c63a3 Change 'lowered' to 'lowercased' by Senthil Kumaran · 14 years ago
  8. 1f1ccc0 #9158: Fix y* format of PyArg_Parse*() functions documentation by Victor Stinner · 14 years ago
  9. b0f0991 #9166: NotImplemented is not an exception. by Georg Brandl · 14 years ago
  10. fa89798 Fix: Issue9091 Minor documentation clarification. by Senthil Kumaran · 14 years ago
  11. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  12. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  13. 4833e5b Remove the need for a "()" empty argument list after opcodes. by Georg Brandl · 14 years ago
  14. 94e5de0 Fix markup. by Georg Brandl · 14 years ago
  15. 2cb72d3 Merged revisions 82483 via svnmerge from by Georg Brandl · 14 years ago
  16. f68798b Use the right role. by Georg Brandl · 14 years ago
  17. 19b7a87 Wrap and use the correct directive. by Georg Brandl · 14 years ago
  18. 39af05f Merged revisions 82476 via svnmerge from by Mark Dickinson · 14 years ago
  19. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  20. d2191e0 Merged revisions 82455,82457,82459 via svnmerge from by Ezio Melotti · 14 years ago
  21. 8315fd1 Some people have mistaken Python bytecode as being stable and unchanging. In by Brett Cannon · 14 years ago
  22. be5846b Merged revisions 82446 via svnmerge from by Mark Dickinson · 14 years ago
  23. 4bfb7da Merged revisions 82441 via svnmerge from by Nick Coghlan · 14 years ago
  24. 9fc68c4 Merged revisions 82439 via svnmerge from by Nick Coghlan · 14 years ago
  25. 8971f74 Merged revisions 82433 via svnmerge from by Georg Brandl · 14 years ago
  26. b51b5c4 Merged revisions 82420 via svnmerge from by Benjamin Peterson · 14 years ago
  27. b3a8984 Issue 9110. Adding ContextDecorator to contextlib. This enables the creation of APIs that act as decorators as well as context managers. contextlib.contextmanager changed to use ContextDecorator. by Michael Foord · 14 years ago
  28. 719e4e3 Merged revisions 82379 via svnmerge from by Mark Dickinson · 14 years ago
  29. 927ccd2 update for nonlocal keyword by Benjamin Peterson · 14 years ago
  30. 0e13c94 Make a sentence a little less awkward. by Brett Cannon · 14 years ago
  31. 162dd74 note that byte strings can be raw, too #9114 by Benjamin Peterson · 14 years ago
  32. d31f363 Added information about pickle security and SocketHandler, and some cross-reference targets. by Vinay Sajip · 14 years ago
  33. fb288da rephrase and remove uneeded statement by Benjamin Peterson · 14 years ago
  34. 13a7eb4 Merged revisions 82334 via svnmerge from by Senthil Kumaran · 14 years ago
  35. 0cf9e6a Move importlib.abc.SourceLoader to _bootstrap. by Brett Cannon · 14 years ago
  36. 56894b5 fix versionchanged by Benjamin Peterson · 14 years ago
  37. 7ab4b8d Merged revisions 77402,77505,77510 via svnmerge from by Benjamin Peterson · 14 years ago
  38. f23e374 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. by Brett Cannon · 14 years ago
  39. 5a6214a Merged revisions 81499,81506 via svnmerge from by Benjamin Peterson · 14 years ago
  40. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  41. 30b7a90 Add a link to PEP 3147 from the importlib docs. by Brett Cannon · 14 years ago
  42. 2ebf8ce Merged revisions 81881-81882 via svnmerge from by Benjamin Peterson · 14 years ago
  43. 3a23c9e Issue #9089: PyNumber_Int is no more. Remove it from the docs. by Mark Dickinson · 14 years ago
  44. 7d82106 Wording fix. by Georg Brandl · 14 years ago
  45. eb1f4aa #9064: accept number of frames for "up" and "down" commands in pdb. by Georg Brandl · 14 years ago
  46. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
  47. 1341f57 Merged revisions 82251 via svnmerge from by Alexander Belopolsky · 14 years ago
  48. 56303e0 Merged revisions 82236 via svnmerge from by Alexander Belopolsky · 14 years ago
  49. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  50. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  51. 0aae6dc Minor comment formatting. by Senthil Kumaran · 14 years ago
  52. c5b81ee Minor docs issue. by Senthil Kumaran · 14 years ago
  53. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  54. 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 14 years ago
  55. 867c435 merge forward from the python 2.x branch by Jean-Paul Calderone · 14 years ago
  56. 2aa3af4 Issue #8939: Improve arg.rst by Victor Stinner · 14 years ago
  57. 49d7a57 Added a new line at the end of the file. by Alexander Belopolsky · 14 years ago
  58. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  59. f4112e2 Add note about changes to the `round` function between 2.x and 3.x. by Mark Dickinson · 14 years ago
  60. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  61. 294f271 Merged revisions 82026 via svnmerge from by Senthil Kumaran · 14 years ago
  62. 97db43b Merged revisions 82018 via svnmerge from by Senthil Kumaran · 14 years ago
  63. 17c371c Remove versionadded accidentally introduced by r82008. by R. David Murray · 14 years ago
  64. 9691e59 Merged revisions 81634 via svnmerge from by R. David Murray · 14 years ago
  65. b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 14 years ago
  66. 0460288 Further refinements to the C file API. by Antoine Pitrou · 14 years ago
  67. 5d8a6c8 Fixes to the PyFile_FromFd() doc, by Renato Cunha. by Antoine Pitrou · 14 years ago
  68. cb532f1 Merged revisions 81992 via svnmerge from by Mark Dickinson · 14 years ago
  69. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  70. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  71. cfd56f2 Issue #8469: Reorder struct module sections for clarity; other minor tweaks. by Mark Dickinson · 14 years ago
  72. 7a70b2c Issue #8469: add standard sizes to struct docs table. by Mark Dickinson · 14 years ago
  73. fdb99f1 More struct module docs and docstring tweaks. by Mark Dickinson · 14 years ago
  74. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 14 years ago
  75. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  76. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  77. 7909b00 Fix some bugs in c-api/arg.rst documentation by Victor Stinner · 14 years ago
  78. 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 14 years ago
  79. da62f2f Merged revisions 81864 via svnmerge from by Alexander Belopolsky · 14 years ago
  80. 17173cf http://bugs.python.org/issue8832 Issue minidom.unlink with a context manager by Kristján Valur Jónsson · 14 years ago
  81. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  82. 1fbd36b Fix #8946. Extra PyObject* parameter documented which doesn't exist. by Brian Curtin · 14 years ago
  83. 6491248 Merged revisions 81489 via svnmerge from by Alexander Belopolsky · 14 years ago
  84. 69e25fa Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions by Victor Stinner · 14 years ago
  85. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  86. 7047eb7 Merged revisions 81788 via svnmerge from by Tarek Ziadé · 14 years ago
  87. 0d31d58 bltn-file-objects don't exist in python3 by Benjamin Peterson · 14 years ago
  88. cc1f597 reST indentation nit by Benjamin Peterson · 14 years ago
  89. 5c5eb36 fix typo by Benjamin Peterson · 14 years ago
  90. 3789b97 Merged revisions 81774-81775 via svnmerge from by Benjamin Peterson · 14 years ago
  91. 98b3e76 Merged revisions 81767 via svnmerge from by Michael Foord · 14 years ago
  92. 69f3fd0 Merged revisions 81756 via svnmerge from by Alexander Belopolsky · 14 years ago
  93. 775ae4a remove description of LOAD_LOCALS #8874 by Benjamin Peterson · 14 years ago
  94. 4b87620 Merged revisions 81652 via svnmerge from by Antoine Pitrou · 14 years ago
  95. c92c97c Merged revisions 81645 via svnmerge from by Senthil Kumaran · 14 years ago
  96. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  97. bcb8d3a Merged revisions 81586 via svnmerge from by R. David Murray · 14 years ago
  98. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 14 years ago
  99. 9103597 Merged revisions 81621 via svnmerge from by Antoine Pitrou · 14 years ago
  100. a119393 Merged revisions 81598 via svnmerge from by Stefan Krah · 14 years ago