- 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
- 8ccadaa Restore mostly-alphabetic sorting of os functions. by Georg Brandl · 12 years ago
- b9df00c Note that equivalents are valid for 3.3+ only. by Georg Brandl · 12 years ago
- dd79873 Merged upstream changes. by Vinay Sajip · 12 years ago
- d89dae1 Added Windows launcher documentation. by Vinay Sajip · 12 years ago
- 78f0756 Speed up _decimal by another 10-15% by caching the thread local context by Stefan Krah · 12 years ago
- 95aeae0 In random's test_seedargs: Make sure to include at least one seed object with a negative hash. by Mark Dickinson · 12 years ago
- b9831ab Move Linux-only *xattr() functions to their own subheading. by Georg Brandl · 12 years ago
- 7ac2af7 Fix typo. by Georg Brandl · 12 years ago
- b1a1ac0 Small nits in os doc. by Georg Brandl · 12 years ago
- d60cd42 Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. by Larry Hastings · 12 years ago
- 50c4000 "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: document the options at a central place and link to it. by Georg Brandl · 12 years ago
- 6aed5fe Closes #15157: pydoc script added to venvs. by Vinay Sajip · 12 years ago
- 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 12 years ago
- 49c15d4 Issue #14815: Use Py_ssize_t instead of long for the object hash, to by Larry Hastings · 12 years ago
- 1bc276d Update OS X installer build target compilers. by Ned Deily · 12 years ago
- 99ac2f1 Packaging removal: remove pysetup3 install from Makefile. by Ned Deily · 12 years ago
- f841e42 Fix whitespace by Hynek Schlawack · 12 years ago
- 4c2f4e5 Update compileall calls in OS X installer postflight script to by Ned Deily · 12 years ago
- ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 12 years ago
- 853ef47 merge heads by Gregory P. Smith · 12 years ago
- 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
- 430d7a3 Remove obsolete fixapplepython23 script and PythonSystemFixes by Ned Deily · 12 years ago
- 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
- 8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of by Gregory P. Smith · 12 years ago
- 80d440a Move distutils install doc back into place. by Éric Araujo · 12 years ago
- 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
- dc44f55 #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. by Ezio Melotti · 12 years ago
- b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 12 years ago
- b7eb563 Errors in "client" methods in test_socket were ignored because of a bogus except clause. by Antoine Pitrou · 12 years ago
- cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
- 88bc0d2 small refactor and PEP8 line width/docstring by Philip Jenvey · 12 years ago
- 66a3a7e Try to fix crash on x86 OpenIndiana buildbot. by Antoine Pitrou · 12 years ago
- 1351ca6 Replace assert() with a more informative fatal error. by Antoine Pitrou · 12 years ago
- ad2c43b Merge by Antoine Pitrou · 12 years ago
- f52f527 Issue #15102: find python.exe in OutDir, not SolutionDir. by Martin v. Löwis · 12 years ago
- 86da524 Merge by Antoine Pitrou · 12 years ago
- bb78f57 Use struct member (ht_type) instead of casting pointers. by Antoine Pitrou · 12 years ago
- 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 12 years ago
- 788306a Fix whitespace. by Martin v. Löwis · 12 years ago
- 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 12 years ago
- 110ee34 Lower test-skipping threshold in test_reprlib by Antoine Pitrou · 12 years ago
- 106c414 Issue #14923: Optimize continuation-byte check in UTF-8 decoding. Patch by Serhiy Storchaka. by Mark Dickinson · 12 years ago
- 16ad7a2 Issue #15102: Fix paths in external-amd64.bat. by Stefan Krah · 12 years ago
- a4f9e36 Add MSVC-related entries to .hgignore by Antoine Pitrou · 12 years ago
- 4f6e3f7 Avoid depending on directory iteration order in test_shutil by Antoine Pitrou · 12 years ago
- f3a166d Add debug output to test_shutil by Antoine Pitrou · 12 years ago
- 2f8a75c Proper cleanup in test_shutil, even in case of error. by Antoine Pitrou · 12 years ago
- d5ecd49 Issue #15102: Use HOST_PYTHON only if it is set. by Martin v. Löwis · 12 years ago
- 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
- 1641cea Issue #15150: regenerate python3stub.def. by Martin v. Löwis · 12 years ago
- 2c30ee1 Merge with 3.2 by Martin v. Löwis · 12 years ago
- 7349eb2 The build target of this makefile is python3.dll, not python32.dll. by Martin v. Löwis · 12 years ago
- 37459a0 Issue #15102: Allow platform-specific settings for the current project by Stefan Krah · 12 years ago
- 99cc629 Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). by Antoine Pitrou · 12 years ago
- b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
- f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
- 6c6e254 Properly test the various builtins lookup cases in inspect.getclosurevars by Nick Coghlan · 12 years ago
- fb8dac7 Fix typo in Misc/NEWS by Hynek Schlawack · 12 years ago
- 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
- 46cb1ef Use non-deprecated speling. by Antoine Pitrou · 12 years ago
- d4daa87 Properly cleanup pep3147 modules in test_import by Antoine Pitrou · 12 years ago
- 06e3758 Try to further debug occasional buildbot failure by Antoine Pitrou · 12 years ago
- 78157b3 On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. by Antoine Pitrou · 12 years ago
- 3861d8b #15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup. by Ezio Melotti · 12 years ago
- a4db02c Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). by Antoine Pitrou · 12 years ago
- edc6018 Remove outdated statement by Antoine Pitrou · 12 years ago
- 766a16e Fix test_re failure under Windows. by Antoine Pitrou · 12 years ago
- 463badf Issue #3665: \u and \U escapes are now supported in unicode regular expressions. by Antoine Pitrou · 12 years ago
- c9aa842 Issue #12965: Merge from 3.2. by Mark Dickinson · 12 years ago
- 5bb7aa9 Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f9c26fdd8b in posix_access(). by Georg Brandl · 12 years ago
- 93648f0 Issue #12965: Merge from 3.2. by Mark Dickinson · 12 years ago
- 04e2e3f Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates by Nick Coghlan · 12 years ago
- 766e622 Issue #12965: Merge from 3.2 by Mark Dickinson · 12 years ago
- 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
- 2f92e54 Close #13062: Add inspect.getclosurevars to simplify testing stateful closures by Nick Coghlan · 12 years ago
- 970da45 merge by Mark Dickinson · 12 years ago
- be4fb69 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. by Mark Dickinson · 12 years ago
- f8f5237 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
- 9b0c006 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
- dc00f1e Fix #15148. Capitalize PATH, hopefully leading to less confusion by Brian Curtin · 12 years ago
- 2193536 Fix #15148. Make the shutil.which docstring more thorough by Brian Curtin · 12 years ago
- dbbc0c8 Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) by Larry Hastings · 12 years ago
- fafd9ee Revert unintended change in 973b4806f760 by Brian Curtin · 12 years ago
- e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 12 years ago
- de74de5 Issue #15148: Fixed typos in shutil.which() docstring by Alexander Belopolsky · 12 years ago
- 6489213 fixed whitespace by Alexander Belopolsky · 12 years ago
- 8141cc7 Issues #11024: Fixes and additional tests for Time2Internaldate. by Alexander Belopolsky · 12 years ago
- 60c13dd Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
- 9d87486 Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
- 310f95b A better repr() for FileFinder by Antoine Pitrou · 12 years ago
- 67cbf7b Issue #14626: Fix buildbot issue on x86 Tiger 3.x. by Larry Hastings · 12 years ago
- 90867a5 Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) by Larry Hastings · 12 years ago
- 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
- f0f4742 Fix silly mistake in debugging code by Antoine Pitrou · 12 years ago
- 3077ab8 Whitespace. by Stefan Krah · 12 years ago
- 7c7cbfc Issue #15008: Implement PEP 362 "Signature Objects". Patch by Yury Selivanov. by Larry Hastings · 12 years ago
- 8e0d255 Merge by Guido van Rossum · 12 years ago
- 95c1c48 Speed up base64.urlsafe_{en,de}code(). by Guido van Rossum · 12 years ago
- 541b7c8 Add debug output for temporary buildbot failures by Antoine Pitrou · 12 years ago