]> granicus.if.org Git - python/shortlog
python
2014-12-10 Ned DeilyFix typo in OS X installer readmes.
2014-12-10 Ned DeilyUpdate the deprecated plain text version of the OS...
2014-12-10 Ned DeilyIssue #17128: Use private version of OpenSSL for 2...
2014-12-10 Berker PeksagIssue #12602: Add missing cross-references to runpy...
2014-12-07 Benjamin PetersonMerge 2.7.9 release branch
2014-12-07 Benjamin Petersonremove mention of check_hostname parameter
2014-12-07 Benjamin Petersonmerge 2.7.9 release branch
2014-12-07 Benjamin Petersonrestore test data README
2014-12-07 Benjamin Petersonmerge 2.7.9 release branch
2014-12-07 Benjamin Petersonremove HTTPSConnection's check_hostname parameter ...
2014-12-06 Benjamin Petersonmerge 2.7.9 release branch
2014-12-06 Benjamin Petersonnote that sslv3 may not be available
2014-12-06 Benjamin Petersonmerge 2.7.9 release branch
2014-12-06 Benjamin Petersonallow ssl module to compile if openssl doesn't support...
2014-12-06 Benjamin Petersonmerge 2.7.9 release branch
2014-12-06 Benjamin Petersonsync idle news from 2.7 branch
2014-12-06 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2014-12-06 Terry Jan ReedyIssue #16893: Update Idle doc chapter to match current...
2014-12-06 Benjamin Petersonmerge 2.7.9 release branch
2014-12-06 Benjamin Petersonadd a default limit for the amount of data xmlrpclib...
2014-12-06 Benjamin Petersonsmtplib: limit amount read from the network (closes...
2014-12-06 Benjamin Petersonin poplib, limit maximum line length that we read from...
2014-12-05 Terry Jan ReedyEdit Menus section of Idle doc. Make menu entries...
2014-12-04 Terry Jan ReedyIssue #3068: Document the new Configure Extensions...
2014-12-04 Terry Jan ReedyIssue #16893: Update 2.7 version of Idle doc to match...
2014-12-03 Antoine PitrouFix #22987: update the compatibility matrix for a SSLv2...
2014-12-03 Serhiy StorchakaIssue #14099: ZipFile.open() no longer reopen the under...
2014-12-02 Benjamin Petersonmerge 2.7.9 release branch
2014-12-02 Benjamin Petersonnuke ancient script with dubious license (closes #12987)
2014-12-01 Terry Jan ReedyAdd NEWS items for Idle patches already in 2.7.9rc1.
2014-12-01 Serhiy StorchakaRemoved duplicated words in in comments and docs.
2014-12-01 Serhiy StorchakaIssue #21032. Fixed socket leak if HTTPConnection.getre...
2014-12-01 Serhiy StorchakaIssue #22943: bsddb tests are locale independend now.
2014-11-30 Benjamin Petersonmerge 2.7.9 release branch
2014-11-30 Benjamin Petersonbackout fac649bf2d10 (#9179) for further consideration
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.
next