1. 2aa3af4 Issue #8939: Improve arg.rst by Victor Stinner · 14 years ago
  2. 1ddd407 Merged revisions 82075 via svnmerge from by Jean-Paul Calderone · 14 years ago
  3. f568218 Issue #6641: Original commit for this issue, r82053, introduced a by Alexander Belopolsky · 14 years ago
  4. 49d7a57 Added a new line at the end of the file. by Alexander Belopolsky · 14 years ago
  5. 3fe3e12 Fixed a typo in a comment. by Alexander Belopolsky · 14 years ago
  6. 80f1b05 Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page by Senthil Kumaran · 14 years ago
  7. 2cd1252 Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc by Victor Stinner · 14 years ago
  8. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
  9. 870f09a Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. by Victor Stinner · 14 years ago
  10. 7c9627b Typo repair. by Barry Warsaw · 14 years ago
  11. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  12. f4112e2 Add note about changes to the `round` function between 2.x and 3.x. by Mark Dickinson · 14 years ago
  13. 684760a Merged revisions 82047 via svnmerge from by Senthil Kumaran · 14 years ago
  14. 4155f97 Don't use os.normcase when the result we are expecting is None. by R. David Murray · 14 years ago
  15. d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 14 years ago
  16. a1b3740 Merged revisions 82039 via svnmerge from by R. David Murray · 14 years ago
  17. 2bdab24 Issue #850997: Oops, I forgot the author of the patch: Mark Hammond by Victor Stinner · 14 years ago
  18. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  19. 79ee19f Issue #9012: Add _time.c and _time.h to the Visual Studio project file by Victor Stinner · 14 years ago
  20. d95a586 Issue #9012: "Separate compilation of time and datetime modules." by Alexander Belopolsky · 14 years ago
  21. 294f271 Merged revisions 82026 via svnmerge from by Senthil Kumaran · 14 years ago
  22. 97db43b Merged revisions 82018 via svnmerge from by Senthil Kumaran · 14 years ago
  23. 17c371c Remove versionadded accidentally introduced by r82008. by R. David Murray · 14 years ago
  24. a7a1572 Blocked revisions 81571,81678 via svnmerge by R. David Murray · 14 years ago
  25. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 14 years ago
  26. 9691e59 Merged revisions 81634 via svnmerge from by R. David Murray · 14 years ago
  27. ab4fd61 Fix for buildbot failure in r81999. by Ronald Oussoren · 14 years ago
  28. b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 14 years ago
  29. 05cc203 Minor changes to the choice of assert methods by Alexander Belopolsky · 14 years ago
  30. 0460288 Further refinements to the C file API. by Antoine Pitrou · 14 years ago
  31. 5d8a6c8 Fixes to the PyFile_FromFd() doc, by Renato Cunha. by Antoine Pitrou · 14 years ago
  32. e41a19e Fix for issue #8577: without this patch test_distutils by Ronald Oussoren · 14 years ago
  33. cb532f1 Merged revisions 81992 via svnmerge from by Mark Dickinson · 14 years ago
  34. 4507190 Switch the __import__ state check from using __builtins__ to builtins to be by Brett Cannon · 14 years ago
  35. 97958cf Undo r81988 code change leaving added test. by Alexander Belopolsky · 14 years ago
  36. 43ca710 Issue 6280: Tests and simpler implementation for calendar.timegm by Alexander Belopolsky · 14 years ago
  37. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  38. 510b622 getargs.c: remove last reference to "t#" format by Victor Stinner · 14 years ago
  39. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  40. edc5d20 Merged revisions 81971 via svnmerge from by Mark Dickinson · 14 years ago
  41. 3898174 Merged revisions 81969 via svnmerge from by Mark Dickinson · 14 years ago
  42. bcdf9da Merged revisions 81967 via svnmerge from by Mark Dickinson · 14 years ago
  43. c6f1396 Remove unnecessary brackets from docstring optional arguments. by Mark Dickinson · 14 years ago
  44. 0bd003a Issue #8973: Expanded Struct.__doc__. by Alexander Belopolsky · 14 years ago
  45. 8d81c6a Blocked revisions 81957 via svnmerge by Mark Dickinson · 14 years ago
  46. cfd56f2 Issue #8469: Reorder struct module sections for clarity; other minor tweaks. by Mark Dickinson · 14 years ago
  47. 7a70b2c Issue #8469: add standard sizes to struct docs table. by Mark Dickinson · 14 years ago
  48. ac1a50b Merged revisions 81953 via svnmerge from by Benjamin Peterson · 14 years ago
  49. fcdc79a Added acknowlegement for Issue #3129 by Alexander Belopolsky · 14 years ago
  50. aa63c4d Fix mild type confusion in decimal module docstring. by Mark Dickinson · 14 years ago
  51. fdb99f1 More struct module docs and docstring tweaks. by Mark Dickinson · 14 years ago
  52. aacfa95 Issue #8973: Improve struct module docstrings. by Mark Dickinson · 14 years ago
  53. d80a8ee Remove accidental (yet-to-be-reviewed) docstring changes included in r81947. by Mark Dickinson · 14 years ago
  54. 4b80ef5 Issue #8973: Add __all__ to struct module, so that help(struct) correctly by Mark Dickinson · 14 years ago
  55. 3a810e6 Blocked revisions 81945 via svnmerge by Nick Coghlan · 14 years ago
  56. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 14 years ago
  57. 0681785 Remove unused variable. by Mark Dickinson · 14 years ago
  58. bfd5761 Issue #8981: Remove _struct.__version__. by Mark Dickinson · 14 years ago
  59. 7db923c Silence 'unused variable' gcc warning. Patch by Éric Araujo. by Mark Dickinson · 14 years ago
  60. c236850 Calling __import__ as a method technically works, but really should be wrapped by Brett Cannon · 14 years ago
  61. 5976d97 When dealing with __import__ for detecting a global state change made by a by Brett Cannon · 14 years ago
  62. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  63. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  64. 7909b00 Fix some bugs in c-api/arg.rst documentation by Victor Stinner · 14 years ago
  65. 9a45a6b Issue #8965: Write more tests for sys.getfilesystemencoding() by Victor Stinner · 14 years ago
  66. 19e65a3 readline: use PyUnicode_FSConverter() to parse filenames by Victor Stinner · 14 years ago
  67. 2690461 Issue #8965: Add a regression test to test_sys with LANG=C by Victor Stinner · 14 years ago
  68. 9e19ca4 locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename by Victor Stinner · 14 years ago
  69. c629d51 Merged revisions 81906 via svnmerge from by Benjamin Peterson · 14 years ago
  70. da0eca4 Issue #8966: If a ctypes structure field is an array of c_char, convert its by Victor Stinner · 14 years ago
  71. cc0cfd3 Merged revisions 81907 via svnmerge from by Antoine Pitrou · 14 years ago
  72. 0277555 Blocked revisions 81904 via svnmerge by Mark Dickinson · 14 years ago
  73. b72e686 Fix more undefined-behaviour inducing overflow checks in struct module. by Mark Dickinson · 14 years ago
  74. 2e5416d Blocked revisions 81899 via svnmerge by Victor Stinner · 14 years ago
  75. eac0e68 Fix an incorrect return type. by Mark Dickinson · 14 years ago
  76. ab4096f Avoid possible undefined behaviour from signed overflow. by Mark Dickinson · 14 years ago
  77. 1c164a6 Fix typo in docstring. by Mark Dickinson · 14 years ago
  78. 177e853 Issue #3129: Trailing digits in format string are no longer ignored. by Alexander Belopolsky · 14 years ago
  79. 9b88b91 Fix issue number typo. by Mark Dickinson · 14 years ago
  80. 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 14 years ago
  81. bfd73fa Merged revisions 81889 via svnmerge from by Ezio Melotti · 14 years ago
  82. 1286d7f test_sys: add a test on the file system encoding for darwin by Victor Stinner · 14 years ago
  83. 7f84ab5 Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X by Victor Stinner · 14 years ago
  84. 2b293cf Merged revisions 81878 via svnmerge from by Michael Foord · 14 years ago
  85. d8efa02 Blocked revisions 81876 via svnmerge by Michael Foord · 14 years ago
  86. c41d141 Merged revisions 81859 via svnmerge from by Michael Foord · 14 years ago
  87. b874874 Merged revisions 81853 via svnmerge from by Michael Foord · 14 years ago
  88. c730131 Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, by Mark Dickinson · 14 years ago
  89. 37296e8 Fix r81869: ISO-8859-15 was seen as an alias to ISO-8859-1 by Victor Stinner · 14 years ago
  90. 600d3be Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to by Victor Stinner · 14 years ago
  91. da62f2f Merged revisions 81864 via svnmerge from by Alexander Belopolsky · 14 years ago
  92. d118856 Merged revisions 81860 via svnmerge from by Antoine Pitrou · 14 years ago
  93. 0ca4624 Issue #8932: Skip required when compiled --without-threads. by Stefan Krah · 14 years ago
  94. 17173cf http://bugs.python.org/issue8832 Issue minidom.unlink with a context manager by Kristján Valur Jónsson · 14 years ago
  95. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  96. 1fbd36b Fix #8946. Extra PyObject* parameter documented which doesn't exist. by Brian Curtin · 14 years ago
  97. 5216e6d PyArg_Parse*("Z#") raises an error for unknown type by Victor Stinner · 14 years ago
  98. 55a5c78 Py_FatalError(): don't sys sys.last_xxx variables by Victor Stinner · 14 years ago
  99. 9b7e2d1 Fix a compile warning missed during porting (wchar_t/char) and move a by Brian Curtin · 14 years ago
  100. ecccc4f sys_pyfile_write() does nothing if file is NULL by Victor Stinner · 14 years ago