- 945c579 Merged revisions 82167 via svnmerge from by Benjamin Peterson · 15 years ago
- 1fa17e6 Merged revisions 82165 via svnmerge from by Benjamin Peterson · 15 years ago
- 60995fb Merged revisions 82160 via svnmerge from by Benjamin Peterson · 15 years ago
- 0820e93 Blocked revisions 82161 via svnmerge by Benjamin Peterson · 15 years ago
- 285a689 Merged revisions 82157 via svnmerge from by Benjamin Peterson · 15 years ago
- 0fdbd97 Blocked revisions 82155 via svnmerge by Benjamin Peterson · 15 years ago
- 1b40292 Added more test cases by Alexander Belopolsky · 15 years ago
- 0aae6dc Minor comment formatting. by Senthil Kumaran · 15 years ago
- c5b81ee Minor docs issue. by Senthil Kumaran · 15 years ago
- b00697e Merged revisions 82126-82127 via svnmerge from by Thomas Heller · 15 years ago
- 31b16a5 Merged revisions 82130 via svnmerge from by Benjamin Peterson · 15 years ago
- 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 15 years ago
- c56b094 Move over to assertIs. by Brett Cannon · 15 years ago
- 6ded1d5 Merged revisions 82117 via svnmerge from by Mark Dickinson · 15 years ago
- 851ffef add copyright years by Benjamin Peterson · 15 years ago
- 95d6264 update release schedule url by Benjamin Peterson · 15 years ago
- 051291f Blocked revisions 82112 via svnmerge by Benjamin Peterson · 15 years ago
- 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 15 years ago
- 867c435 merge forward from the python 2.x branch by Jean-Paul Calderone · 15 years ago
- 2aa3af4 Issue #8939: Improve arg.rst by Victor Stinner · 15 years ago
- 1ddd407 Merged revisions 82075 via svnmerge from by Jean-Paul Calderone · 15 years ago
- f568218 Issue #6641: Original commit for this issue, r82053, introduced a by Alexander Belopolsky · 15 years ago
- 49d7a57 Added a new line at the end of the file. by Alexander Belopolsky · 15 years ago
- 3fe3e12 Fixed a typo in a comment. by Alexander Belopolsky · 15 years ago
- 80f1b05 Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page by Senthil Kumaran · 15 years ago
- 2cd1252 Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc by Victor Stinner · 15 years ago
- 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 15 years ago
- 870f09a Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. by Victor Stinner · 15 years ago
- 7c9627b Typo repair. by Barry Warsaw · 15 years ago
- ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 15 years ago
- f4112e2 Add note about changes to the `round` function between 2.x and 3.x. by Mark Dickinson · 15 years ago
- 684760a Merged revisions 82047 via svnmerge from by Senthil Kumaran · 15 years ago
- 4155f97 Don't use os.normcase when the result we are expecting is None. by R. David Murray · 15 years ago
- d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 15 years ago
- a1b3740 Merged revisions 82039 via svnmerge from by R. David Murray · 15 years ago
- 2bdab24 Issue #850997: Oops, I forgot the author of the patch: Mark Hammond by Victor Stinner · 15 years ago
- 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 15 years ago
- 79ee19f Issue #9012: Add _time.c and _time.h to the Visual Studio project file by Victor Stinner · 15 years ago
- d95a586 Issue #9012: "Separate compilation of time and datetime modules." by Alexander Belopolsky · 15 years ago
- 294f271 Merged revisions 82026 via svnmerge from by Senthil Kumaran · 15 years ago
- 97db43b Merged revisions 82018 via svnmerge from by Senthil Kumaran · 15 years ago
- 17c371c Remove versionadded accidentally introduced by r82008. by R. David Murray · 15 years ago
- a7a1572 Blocked revisions 81571,81678 via svnmerge by R. David Murray · 15 years ago
- 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 15 years ago
- 9691e59 Merged revisions 81634 via svnmerge from by R. David Murray · 15 years ago
- ab4fd61 Fix for buildbot failure in r81999. by Ronald Oussoren · 15 years ago
- b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 15 years ago
- 05cc203 Minor changes to the choice of assert methods by Alexander Belopolsky · 15 years ago
- 0460288 Further refinements to the C file API. by Antoine Pitrou · 15 years ago
- 5d8a6c8 Fixes to the PyFile_FromFd() doc, by Renato Cunha. by Antoine Pitrou · 15 years ago
- e41a19e Fix for issue #8577: without this patch test_distutils by Ronald Oussoren · 15 years ago
- cb532f1 Merged revisions 81992 via svnmerge from by Mark Dickinson · 15 years ago
- 4507190 Switch the __import__ state check from using __builtins__ to builtins to be by Brett Cannon · 15 years ago
- 97958cf Undo r81988 code change leaving added test. by Alexander Belopolsky · 15 years ago
- 43ca710 Issue 6280: Tests and simpler implementation for calendar.timegm by Alexander Belopolsky · 15 years ago
- 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 15 years ago
- 510b622 getargs.c: remove last reference to "t#" format by Victor Stinner · 15 years ago
- 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 15 years ago
- edc5d20 Merged revisions 81971 via svnmerge from by Mark Dickinson · 15 years ago
- 3898174 Merged revisions 81969 via svnmerge from by Mark Dickinson · 15 years ago
- bcdf9da Merged revisions 81967 via svnmerge from by Mark Dickinson · 15 years ago
- c6f1396 Remove unnecessary brackets from docstring optional arguments. by Mark Dickinson · 15 years ago
- 0bd003a Issue #8973: Expanded Struct.__doc__. by Alexander Belopolsky · 15 years ago
- 8d81c6a Blocked revisions 81957 via svnmerge by Mark Dickinson · 15 years ago
- cfd56f2 Issue #8469: Reorder struct module sections for clarity; other minor tweaks. by Mark Dickinson · 15 years ago
- 7a70b2c Issue #8469: add standard sizes to struct docs table. by Mark Dickinson · 15 years ago
- ac1a50b Merged revisions 81953 via svnmerge from by Benjamin Peterson · 15 years ago
- fcdc79a Added acknowlegement for Issue #3129 by Alexander Belopolsky · 15 years ago
- aa63c4d Fix mild type confusion in decimal module docstring. by Mark Dickinson · 15 years ago
- fdb99f1 More struct module docs and docstring tweaks. by Mark Dickinson · 15 years ago
- aacfa95 Issue #8973: Improve struct module docstrings. by Mark Dickinson · 15 years ago
- d80a8ee Remove accidental (yet-to-be-reviewed) docstring changes included in r81947. by Mark Dickinson · 15 years ago
- 4b80ef5 Issue #8973: Add __all__ to struct module, so that help(struct) correctly by Mark Dickinson · 15 years ago
- 3a810e6 Blocked revisions 81945 via svnmerge by Nick Coghlan · 15 years ago
- 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 15 years ago
- 0681785 Remove unused variable. by Mark Dickinson · 15 years ago
- bfd5761 Issue #8981: Remove _struct.__version__. by Mark Dickinson · 15 years ago
- 7db923c Silence 'unused variable' gcc warning. Patch by Éric Araujo. by Mark Dickinson · 15 years ago
- c236850 Calling __import__ as a method technically works, but really should be wrapped by Brett Cannon · 15 years ago
- 5976d97 When dealing with __import__ for detecting a global state change made by a by Brett Cannon · 15 years ago
- 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 15 years ago
- 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 15 years ago
- 7909b00 Fix some bugs in c-api/arg.rst documentation by Victor Stinner · 15 years ago
- 9a45a6b Issue #8965: Write more tests for sys.getfilesystemencoding() by Victor Stinner · 15 years ago
- 19e65a3 readline: use PyUnicode_FSConverter() to parse filenames by Victor Stinner · 15 years ago
- 2690461 Issue #8965: Add a regression test to test_sys with LANG=C by Victor Stinner · 15 years ago
- 9e19ca4 locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename by Victor Stinner · 15 years ago
- c629d51 Merged revisions 81906 via svnmerge from by Benjamin Peterson · 15 years ago
- da0eca4 Issue #8966: If a ctypes structure field is an array of c_char, convert its by Victor Stinner · 15 years ago
- cc0cfd3 Merged revisions 81907 via svnmerge from by Antoine Pitrou · 15 years ago
- 0277555 Blocked revisions 81904 via svnmerge by Mark Dickinson · 15 years ago
- b72e686 Fix more undefined-behaviour inducing overflow checks in struct module. by Mark Dickinson · 15 years ago
- 2e5416d Blocked revisions 81899 via svnmerge by Victor Stinner · 15 years ago
- eac0e68 Fix an incorrect return type. by Mark Dickinson · 15 years ago
- ab4096f Avoid possible undefined behaviour from signed overflow. by Mark Dickinson · 15 years ago
- 1c164a6 Fix typo in docstring. by Mark Dickinson · 15 years ago
- 177e853 Issue #3129: Trailing digits in format string are no longer ignored. by Alexander Belopolsky · 15 years ago
- 9b88b91 Fix issue number typo. by Mark Dickinson · 15 years ago
- 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 15 years ago
- bfd73fa Merged revisions 81889 via svnmerge from by Ezio Melotti · 15 years ago