1. aefc1c7 untabify by Benjamin Peterson · 14 years ago
  2. d87e932 Added two more test cases for datetime by Alexander Belopolsky · 14 years ago
  3. b0f0991 #9166: NotImplemented is not an exception. by Georg Brandl · 14 years ago
  4. 97c694b looking up on the type is correct, so this isn't an XXX by Benjamin Peterson · 14 years ago
  5. f34e82e Added more tests for utctimetuple() by Alexander Belopolsky · 14 years ago
  6. a7465e2 cleanup basicsize logic #3268 by Benjamin Peterson · 14 years ago
  7. 335d2c7 pydoc still has a silly encoding by Benjamin Peterson · 14 years ago
  8. e51ee8a Fix the docstrings of the capitalize method. by Senthil Kumaran · 14 years ago
  9. fa89798 Fix: Issue9091 Minor documentation clarification. by Senthil Kumaran · 14 years ago
  10. 058173e Do some basic refactoring. Along the way also list what files had their by Brett Cannon · 14 years ago
  11. 5cca695 Add brief explanation; remove no-longer-working link by Andrew M. Kuchling · 14 years ago
  12. 45a26b9 Revert -r82559; it's not clear that this is the right thing to do, and the change obscures the original intentions. by Mark Dickinson · 14 years ago
  13. 30b570b Re-encode shlex.py in UTF-8, and remove coding cookie. by Mark Dickinson · 14 years ago
  14. b4a17a8 Remove coding cookie from heapq.py. by Mark Dickinson · 14 years ago
  15. 6a4e3c5 Make Demo/parser/test_parser.py run. by Mark Dickinson · 14 years ago
  16. feb3b75 Issue #9130: Validate ellipsis tokens in relative imports. by Mark Dickinson · 14 years ago
  17. 3445b48 Fix symbol numbers in test_parser test. by Mark Dickinson · 14 years ago
  18. 2cc8a5e Issue #9130: Fix validation of relative imports in parser module. by Mark Dickinson · 14 years ago
  19. 7cb6f2f Fixed the test by Alexander Belopolsky · 14 years ago
  20. 0636040 Fixed doctests by Alexander Belopolsky · 14 years ago
  21. 2e733c9 Issue #9118: help(None) will now return NoneType doc instead of by Alexander Belopolsky · 14 years ago
  22. 766f5d9 Merged revisions 81478,82530-82531 via svnmerge from by Benjamin Peterson · 14 years ago
  23. e2f44be Initialized merge tracking via "svnmerge" with revisions "0-80937" from by Benjamin Peterson · 14 years ago
  24. 223a848 Removed merge tracking for "svnmerge" for by Benjamin Peterson · 14 years ago
  25. c9f1991 Initialized merge tracking via "svnmerge" with revisions "0-80937" from by Benjamin Peterson · 14 years ago
  26. 2bd61a9 Issue #9128: Fix validation of class decorators in parser module. by Mark Dickinson · 14 years ago
  27. 9a492ac Removed merge tracking for "svnmerge" for by Benjamin Peterson · 14 years ago
  28. 33777d4 Issue #9152: Removed dead code in datetime module by Alexander Belopolsky · 14 years ago
  29. cc588c1 Fix refleak in Modules/audioop.c. by Mark Dickinson · 14 years ago
  30. be7a755 Remove old and unsafe Dbm demo class. by Georg Brandl · 14 years ago
  31. 74135d0 Made minimal modifications to pass included tests by Alexander Belopolsky · 14 years ago
  32. 418182e Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  33. d71bed3 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  34. 401d856 Issue #9151: Demo/classes/Dates.py does not work in 3.x Converted by Alexander Belopolsky · 14 years ago
  35. 2cf1585 Fix a spelling mistake in a comment. by Brett Cannon · 14 years ago
  36. 767a0f8 Trailing whitespace is bad for .rst files. by Brett Cannon · 14 years ago
  37. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  38. bb3565d Issue #9151: Demo/classes/Dates.py does not work in 3.x by Alexander Belopolsky · 14 years ago
  39. 6c96bfe Ignore __pycache__. by Brett Cannon · 14 years ago
  40. 702636a Remove nonexistent tools from Tools README. by Mark Dickinson · 14 years ago
  41. 60c762b Issue #9094: Make python -m pickletools disassemble pickles given in by Alexander Belopolsky · 14 years ago
  42. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  43. 8502933 Removed merge tracking for "svnmerge" for by Benjamin Peterson · 14 years ago
  44. bc5c54b Merged revisions 82492 via svnmerge from by Victor Stinner · 14 years ago
  45. 4833e5b Remove the need for a "()" empty argument list after opcodes. by Georg Brandl · 14 years ago
  46. 94e5de0 Fix markup. by Georg Brandl · 14 years ago
  47. 2cb72d3 Merged revisions 82483 via svnmerge from by Georg Brandl · 14 years ago
  48. eccd50a Recorded merge of revisions 82474 via svnmerge from by Georg Brandl · 14 years ago
  49. f68798b Use the right role. by Georg Brandl · 14 years ago
  50. 19b7a87 Wrap and use the correct directive. by Georg Brandl · 14 years ago
  51. 39af05f Merged revisions 82476 via svnmerge from by Mark Dickinson · 14 years ago
  52. e2a8973 Issue 6507: missing patch submitter from NEWS entry in previous checkin by Nick Coghlan · 14 years ago
  53. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  54. 9bf2b3a Update comment about surrogates. by Ezio Melotti · 14 years ago
  55. 2f194b9 Merged revisions 82466 via svnmerge from by Alexander Belopolsky · 14 years ago
  56. 2cab50b Make test_import a little bit more robust for cleaning up after itself in the by Brett Cannon · 14 years ago
  57. e401c68 Merged revisions 82461 via svnmerge from by Benjamin Peterson · 14 years ago
  58. d2191e0 Merged revisions 82455,82457,82459 via svnmerge from by Ezio Melotti · 14 years ago
  59. 8315fd1 Some people have mistaken Python bytecode as being stable and unchanging. In by Brett Cannon · 14 years ago
  60. be5846b Merged revisions 82446 via svnmerge from by Mark Dickinson · 14 years ago
  61. 5d47083 Merged revisions 82447 via svnmerge from by Benjamin Peterson · 14 years ago
  62. 4bfb7da Merged revisions 82441 via svnmerge from by Nick Coghlan · 14 years ago
  63. 6d02d9c Style/consistency nit: make math_floor and math_ceil code look the same. by Mark Dickinson · 14 years ago
  64. 9fc68c4 Merged revisions 82439 via svnmerge from by Nick Coghlan · 14 years ago
  65. f751bc9 fix lookup of __ceil__ by Benjamin Peterson · 14 years ago
  66. b012589 account for different ref counting semantics of _PyObject_LookupSpecial by Benjamin Peterson · 14 years ago
  67. 8971f74 Merged revisions 82433 via svnmerge from by Georg Brandl · 14 years ago
  68. 963babc Blocked revisions 82429 via svnmerge by Benjamin Peterson · 14 years ago
  69. b51b5c4 Merged revisions 82420 via svnmerge from by Benjamin Peterson · 14 years ago
  70. 8bb9cde correctly lookup __trunc__ and __floor__ by Benjamin Peterson · 14 years ago
  71. 6e73b19 Blocked revisions 82415 via svnmerge by Benjamin Peterson · 14 years ago
  72. 57221d0 Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 14 years ago
  73. ead3c83 Merged revisions 82409 via svnmerge from by Benjamin Peterson · 14 years ago
  74. 610aa4f Merged revisions 82404 via svnmerge from by Giampaolo Rodolà · 14 years ago
  75. 1cc6df9 Merged revisions 82403 via svnmerge from by Benjamin Peterson · 14 years ago
  76. d243054 Blocked revisions 82399-82400 via svnmerge by Mark Dickinson · 14 years ago
  77. 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
  78. cba8c10 Unparse infinite imaginary literals correctly. Add some more numeric tests. by Mark Dickinson · 14 years ago
  79. abe52d7 Revert accidental extra changes included in r82391. by Mark Dickinson · 14 years ago
  80. 50b79a8 Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. by Mark Dickinson · 14 years ago
  81. af0e154 Remove backtick syntax for repr. by Mark Dickinson · 14 years ago
  82. b67e15c Better solution for attribute access on integer literals. by Mark Dickinson · 14 years ago
  83. 81ad8cc Output try-except-finally statements where appropriate. by Mark Dickinson · 14 years ago
  84. 8d6d760 Collapse else: if: ... into elif: by Mark Dickinson · 14 years ago
  85. 719e4e3 Merged revisions 82379 via svnmerge from by Mark Dickinson · 14 years ago
  86. 578aa56 Fix typo in unparsing of a class definition. by Mark Dickinson · 14 years ago
  87. 927ccd2 update for nonlocal keyword by Benjamin Peterson · 14 years ago
  88. 0e13c94 Make a sentence a little less awkward. by Brett Cannon · 14 years ago
  89. 162dd74 note that byte strings can be raw, too #9114 by Benjamin Peterson · 14 years ago
  90. ac16bde Blocked revisions 82368 via svnmerge by Benjamin Peterson · 14 years ago
  91. d31f363 Added information about pickle security and SocketHandler, and some cross-reference targets. by Vinay Sajip · 14 years ago
  92. d751c2e test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test. by Mark Dickinson · 14 years ago
  93. 8042e28 More unparse.py fixes: by Mark Dickinson · 14 years ago
  94. 3eb0290 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). by Mark Dickinson · 14 years ago
  95. 82c8d93 unparse.py: respect coding cookie in input files by Mark Dickinson · 14 years ago
  96. 3c0b317 Merged revisions 82356 via svnmerge from by Mark Dickinson · 14 years ago
  97. fb288da rephrase and remove uneeded statement by Benjamin Peterson · 14 years ago
  98. 3778db7 Update md5driver.py for 3.x. by Brian Curtin · 14 years ago
  99. 3d1bfbf unparse.py: Typo fix. by Mark Dickinson · 14 years ago
  100. fa2e4e9 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: by Mark Dickinson · 14 years ago