]> granicus.if.org Git - python/shortlog
python
2012-06-24 Ned DeilyPackaging removal: remove pysetup3 install from Makefile.
2012-06-24 Hynek SchlawackFix whitespace
2012-06-24 Ned DeilyUpdate compileall calls in OS X installer postflight...
2012-06-24 Éric AraujoPackaging removal: also revert introduction of sysconfi...
2012-06-24 Gregory P.... merge heads
2012-06-24 Gregory P.... Fixes issue #12268: File readline, readlines and read...
2012-06-24 Ned DeilyRemove obsolete fixapplepython23 script and PythonSyste...
2012-06-24 Gregory P.... Fixes issue #12268: File readline, readlines and read...
2012-06-24 Gregory P.... Speed up test_io by >2x by reducing the sleep time...
2012-06-24 Éric AraujoMove distutils install doc back into place.
2012-06-24 Éric AraujoRemove packaging from the standard library.
2012-06-24 Ezio Melotti#11113: add a new "html5" dictionary containing the...
2012-06-23 Larry HastingsIssue #15154: Add "dir_fd" parameter to os.rmdir, remov...
2012-06-23 Antoine PitrouErrors in "client" methods in test_socket were ignored...
2012-06-23 Ned DeilyIssue #13590: Improve support for OS X Xcode 4:
2012-06-23 Philip Jenveysmall refactor and PEP8 line width/docstring
2012-06-23 Antoine PitrouTry to fix crash on x86 OpenIndiana buildbot.
2012-06-23 Antoine PitrouReplace assert() with a more informative fatal error.
2012-06-23 Antoine PitrouMerge
2012-06-23 Martin v. LöwisIssue #15102: find python.exe in OutDir, not SolutionDir.
2012-06-23 Antoine PitrouMerge
2012-06-23 Antoine PitrouUse struct member (ht_type) instead of casting pointers.
2012-06-23 Martin v. LöwisIssue #11626: Add _SizeT functions to stable ABI.
2012-06-23 Martin v. LöwisFix whitespace.
2012-06-23 Martin v. LöwisIssue #15146: Add PyType_FromSpecWithBases. Patch by...
2012-06-23 Antoine PitrouLower test-skipping threshold in test_reprlib
2012-06-23 Mark DickinsonIssue #14923: Optimize continuation-byte check in UTF...
2012-06-23 Stefan KrahIssue #15102: Fix paths in external-amd64.bat.
2012-06-23 Antoine PitrouAdd MSVC-related entries to .hgignore
2012-06-23 Antoine PitrouAvoid depending on directory iteration order in test_shutil
2012-06-23 Antoine PitrouAdd debug output to test_shutil
2012-06-23 Antoine PitrouProper cleanup in test_shutil, even in case of error.
2012-06-23 Martin v. LöwisIssue #15102: Use HOST_PYTHON only if it is set.
2012-06-23 Hynek Schlawack#4489: Fix usage of fd-based functions to new api intro...
2012-06-23 Martin v. LöwisIssue #15150: regenerate python3stub.def.
2012-06-23 Martin v. LöwisMerge with 3.2
2012-06-23 Martin v. LöwisThe build target of this makefile is python3.dll, not...
2012-06-23 Stefan KrahIssue #15102: Allow platform-specific settings for...
2012-06-23 Antoine PitrouIssue #15142: Fix reference leak when deallocating...
2012-06-23 Mark DickinsonIssue #12965: More PyLong_As* clarifications. Thanks...
2012-06-23 Mark DickinsonIssue #12965: Clean up C-API docs for PyLong_AsLongLong...
2012-06-23 Nick CoghlanProperly test the various builtins lookup cases in...
2012-06-23 Hynek SchlawackFix typo in Misc/NEWS
2012-06-23 Hynek Schlawack#4489: Add a shutil.rmtree that isn't suspectible to...
2012-06-23 Antoine PitrouUse non-deprecated speling.
2012-06-23 Antoine PitrouProperly cleanup pep3147 modules in test_import
2012-06-23 Antoine PitrouTry to further debug occasional buildbot failure
2012-06-23 Antoine PitrouOn behalf of Nadeem Vawda: issue #10376: micro-optimize...
2012-06-23 Ezio Melotti#15114: the strict mode of HTMLParser and the HTMLParse...
2012-06-23 Antoine PitrouIssue #15142: Fix reference leak when deallocating...
2012-06-23 Antoine PitrouRemove outdated statement
2012-06-23 Antoine PitrouFix test_re failure under Windows.
2012-06-23 Antoine PitrouIssue #3665: \u and \U escapes are now supported in...
2012-06-23 Mark DickinsonIssue #12965: Merge from 3.2.
2012-06-23 Georg BrandlTry to fix shutil.which() tests on Windows by fixing...
2012-06-23 Mark DickinsonIssue #12965: Merge from 3.2.
2012-06-23 Nick CoghlanClose #15153: Added inspect.getgeneratorlocals to simpl...
2012-06-23 Mark DickinsonIssue #12965: Merge from 3.2
2012-06-23 Mark DickinsonIssue #12965: Clean up C-API docs for PyLong_AsLong...
2012-06-23 Nick CoghlanClose #13062: Add inspect.getclosurevars to simplify...
2012-06-23 Mark Dickinsonmerge
2012-06-23 Mark DickinsonIssue #14742: test_unparse now only checks a limited...
2012-06-23 Charles-François... Remove useless test (flowinfo is unsigned).
2012-06-23 Charles-François... Remove useless test (flowinfo is unsigned).
2012-06-23 Brian CurtinFix #15148. Capitalize PATH, hopefully leading to less...
2012-06-23 Brian CurtinFix #15148. Make the shutil.which docstring more thorough
2012-06-23 Larry HastingsIssue #14626: Fix buildbot issue on OpenIndiana 3.x...
2012-06-23 Brian CurtinRevert unintended change in 973b4806f760
2012-06-23 Brian Curtinfile was the old arg name from an earlier patch. comman...
2012-06-23 Alexander BelopolskyIssue #15148: Fixed typos in shutil.which() docstring
2012-06-23 Alexander Belopolskyfixed whitespace
2012-06-23 Alexander BelopolskyIssues #11024: Fixes and additional tests for Time2Inte...
2012-06-23 Jesus CeaSkip the test only if neccesary - Kernel bug in freebsd...
2012-06-23 Jesus CeaKernel bug in freebsd9 - #10142: Support for SEEK_HOLE...
2012-06-23 Antoine PitrouA better repr() for FileFinder
2012-06-23 Larry HastingsIssue #14626: Fix buildbot issue on x86 Tiger 3.x.
2012-06-23 Larry HastingsIssue #14626: Fix buildbot issues on FreeBSD (AMD64...
2012-06-22 Larry HastingsIssue #14626: Large refactoring of functions / paramete...
2012-06-22 Antoine PitrouFix silly mistake in debugging code
2012-06-22 Stefan KrahWhitespace.
2012-06-22 Larry HastingsIssue #15008: Implement PEP 362 "Signature Objects".
2012-06-22 Guido van RossumMerge
2012-06-22 Guido van RossumSpeed up base64.urlsafe_{en,de}code().
2012-06-22 Antoine PitrouAdd debug output for temporary buildbot failures
2012-06-22 Antoine PitrouIssue #444582: shutil.which() respects relative paths.
2012-06-22 Brian Curtinwhitespace normalize
2012-06-22 Brian CurtinFix #444582. Add shutil.which function for finding...
2012-06-22 Martin v. LöwisMerge heads
2012-06-22 Martin v. LöwisIssue #15143: Define _DEBUG when compiling resources.
2012-06-22 Antoine PitrouMerge
2012-06-22 Alexander Belopolskymerge
2012-06-22 Antoine PitrouAdd a docstring at the top of Tools/ssl/make_ssl_data.py
2012-06-22 Alexander BelopolskyIssue #9527: tm_gmtoff has 'correct' sign.
2012-06-22 Larry HastingsIssue #14769: Incorporated mildly pedantic feedback...
2012-06-22 Antoine PitrouMerge
2012-06-22 Antoine PitrouAdd forgotten files for #14837.
2012-06-22 Antoine PitrouIssue #14837: SSL errors now have `library` and `reason...
2012-06-22 David MalcolmIssue #14785: Add sys._debugmallocstats() to help debug...
2012-06-22 Kristjan Valur... Issue #15124: Optimize _thread.LockType deletion and...
2012-06-22 Alexander BelopolskyFixed compiler warnings in datetime_astimezone()
next