56617 Commits (2dabaf63cf165dce61edbd51edfa5510348371bf)
 

Author SHA1 Message Date
Ross Lagerwall 2dabaf63cf Issue #15876: Fix a refleak in the curses module 14 years ago
Christian Heimes 4e2514031a Fix for fcc629208842 14 years ago
Christian Heimes 5f381210c4 Fix for fcc629208842 14 years ago
Christian Heimes 693320add4 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. 14 years ago
Christian Heimes 74b65c8ebc Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. 14 years ago
Christian Heimes 0897683381 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. 14 years ago
Ross Lagerwall ce66a3e36f Fix a typo in the curses docs 14 years ago
Christian Heimes 6d1fb5aa85 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently 14 years ago
Christian Heimes 7dd06e1dc0 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently 14 years ago
Stefan Krah d9c1bf7f1f After the jump in line 1051 unicode_tmp is NULL. Found by Coverity. 14 years ago
Stefan Krah 527a2400fb _testbuffer.c: In all current use cases of cmp_structure() dest->format and 14 years ago
Eric Snow b2a61e1ead add whatsnew entry for PEP 421 14 years ago
Antoine Pitrou 5b4faae307 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 14 years ago
Antoine Pitrou 56cd62c04a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 14 years ago
Antoine Pitrou 11946fbe80 Issue #15841: The readable(), writable() and seekable() methods of BytesIO 14 years ago
Antoine Pitrou 1d857453b7 Issue #15841: The readable(), writable() and seekable() methods of BytesIO 14 years ago
Alexander Belopolsky e8677c038f Issue #15855: updated related manual entries. 14 years ago
Alexander Belopolsky f73c69e06f Issue #15855: added docstrings for memoryview methods and data descriptors new in 3.3. 14 years ago
Alexander Belopolsky e370c38131 Issue #15855: added docstrings for memoryview methods and data descriptors (merge 3.2). 14 years ago
Alexander Belopolsky 397e5c98bc Issue #15855: added docstrings for memoryview methods and data descriptors. 14 years ago
R David Murray 3561901cd9 #15557,#15447,#15509: webbrowser test suite added. 14 years ago
R David Murray 02ca144b92 #15447: Use subprocess.DEVNULL in webbrowser, instead of opening 14 years ago
R David Murray d674a770e9 Merge #15509: If %action substitution produces a null string, drop it. 14 years ago
R David Murray 94dd7cb0c7 #15509: If %action substitution produces a null string, drop it. 14 years ago
Nick Coghlan f147d7345a Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions 14 years ago
Benjamin Peterson d40528fe9a merge 3.2 14 years ago
Benjamin Peterson c7dedb0945 put * in the normal place 14 years ago
Benjamin Peterson bd0df50fb6 get rid of ast_error_finish by passing the compiling struct to ast_error 14 years ago
Benjamin Peterson e9f72dbf0d merge 3.2 14 years ago
Benjamin Peterson c5d7518a2e move variable decl to the top of the function 14 years ago
Benjamin Peterson f2f2bfee8a merge heads 14 years ago
Benjamin Peterson c7f447c89f merge 3.2 (#15846) 14 years ago
Benjamin Peterson 2e2c903700 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) 14 years ago
Antoine Pitrou 057119b0b7 Fix C++-style comment (xlc compilation failure) 14 years ago
Stefan Krah a3b84fb2f9 Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. 14 years ago
Benjamin Peterson 6a42bd67d7 Make super() internal errors RuntimeError instead of SystemError (closes #15839) 14 years ago
Victor Stinner 9f16e44a47 Close #14223: Fix window.addch(curses.ACS_HLINE) 14 years ago
Stefan Krah dbf56c2ef3 Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. 14 years ago
Stefan Krah 49dc1d4013 Add missing unit. 14 years ago
Stefan Krah a10e2fbe0b Compile _decimal without asserts and update benchmark results. 14 years ago
Petri Lehtinen 6f858a2eea #15802: Fix test logic in TestMaildir.test_create_tmp 14 years ago
Petri Lehtinen 1c371b255f #15802: Fix test logic in TestMaildir.test_create_tmp 14 years ago
R David Murray 64b0ef1509 Merge #12776,#11839: call argparse type function only once. 14 years ago
R David Murray 6fb8fb17bf #12776,#11839: call argparse type function only once. 14 years ago
Trent Nelson 81378c8296 Merge whitespace fix from 3.2. 14 years ago
Trent Nelson 2a0fb147ec Remove trailing whitespace in order to silence warnings on HP-UX. 14 years ago
Brett Cannon f7d176efe9 Issue #15828: Don't try to close a file if imp.find_module() doesn't 14 years ago
Nick Coghlan 5d0612411e Issue #15828: Restore support for C extension modules in imp.load_module() 14 years ago
Andrew Svetlov 2d337c7061 Issue #15825: fix typo in OrderedDict docs. 14 years ago
Andrew Svetlov ff63e7afcf Issue #15825: fix typo in OrderedDict docs. 14 years ago