55598 Commits (4c2f4e5c7732fe6731c0cb5c8819824f4a169b13)
 

Author SHA1 Message Date
Ned Deily 4c2f4e5c77 Update compileall calls in OS X installer postflight script to 14 years ago
Éric Araujo ec177c14d3 Packaging removal: also revert introduction of sysconfig.cfg. 14 years ago
Gregory P. Smith 853ef47522 merge heads 14 years ago
Gregory P. Smith 990a5feba7 Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
Ned Deily 430d7a3090 Remove obsolete fixapplepython23 script and PythonSystemFixes 14 years ago
Gregory P. Smith 5135992164 Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
Gregory P. Smith 8150492f11 Speed up test_io by >2x by reducing the sleep time using setitimer instead of 14 years ago
Éric Araujo 80d440aee1 Move distutils install doc back into place. 14 years ago
Éric Araujo 859aad6a36 Remove packaging from the standard library. 14 years ago
Ezio Melotti dc44f55cc9 #11113: add a new "html5" dictionary containing the named character references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module. 14 years ago
Larry Hastings b698d8e7e9 Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" 14 years ago
Antoine Pitrou b7eb563a2a Errors in "client" methods in test_socket were ignored because of a bogus except clause. 14 years ago
Ned Deily cbfb9a56e6 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
Philip Jenvey 88bc0d2640 small refactor and PEP8 line width/docstring 14 years ago
Antoine Pitrou 66a3a7ed10 Try to fix crash on x86 OpenIndiana buildbot. 14 years ago
Antoine Pitrou 1351ca6e66 Replace assert() with a more informative fatal error. 14 years ago
Antoine Pitrou ad2c43b687 Merge 14 years ago
Martin v. Löwis f52f527c76 Issue #15102: find python.exe in OutDir, not SolutionDir. 14 years ago
Antoine Pitrou 86da524ae0 Merge 14 years ago
Antoine Pitrou bb78f57c14 Use struct member (ht_type) instead of casting pointers. 14 years ago
Martin v. Löwis 75aeaa9b18 Issue #11626: Add _SizeT functions to stable ABI. 14 years ago
Martin v. Löwis 788306a9ab Fix whitespace. 14 years ago
Martin v. Löwis 9c56409d33 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. 14 years ago
Antoine Pitrou 110ee34e41 Lower test-skipping threshold in test_reprlib 14 years ago
Mark Dickinson 106c4145ff Issue #14923: Optimize continuation-byte check in UTF-8 decoding. Patch by Serhiy Storchaka. 14 years ago
Stefan Krah 16ad7a254a Issue #15102: Fix paths in external-amd64.bat. 14 years ago
Antoine Pitrou a4f9e3603e Add MSVC-related entries to .hgignore 14 years ago
Antoine Pitrou 4f6e3f74fc Avoid depending on directory iteration order in test_shutil 14 years ago
Antoine Pitrou f3a166d799 Add debug output to test_shutil 14 years ago
Antoine Pitrou 2f8a75c7a7 Proper cleanup in test_shutil, even in case of error. 14 years ago
Martin v. Löwis d5ecd49af9 Issue #15102: Use HOST_PYTHON only if it is set. 14 years ago
Hynek Schlawack 2100b42317 #4489: Fix usage of fd-based functions to new api introduced earlier today 14 years ago
Martin v. Löwis 1641cea02b Issue #15150: regenerate python3stub.def. 14 years ago
Martin v. Löwis 2c30ee1bd8 Merge with 3.2 14 years ago
Martin v. Löwis 7349eb27d7 The build target of this makefile is python3.dll, not python32.dll. 14 years ago
Stefan Krah 37459a0c3a Issue #15102: Allow platform-specific settings for the current project 14 years ago
Antoine Pitrou 99cc629969 Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). 14 years ago
Mark Dickinson b8dc3ab08b Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. 14 years ago
Mark Dickinson f0acfeeccf Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs 14 years ago
Nick Coghlan 6c6e2545cb Properly test the various builtins lookup cases in inspect.getclosurevars 14 years ago
Hynek Schlawack fb8dac7632 Fix typo in Misc/NEWS 14 years ago
Hynek Schlawack 67be92bed4 #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks 14 years ago
Antoine Pitrou 46cb1ef457 Use non-deprecated speling. 14 years ago
Antoine Pitrou d4daa87129 Properly cleanup pep3147 modules in test_import 14 years ago
Antoine Pitrou 06e37587ff Try to further debug occasional buildbot failure 14 years ago
Antoine Pitrou 78157b3f6f On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. 14 years ago
Ezio Melotti 3861d8b271 #15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup. 14 years ago
Antoine Pitrou a4db02c7a3 Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). 14 years ago
Antoine Pitrou edc601855d Remove outdated statement 14 years ago
Antoine Pitrou 766a16efe7 Fix test_re failure under Windows. 14 years ago