1. dc969e5 Merged revisions 82272 via svnmerge from by Ronald Oussoren · 14 years ago
  2. 8459447 Untabify. by Georg Brandl · 14 years ago
  3. 7d82106 Wording fix. by Georg Brandl · 14 years ago
  4. eb1f4aa #9064: accept number of frames for "up" and "down" commands in pdb. by Georg Brandl · 14 years ago
  5. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
  6. 620c6c7 Having CFLAGS come before OPT prevents silencing certain classes of warnings by Brett Cannon · 14 years ago
  7. 1341f57 Merged revisions 82251 via svnmerge from by Alexander Belopolsky · 14 years ago
  8. c1897e7 Merged revisions 82248 via svnmerge from by Ezio Melotti · 14 years ago
  9. 8a51c11 Blocked revisions 82246 via svnmerge by R. David Murray · 14 years ago
  10. 76af402 Merged revisions 82242 via svnmerge from by R. David Murray · 14 years ago
  11. 56303e0 Merged revisions 82236 via svnmerge from by Alexander Belopolsky · 14 years ago
  12. 8097269 Merged revisions 82233 via svnmerge from by R. David Murray · 14 years ago
  13. 0a28bc5 remove old, outdated tool by Benjamin Peterson · 14 years ago
  14. 4fd283a fix typos by Benjamin Peterson · 14 years ago
  15. c7a7d40 Merged revisions 82229 via svnmerge from by Benjamin Peterson · 14 years ago
  16. f16eec2 Blocked revisions 82227 via svnmerge by Benjamin Peterson · 14 years ago
  17. 6e4c68e Merged revisions 82225 via svnmerge from by Benjamin Peterson · 14 years ago
  18. fdb0acc Merged revisions 82221 via svnmerge from by Mark Dickinson · 14 years ago
  19. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  20. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  21. 6186bfb Merged revisions 82210 via svnmerge from by Antoine Pitrou · 14 years ago
  22. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  23. 21e0948 getbuffer(): release the buffer on error (if the buffer is not contiguous) by Victor Stinner · 14 years ago
  24. 8bae4ec Issue #8682: The ssl module now temporary increments the reference count of by Antoine Pitrou · 14 years ago
  25. 3c9e6e9 PyArg_Parse*() functions: factorize code for s/z and u/Z formats by Victor Stinner · 14 years ago
  26. 4aae1eb Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes by Victor Stinner · 14 years ago
  27. 2f7105d Add specification for the Py_IS* macros in pyctype.h. by Stefan Krah · 14 years ago
  28. ce8b3f7 Blocked revisions 82191 via svnmerge by Stefan Krah · 14 years ago
  29. 1b1a1a4 Merged revisions 82189 via svnmerge from by Benjamin Peterson · 14 years ago
  30. 5e307de Added more test cases by Alexander Belopolsky · 14 years ago
  31. 33b94c9 Test future pickle protocols. Thanks Antoine Pitrou for suggestion. by Alexander Belopolsky · 14 years ago
  32. 1b7046b Issue #9051: Instances of timezone class can now be pickled. by Alexander Belopolsky · 14 years ago
  33. b7e1010 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  34. 131dac3 Blocked revisions 82177 via svnmerge by Stefan Krah · 14 years ago
  35. 9aee2c8 Merged revisions 82169 via svnmerge from by Antoine Pitrou · 14 years ago
  36. 945c579 Merged revisions 82167 via svnmerge from by Benjamin Peterson · 14 years ago
  37. 1fa17e6 Merged revisions 82165 via svnmerge from by Benjamin Peterson · 14 years ago
  38. 60995fb Merged revisions 82160 via svnmerge from by Benjamin Peterson · 14 years ago
  39. 0820e93 Blocked revisions 82161 via svnmerge by Benjamin Peterson · 14 years ago
  40. 285a689 Merged revisions 82157 via svnmerge from by Benjamin Peterson · 14 years ago
  41. 0fdbd97 Blocked revisions 82155 via svnmerge by Benjamin Peterson · 14 years ago
  42. 1b40292 Added more test cases by Alexander Belopolsky · 14 years ago
  43. 0aae6dc Minor comment formatting. by Senthil Kumaran · 14 years ago
  44. c5b81ee Minor docs issue. by Senthil Kumaran · 14 years ago
  45. b00697e Merged revisions 82126-82127 via svnmerge from by Thomas Heller · 14 years ago
  46. 31b16a5 Merged revisions 82130 via svnmerge from by Benjamin Peterson · 14 years ago
  47. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  48. c56b094 Move over to assertIs. by Brett Cannon · 14 years ago
  49. 6ded1d5 Merged revisions 82117 via svnmerge from by Mark Dickinson · 14 years ago
  50. 851ffef add copyright years by Benjamin Peterson · 14 years ago
  51. 95d6264 update release schedule url by Benjamin Peterson · 14 years ago
  52. 051291f Blocked revisions 82112 via svnmerge by Benjamin Peterson · 14 years ago
  53. 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 14 years ago
  54. 867c435 merge forward from the python 2.x branch by Jean-Paul Calderone · 14 years ago
  55. 2aa3af4 Issue #8939: Improve arg.rst by Victor Stinner · 14 years ago
  56. 1ddd407 Merged revisions 82075 via svnmerge from by Jean-Paul Calderone · 14 years ago
  57. f568218 Issue #6641: Original commit for this issue, r82053, introduced a by Alexander Belopolsky · 14 years ago
  58. 49d7a57 Added a new line at the end of the file. by Alexander Belopolsky · 14 years ago
  59. 3fe3e12 Fixed a typo in a comment. by Alexander Belopolsky · 14 years ago
  60. 80f1b05 Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page by Senthil Kumaran · 14 years ago
  61. 2cd1252 Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc by Victor Stinner · 14 years ago
  62. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
  63. 870f09a Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. by Victor Stinner · 14 years ago
  64. 7c9627b Typo repair. by Barry Warsaw · 14 years ago
  65. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  66. f4112e2 Add note about changes to the `round` function between 2.x and 3.x. by Mark Dickinson · 14 years ago
  67. 684760a Merged revisions 82047 via svnmerge from by Senthil Kumaran · 14 years ago
  68. 4155f97 Don't use os.normcase when the result we are expecting is None. by R. David Murray · 14 years ago
  69. d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 14 years ago
  70. a1b3740 Merged revisions 82039 via svnmerge from by R. David Murray · 14 years ago
  71. 2bdab24 Issue #850997: Oops, I forgot the author of the patch: Mark Hammond by Victor Stinner · 14 years ago
  72. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  73. 79ee19f Issue #9012: Add _time.c and _time.h to the Visual Studio project file by Victor Stinner · 14 years ago
  74. d95a586 Issue #9012: "Separate compilation of time and datetime modules." by Alexander Belopolsky · 14 years ago
  75. 294f271 Merged revisions 82026 via svnmerge from by Senthil Kumaran · 14 years ago
  76. 97db43b Merged revisions 82018 via svnmerge from by Senthil Kumaran · 14 years ago
  77. 17c371c Remove versionadded accidentally introduced by r82008. by R. David Murray · 14 years ago
  78. a7a1572 Blocked revisions 81571,81678 via svnmerge by R. David Murray · 14 years ago
  79. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 14 years ago
  80. 9691e59 Merged revisions 81634 via svnmerge from by R. David Murray · 14 years ago
  81. ab4fd61 Fix for buildbot failure in r81999. by Ronald Oussoren · 14 years ago
  82. b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 14 years ago
  83. 05cc203 Minor changes to the choice of assert methods by Alexander Belopolsky · 14 years ago
  84. 0460288 Further refinements to the C file API. by Antoine Pitrou · 14 years ago
  85. 5d8a6c8 Fixes to the PyFile_FromFd() doc, by Renato Cunha. by Antoine Pitrou · 14 years ago
  86. e41a19e Fix for issue #8577: without this patch test_distutils by Ronald Oussoren · 14 years ago
  87. cb532f1 Merged revisions 81992 via svnmerge from by Mark Dickinson · 14 years ago
  88. 4507190 Switch the __import__ state check from using __builtins__ to builtins to be by Brett Cannon · 14 years ago
  89. 97958cf Undo r81988 code change leaving added test. by Alexander Belopolsky · 14 years ago
  90. 43ca710 Issue 6280: Tests and simpler implementation for calendar.timegm by Alexander Belopolsky · 14 years ago
  91. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  92. 510b622 getargs.c: remove last reference to "t#" format by Victor Stinner · 14 years ago
  93. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  94. edc5d20 Merged revisions 81971 via svnmerge from by Mark Dickinson · 14 years ago
  95. 3898174 Merged revisions 81969 via svnmerge from by Mark Dickinson · 14 years ago
  96. bcdf9da Merged revisions 81967 via svnmerge from by Mark Dickinson · 14 years ago
  97. c6f1396 Remove unnecessary brackets from docstring optional arguments. by Mark Dickinson · 14 years ago
  98. 0bd003a Issue #8973: Expanded Struct.__doc__. by Alexander Belopolsky · 14 years ago
  99. 8d81c6a Blocked revisions 81957 via svnmerge by Mark Dickinson · 14 years ago
  100. cfd56f2 Issue #8469: Reorder struct module sections for clarity; other minor tweaks. by Mark Dickinson · 14 years ago