]> granicus.if.org Git - python/shortlog
python
2016-04-14 Zachary WareIssue #26706: Update OpenSSL version in PCbuild/readme.txt
2016-04-14 Berker PeksagFix unused variable 'libver' warning in Modules/_ssl.c
2016-04-14 Serhiy StorchakaIssue #26716: Regenerate Argument Clinic code.
2016-04-14 Ethan FurmanIssue26748: Enum classes should evaluate as True
2016-04-14 Ethan FurmanIssue26748: Enum classes should evaluate as True
2016-04-13 Serhiy StorchakaIssue #26718: super.__init__ no longer leaks memory...
2016-04-13 Senthil Kumaran[minor] - Correct the docstring of locale.str. Patch...
2016-04-13 Martin PanterIssue #25496: Document compresslevel defaults to 9...
2016-04-13 Steve DowerCloses #26624: Adds validation of ucrtbase[d].dll versi...
2016-04-12 Victor Stinnerconfigure: fix HAVE_GETRANDOM_SYSCALL check
2016-04-12 Victor StinnerFix os.urandom() on Solaris 11.3
2016-04-12 Victor StinnerIssue #26647: Fix typo in test_grammar
2016-04-12 Georg BrandlClarify greedy-qualifier example, avoid HTML.
2016-04-12 Serhiy StorchakaIssue #26733: Fixed formatting line numbers in test_dis.
2016-04-11 Serhiy StorchakaIssue #25910: Fixed more links in the docs.
2016-04-11 Victor Stinnertyping doc: add versionadded 3.5
2016-04-11 Berker PeksagAdd a versionchanged directive to document addition...
2016-04-11 Serhiy StorchakaMerge heads
2016-04-11 Berker PeksagFix typos in mock and exceptions docs
2016-04-11 Serhiy StorchakaIssue #25910: Fixed dead links in the docs.
2016-04-11 Serhiy StorchakaIssue #26200: Restored more safe usages of Py_SETREF.
2016-04-11 Martin PanterIssue #14456: Remove contradiction about blocking signa...
2016-04-10 Serhiy StorchakaIssue #26200: Added Py_SETREF and replaced Py_XSETREF...
2016-04-10 Serhiy StorchakaIssue #26719: More efficient formatting of ints and...
2016-04-10 Serhiy StorchakaIssue #25339: PYTHONIOENCODING now has priority over...
2016-04-10 Martin PanterRemove relics of str8 (became bytes) and buffer (bytear...
2016-04-10 Martin PanterIssue #26712: Unify (r)split, (l/r)strip tests into...
2016-04-09 Martin PanterIssue #21069: Move test_fileno() from test_urllibnet...
2016-04-09 Martin PanterIssue #26609: Fix HTTP server tests to request an absol...
2016-04-09 Victor StinnerUpdate fcntl doc: replace IOError with OSError
2016-04-09 Berker PeksagIssue #17264: Fix cross refs and a markup error in...
2016-04-09 Berker PeksagIssue #16329: Add .webm to mimetypes.types_map
2016-04-09 Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-08 Brett CannonIssue #26587: Remove an incorrect statement from the...
2016-04-08 Serhiy StorchakaIssue #26709: Fixed Y2038 problem in loading binary...
2016-04-06 Martin PanterIssue #26257: Eliminate buffer_tests.py and fix ByteArr...
2016-04-06 Steve DowerAdds version info to all signed binaries on Windows.
2016-04-06 Serhiy StorchakaIssue #22570: Renamed Py_SETREF to Py_XSETREF.
2016-04-05 Guido van RossumAdd Text=str. Make ItemsView derive from AbstractSet...
2016-04-05 Guido van RossumMany changes from the upstream repo (https://github...
2016-04-05 Martin PanterIssue #6953: Rearrange and expand Readline module docum...
2016-04-05 Martin PanterFix typos in documentation and comments
2016-04-03 Martin PanterIssue #23735: Avoid sighandler_t Gnu-ism
2016-04-03 Martin PanterIssue #23735: Add SIGWINCH handler for Readline 6.3...
2016-04-03 Martin PanterIssue #26586: Handle excessive header fields in http...
2016-04-02 Berker PeksagIssue #26679: Fix description of KEY_PPAGE and KEY_NPAG...
2016-04-02 Berker PeksagIssue #26688: Fix module name in mock docs
2016-04-01 Martin PanterIssue #26678: Fix indexing of datetime.tzinfo and timez...
2016-04-01 Vinay SajipAdded a cookbook recipe for a logging context manager.
2016-04-01 Victor Stinnerasyncio: Don't log ConnectionAbortedError
2016-04-01 Victor Stinnerasyncio: allow None as wait timeout
2016-04-01 Victor Stinnerasyncio: sync overlapped.c with GitHub
2016-03-31 Martin PanterIssue #22854: Fix logic for skipping test
2016-03-31 Serhiy StorchakaRemove redundant leading zeroes in PEP references.
2016-03-31 Martin PanterIssue #22854: Skip pipe seek tests on Windows
2016-03-31 Martin PanterIssue #22854: Clarify documentation about UnsupportedOp...
2016-03-30 Serhiy StorchakaIssue #26492: Added additional tests for exhausted...
2016-03-30 Serhiy StorchakaIssue #26494: Fixed crash on iterating exhausting itera...
2016-03-30 Berker PeksagFix typo in xml.dom.pulldom.rst
2016-03-30 Victor Stinnertest_urllibnet: set timeout on test_fileno()
2016-03-29 Victor StinnerFix ResourceWarning in test_unittest when interrupted
2016-03-29 Victor StinnerIssue #25911: Backport os._DummyDirEntry fixes
2016-03-29 Victor StinnerIssue #26643: Add missing shutil resources to regrtest.py
2016-03-29 Andrew SvetlovDocument None as timeout for asyncio.timeout()
2016-03-22 Benjamin Petersonremove useless $ keyword (closes #17167)
2016-03-17 Donald StufftUpgrade ensurepip._bundled pip to 8.1.1 and setuptools...
2016-03-08 Serhiy StorchakaBacked out changeset 19a3e0e664af
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-04 Benjamin Petersonproperly use the ObjArgs variant of CallMethod in dictv...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Yury Selivanovasyncio: Update 3.4 asyncio/test_tasks to upstream...
2016-02-27 Ezio Melotti#26246: update copybutton.js after JQuery update. ...
2016-02-18 Benjamin Petersonopen the cert store readonly
2016-01-22 Benjamin Petersonreject negative data_size
2016-01-22 Donald StufftUpgrade pip to 8.0.2
2016-01-21 Benjamin Petersonprevent buffer overflow in get_data (closes #26171)
2016-01-21 Benjamin Petersonfix refleak in error condition
2016-01-21 Benjamin Petersonremove script from epub (closes #26172)
2016-01-20 Donald StufftUpdate pip to 8.0.0 and setuptools to 19.4
2016-01-16 Gregory P.... Make the error message regex more lenient so that it...
2016-01-15 Martin PanterIssue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
2016-01-15 Martin PanterIssue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
2016-01-15 Martin PanterIssue #25940: On Windows, connecting to port 444 return...
2016-01-14 Martin PanterIssue #25940: Update new SSL tests for self-signed...
2016-01-14 Martin PanterIssue #25940: Merge self-signed.pythontest.net testing...
2016-01-14 Martin PanterIssue #25940: Merge self-signed.pythontest.net testing...
2016-01-14 Martin PanterIssue #25940: Use self-signed.pythontest.net in SSL...
2016-01-11 Yury SelivanovIssue #26050: Add asyncio.StreamReader.readuntil()...
2016-01-11 Andrew SvetlovDocument asyncio.timeout()
2016-01-11 Andrew SvetlovSync with asyncio
2016-01-11 Andrew SvetlovSync with asyncio repo
2016-01-10 Benjamin Petersondelete old crypto prose (closes #26066)
2016-01-08 Benjamin Petersonfix typo in unittest docs (closes #26046)
2016-01-07 Guido van RossumHopeful fix for test_rglob_common on Windows without...
2016-01-07 Guido van RossumAdd another try/except PermissionError to avoid dependi...
2016-01-07 Senthil KumaranIssue16544 - Add a link to an external documentation...
2016-01-06 Guido van RossumAdd versionadded (3.4.5) to docs for issue #22570.
2016-01-06 Guido van RossumDocs for issue #22570.
2016-01-06 Guido van RossumIssue #22570: Add 'path' attribute to pathlib.Path...
2016-01-06 Guido van RossumIssue #26012: Don't traverse into symlinks for ** patte...
next