]> granicus.if.org Git - python/shortlog
python
2012-06-24 Antoine PitrouThe buffer protocol doesn't exist (in the glossary...
2012-06-24 Antoine PitrouLarry's suggested rewording of the compare_digest(...
2012-06-24 Stefan KrahMake the benchmark more fair for _decimal/decimal.py...
2012-06-24 Georg BrandlFix use of class markup.
2012-06-24 Georg BrandlWhitespace cleanup.
2012-06-24 Georg BrandlRemove unused variable.
2012-06-24 Georg BrandlFix a refleak in c82451eeb595.
2012-06-24 Christian HeimesIssue #15061: Re-implemented hmac.compare_digest()...
2012-06-24 Larry HastingsIssue #15118: Change return value of os.uname() and...
2012-06-24 Georg BrandlFix casing of Unix.
2012-06-24 Georg BrandlMake the style of the "Availability" sections consistent.
2012-06-24 Georg BrandlActually it is just one function.
2012-06-24 Georg BrandlMinor clarification about fdopen().
2012-06-24 Georg BrandlRemove attribution; this is for the whatsnew.
2012-06-24 Stefan KrahIssue #15102: Try setting HOST_PYTHON in build-amd64...
2012-06-24 Georg BrandlCloses #15161: add support for giving path as a fd...
2012-06-24 Georg BrandlRestore mostly-alphabetic sorting of os functions.
2012-06-24 Georg BrandlNote that equivalents are valid for 3.3+ only.
2012-06-24 Vinay SajipMerged upstream changes.
2012-06-24 Vinay SajipAdded Windows launcher documentation.
2012-06-24 Stefan KrahSpeed up _decimal by another 10-15% by caching the...
2012-06-24 Mark DickinsonIn random's test_seedargs: Make sure to include at...
2012-06-24 Georg BrandlMove Linux-only *xattr() functions to their own subheading.
2012-06-24 Georg BrandlFix typo.
2012-06-24 Georg BrandlSmall nits in os doc.
2012-06-24 Larry HastingsIssue #14815: Bugfix: the PyLong fed into the seed...
2012-06-24 Georg Brandl"Refactor" docs for the new dir_fd, follow_symlinks...
2012-06-24 Vinay SajipCloses #15157: pydoc script added to venvs.
2012-06-24 R David Murray#15160: Extend the new email parser to handle MIME...
2012-06-24 Larry HastingsIssue #14815: Use Py_ssize_t instead of long for the...
2012-06-24 Ned DeilyUpdate OS X installer build target compilers.
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...
next