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