]> granicus.if.org Git - python/shortlog
python
2014-11-30 Benjamin Petersonmerge 2.7.9 release branch
2014-11-30 Benjamin Petersonthis is why tests are great
2014-11-30 Benjamin Petersonmerge 2.7.9 release branch
2014-11-30 Benjamin Petersonadd context parameter to xmlrpclib.ServerProxy (#22960)
2014-11-28 Benjamin Petersonmerge 2.7.9 release branch
2014-11-28 Benjamin Petersongive a nice message when installer is launched w/o...
2014-11-27 Serhiy StorchakaIssue #21280: Fixed a bug in shutil.make_archive()...
2014-11-27 Serhiy StorchakaIssue #22314: pydoc now works when the LINES environmen...
2014-11-27 Serhiy StorchakaIssue #18905: "pydoc -p 0" now outputs actually used...
2014-11-27 Serhiy StorchakaIssue #21514: The documentation of the json module...
2014-11-27 Serhiy StorchakaIssue #22609: Constructors and update methods of mappin...
2014-11-27 Zachary Warepydoc: Add a note about setting PAGER to affect console...
2014-11-27 Benjamin Petersonremove tautological condition (closes #22954)
2014-11-26 Benjamin Petersonuse skipUnless
2014-11-26 Steve DowerAdds missing revocation.crl test file to msi.py
2014-11-26 Steve DowerAdds missing files to msi.py
2014-11-26 Steve DowerUpdate msi.py and uuids.py for 2.7.9 releases
2014-11-26 Benjamin Petersonadd 2.7.10 news section
2014-11-26 Benjamin PetersonAdded tag v2.7.9rc1 for changeset 40eada278702
2014-11-26 Benjamin Peterson2.7.9rc1 v2.7.9rc1
2014-11-26 Benjamin Petersonupdate pydoc-topics
2014-11-25 Benjamin Petersondisable tests that always fail on windows (#22943)
2014-11-25 Benjamin Petersonuse more ugly but hopefully more robust method
2014-11-25 Benjamin Petersonhandle errors without a reason attribute
2014-11-25 Benjamin Petersondon't fail tests when www.python.org can't be validated...
2014-11-25 Benjamin Petersonremove incorrect plural
2014-11-25 Benjamin Petersondebugging: print ca certs loaded into default ctx
2014-11-24 Berker PeksagIssue #16056: Rename test methods to avoid conflict.
2014-11-24 Berker PeksagIssue #20351: Add examples for csv.DictReader and csv...
2014-11-24 Ned DeilyFix faulty indent.
2014-11-24 Benjamin Petersonis OpenIndiana actually sunos?
2014-11-24 Benjamin Petersonloosen solaris test
2014-11-24 Benjamin Petersonskip test_gdb on OpenIndiana
2014-11-24 Benjamin Petersonpep 476: verify certificates by default (#22417)
2014-11-24 Benjamin Petersongive urllib.urlopen a context parameter (closes #22927)
2014-11-24 Benjamin Petersonadd NEWS note for #22921
2014-11-24 Benjamin Petersonfix versionchanged version
2014-11-24 Benjamin Petersonallow hostname to be passed to SSLContext even if OpenS...
2014-11-23 Benjamin Petersonfix this test when sizeof(long) < sizeof(size_t)
2014-11-23 Benjamin Petersonremove strange casts
2014-11-23 Benjamin Petersonremove py3k warning guard
2014-11-23 Benjamin Petersonallow passing cert/ssl information to urllib2.urlopen...
2014-11-23 Benjamin Petersoninitialize _makefile_refs earlier so things don't blow...
2014-10-17 Antoine PitrouBackport disabling of SSLv3 in ssl._create_stdlib_conte...
2014-11-23 Ned DeilyFix 2to3 reference link in pyporting.rst.
2014-11-22 Ned DeilyRemove line breaks in OS X installer README screen.
2014-11-22 Ned DeilyAdd downloads page link to OS X installer README screens.
2014-11-21 Serhiy StorchakaIssue #17293: socket.gethostbyname() can raise an excep...
2014-11-21 Antoine PitrouAdd regression issue number to Misc/NEWS entry.
2014-11-21 Antoine PitrouIssue #21963: backout issue #1856 patch (avoid crashes...
2014-11-20 Donald StufftIssue #22827: Backport the new Distributing and Instali...
2014-11-20 Ned DeilyIssue 22878: PEP 477 - "make install" and "make altinst...
2014-11-18 Serhiy StorchakaIssue #22453: Fexed reference leaks when format error...
2014-11-18 Serhiy StorchakaIssue #18637: Fixed an error in _PyNode_SizeOf declaration.
2014-11-15 Serhiy StorchakaIssue #22193: Fixed integer overflow error in sys.getsi...
2014-11-15 Ned DeilyUpdate OS X installer documentation files for 2.7.9.
2014-11-15 Ned DeilyIssue #22877: PEP 477 - OS X installer for 2.7.9 now...
2014-11-14 Georg BrandlFix description.
2014-11-14 Georg BrandlCloses #22868: make example less ambiguous.
2014-11-14 Nick CoghlanClose #22300 by tweaking 2.7.9 What's New announcements
2014-11-13 Steve DowerIssue #22850: Backport ensurepip Windows installer...
2014-11-11 Donald StufftDefine a __hash__ to quiet down a -3 warning
2014-11-11 Donald StufftUpgrade setuptools to 7.0
2014-11-11 Donald StufftImplement PEP 477 - Backport ensurepip (PEP 453) to 2.7
2014-11-11 Serhiy StorchakaIssue #22845: Improved formatting of dis documentation.
2014-11-10 Serhiy StorchakaIssue #12728: Different Unicode characters having the...
2014-11-10 Serhiy StorchakaIssue #22821: Fixed fcntl() with integer argument on...
2014-11-10 Raymond HettingerUse internal links where possible
2014-11-10 Raymond HettingerIssue 22830: Clarify docs for functools.cmp_to_key().
2014-11-08 Raymond HettingerRemove unused import
2014-11-07 Serhiy StorchakaSilence the failure of test_pyclbr after adding a prope...
2014-11-07 Serhiy StorchakaIssues #814253, #9179: Group references and conditional...
2014-11-07 Serhiy StorchakaBackported tests for issue #22406.
2014-11-07 Serhiy StorchakaIssue #17293: uuid.getnode() now determines MAC address...
2014-11-07 Serhiy StorchakaIssue #22769: Fixed ttk.Treeview.tag_has() when called...
2014-11-06 Georg Brandlmerge heads
2014-11-06 Georg Brandl#22650: test suite: load Unicode test data files from...
2014-11-06 Benjamin Petersonfix test where sizeof(long) != sizeof(int)
2014-11-06 Steve DowerFixes path to patchlevel.py in doc/make.bat
2014-11-06 Steve DowerIssue #20160: broken ctypes calling convention on MSVC...
2014-11-05 Georg BrandlCloses #22525: clarify documentation for ast.literal_ev...
2014-11-05 Benjamin Petersonuse pythontest.net for url fragment test
2014-11-05 Victor StinnerIssue #19753: Fix test_gdb on SystemZ buildbot, ignore...
2014-11-04 Antoine PitrouIssue #22773: fix failing test with old readline versio...
2014-11-04 Benjamin Petersonallow keyfile argument to be None (closes #22787)
2014-11-04 Benjamin Petersontest that keyfile can be None
2014-11-02 Serhiy StorchakaIssue #22775: Fixed unpickling of Cookie.SimpleCookie...
2014-11-02 Ezio Melotti#22751: fix test___all__ warning about modified environ...
2014-11-02 Zachary WareIssue #17896: Move Windows external lib sources from...
2014-11-02 Ned DeilyIssue #22770: Prevent some Tk segfaults on OS X when...
2014-11-01 Zachary WareIssue #17717: Pull NASM from svn.python.org for OpenSSL...
2014-11-01 Vinay SajipBrought excluded code into the scope of a try block...
2014-10-31 Georg BrandlCloses #22772: fix __ifloordiv__ and __itruediv__ docst...
2014-10-31 Serhiy StorchakaIssue #17381: Fixed ranges handling in case-insensitive...
2014-10-31 Serhiy StorchakaBackported the optimization of compiling charsets in...
2014-10-31 Georg Brandl#22613: fix several factual errors in builtin docs...
2014-10-31 Georg Brandl#22613: minor other fixes in library docs (thanks Jacqu...
2014-10-31 Georg Brandl#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
2014-10-31 Georg Brandlminor grammar fixes (from docs@python.org)
2014-10-30 Serhiy StorchakaFixed compile error in issue #22410. The _locale module...
next