77622 Commits (7760b4eb4bedba81eb69d14f98ac978d37bc691a)
 

Author SHA1 Message Date
Ezio Melotti 7760b4eb4b #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. 13 years ago
Ezio Melotti 488d244e1a #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. 13 years ago
Ezio Melotti 5792ce151c #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. 13 years ago
Ezio Melotti 4e1f3d669b #19166: use an unused var in a test. Patch by Vajrasky Kok. 13 years ago
Raymond Hettinger cb1d96f782 Issue #18594: Make the C code more closely match the pure python code. 13 years ago
Jesus Cea 5b22dd87aa Close #19160: Inconsistent size for GIL release in hashlib 13 years ago
Jesus Cea f5c499e16c Close #19160: Inconsistent size for GIL release in hashlib 13 years ago
Eric Snow 5c4b4c530f [issue19152] Revert 832579dbafd6. 13 years ago
Eric Snow 48b42ecd0f Fix typo. 13 years ago
Eric Snow af8566c847 [issue19152] Add ExtensionFileLoader.get_filename(). 13 years ago
Eric Snow efbc475278 [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. 13 years ago
Antoine Pitrou 60b183407c Issue #19014: memoryview.cast() is now allowed on zero-length views. 13 years ago
Serhiy Storchaka def0a4c298 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. 13 years ago
Ned Deily 2a8b3f26b9 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. 13 years ago
Martin v. Löwis 706f0f5f57 Drop buildbottouch again; the master is using "make touch" now. 13 years ago
Serhiy Storchaka 51844384f4 Issue #19137: The pprint module now correctly formats instances of set and 13 years ago
Raymond Hettinger 224c87d60c Issue #18594: Fix the fallback path in collections.Counter(). 13 years ago
Nick Coghlan 1a33b2f35b Close #19092: ExitStack now reraises exceptions from __exit__ 13 years ago
Raymond Hettinger 2ff2190b62 Issue #18594: Fix the fast path for collections.Counter(). 13 years ago
Senthil Kumaran 21b2933456 Minor doc fix in urllib.parse.rst 13 years ago
Antoine Pitrou 3c678c33a7 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. 13 years ago
Antoine Pitrou 1a67bee701 Add a "skull and crossbones" to Py_AddPendingCall. 13 years ago
Martin v. Löwis 7ab8c872d3 Issue #19106: Add buildbottouch target. 13 years ago
Martin v. Löwis bf52648ce1 Issue #19106: Touch generated files to be 1s newer than their youngest source. 13 years ago
Senthil Kumaran 600b735062 Minor code improvement. Review comment by Eric V. Smith 13 years ago
Benjamin Peterson f63d558007 merge heads 13 years ago
Benjamin Peterson a5ec63b5eb remove unused imports 13 years ago
Antoine Pitrou 860aee75b8 Properly initialize all fields of a SSL object after allocation. 13 years ago
Christian Heimes 5176337bf5 Issue #19130: mention historic VS 2008 build dir, too 13 years ago
Christian Heimes 9c99cc092e Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 13 years ago
Richard Oudkerk 8b3f5aafd3 Issue #19112: avoid using function defined in method. 13 years ago
Benjamin Peterson 72a98541f0 remove duplicate method (closes #19127) 13 years ago
Benjamin Peterson 56b143d758 condense two tests with the same name (closes #19114) 13 years ago
Benjamin Peterson cc6ef3620f move helper function into its test method (closes #19112) 13 years ago
Benjamin Peterson 52010b40f6 fix duplicate test names in test_dis (closes #19117) 13 years ago
Benjamin Peterson f8ab76039b remove duplicate test_mkd (closes #19118) 13 years ago
Benjamin Peterson db0601f871 combine two tests to avoid duplicate names (closes #19116) 13 years ago
Benjamin Peterson e8c8a592e7 fix duplicate test name (closes #19126) 13 years ago
Benjamin Peterson 1eca062be6 fix test to run and test that smtpd does support ELHO (closes #19125) 13 years ago
Benjamin Peterson 05ab7028ba remove duplicate test from test_import (closes #19122) 13 years ago
Antoine Pitrou 643238eb53 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. 13 years ago
Benjamin Peterson 3103631f66 fix duplicate test names (closes #19115) 13 years ago
Serhiy Storchaka 0300a8db49 Issue #18950: Fix miscellaneous bugs in the sunau module. 13 years ago
Serhiy Storchaka d2c07a58af Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty 13 years ago
Benjamin Peterson 1f09c663ad let this work with system Python 2.5 13 years ago
Benjamin Peterson eecdd77c6b fix my absurd spelling 13 years ago
Benjamin Peterson 305e5aac85 don't scale compiler stack frames if the recursion limit is huge (closes #19098) 13 years ago
Serhiy Storchaka 369606df2f Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. 13 years ago
Georg Brandl 587b30571d Closes #19043: remove detailed listing of versions from license files 13 years ago
Nick Coghlan ce34687d23 Fix comment in test_gdb 13 years ago