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