]> granicus.if.org Git - python/shortlog
python
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...
2014-10-30 Serhiy StorchakaIssue #22410: Module level functions in the re module...
2014-10-30 Georg Brandlrstlint: make the "html leaked markup" regex a bit...
2014-10-30 Georg Brandlrstlint: add more directives we use
2014-10-30 Georg BrandlDoc: fix default role usage (except in unittest mock...
2014-10-30 Antoine PitrouIssue #8876: distutils now falls back to copying files...
2014-10-29 Georg BrandlFixing broken links in doc, part 4: some more breaks...
2014-10-29 Georg Brandllinkcheck: ignore issue URLs and PEP URLs (the latter...
2014-10-29 Georg BrandlFixing broken links in doc, part 3: the rest
2014-10-29 Georg BrandlFixing broken links in doc, part 2: howto/
2014-10-29 Georg BrandlFixing broken links in doc, part 1: faq/
2014-10-29 Georg BrandlFix external links to docs.python.org to use internal...
2014-10-29 Georg BrandlRemove now-dead link to IDLE debugger doc and add PyCha...
2014-10-29 Georg BrandlUpdate "where is python.org hosted" FAQ.
2014-10-29 Georg BrandlUse https:// URLs when referring to python.org hosts.
2014-10-29 Georg BrandlUse https:// URLs in the HTML templates.
2014-10-29 Georg BrandlDoc readme: Fix markup, use https:// URLs.
2014-10-29 Georg BrandlAdjust the author field of the .tex files to reflect...
2014-10-29 Georg BrandlMove Sphinx templates and extensions to their own subdirs.
2014-10-28 Georg BrandlFix link to ABOP install chapter.
2014-10-28 Georg BrandlUpdate Opensolaris advice to OpenCSW instead of defunct...
2014-10-28 Georg BrandlCloses #22249: use IPPROTO_TCP constant instead of...
2014-10-28 Georg BrandlCloses #22748: there are no PyString C functions in...
2014-10-28 Georg BrandlCloses #22736: move seealso to the bottom of the sectio...
2014-10-28 Ezio Melotti#22237: fix patch attribution.
2014-10-28 Ezio Melotti#22237: document that sorted() is guaranteed to be...
2014-10-26 Zachary WareUpdate OpenSSL version in PCbuild\readme.txt
2014-10-23 Terry Jan ReedyIssue #3068: Add Idle extension configuration dialog...
2014-10-22 Terry Jan ReedyIssue #16863: Explain difference between text and 2...
2014-10-22 Vinay SajipUpdated cookbook entry to replace shutil.chown with...
2014-10-20 Antoine PitrouIssue #22660: update various mentions in the ssl module...
2014-10-19 Benjamin Petersonmake plural s lowercase
2014-10-19 Georg BrandlCloses #22663: patchcheck: only modify text files under...
2014-10-19 Zachary WareFix a typo caught by Gabriella Capone on docs@
2014-10-18 Terry Jan ReedyIssue #20155: Fix non-buildbot test failure on Windows...
2014-10-18 R David Murray#9351: set_defaults on subparser is no longer ignored...
2014-10-17 Zachary WareIssue #22644: Update the Windows build to OpenSSL 1...
2014-02-20 Zachary WareIssue #20221: Removed conflicting (or circular) hypot...
2014-10-17 Zachary WareFix badly merged NEWS item.
next