]> granicus.if.org Git - python/shortlog
python
2016-08-21 Nick CoghlanIssue #27782: Fix m_methods handling in multiphase...
2016-08-21 Martin PanterIssue #27487: Warn if submodule already imported before...
2016-08-21 Terry Jan ReedyFix typo in IDLE News.
2016-08-21 Terry Jan ReedyAdd 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
2016-08-21 Terry Jan ReedyIssue #27714: Remove unneeded non-idempotent call that...
2016-08-20 Martin PanterMinor spelling fixes
2016-08-20 Berker PeksagIssue #12982: Thanks to PEP 488, Python no longer creat...
2016-08-20 Martin PanterIssue #27614: Avoid race in test_docxmlrpc server setup
2016-08-20 Martin PanterIssue #27787: Clean up weak references before checking...
2016-08-20 Ned DeilyIssue #27713: Surpress spurious build warnings when...
2016-08-19 Victor StinnerFix a refleak in call_maybe()
2016-08-19 Victor StinnerFix a refleak in call_method()
2016-08-19 Berker PeksagIssue #27801: Skip test_update_lines_cols when update_l...
2016-08-19 Berker PeksagIssue #12946: Document that PyModule_GetDict can fail...
2016-08-19 R David MurrayRewrap long lines in Misc/NEWS.
2016-08-19 R David Murray#2466: ismount now recognizes mount points user can...
2016-08-18 Victor StinnerFix SystemError in "raise" statement
2016-08-17 Zachary WareUse sys.version_info, not sys.version.
2016-08-17 Victor StinnerIssue #27698: Add socketpair to socket.__all__ on Windows
2016-08-17 Victor StinnerIssue #27726: Fix "make tags"
2016-08-17 Victor Stinnerscript_helper: kill the subprocess on error
2016-08-17 Benjamin Petersonmerge 3.4 (#27783)
2016-08-17 Benjamin Petersonmerge 3.3 (#27783)
2016-08-17 Benjamin Petersonrearrange methodcaller_new so that the main error case...
2016-08-16 Raymond HettingerRemove duplicate of the entry in the seealso section
2016-08-16 Gregory P.... Issue #26750: use inspect.isdatadescriptor instead...
2016-08-16 Terry Jan ReedyIssue #27611: Don't import volatile attribute.
2016-08-16 Benjamin Petersonmerge 3.4 (#27774)
2016-08-16 Benjamin Petersonmerge 3.3 (#27774)
2016-08-16 Benjamin Petersondo not decref value borrowed from list (closes #27774)
2016-08-16 Benjamin Petersonfix corner cases in the management of server_hostname...
2016-08-16 Benjamin Petersonmerge 3.4
2016-08-16 Benjamin Petersonfail when negative values are passed to instr()
2016-08-15 Guido van RossumAdd docs for typing.AnyStr and typing.Text. By Michael...
2016-08-15 Ned DeilyIssue #10910: Update FreedBSD version checks for the...
2016-08-15 Ned DeilyIssue #10910: Avoid C++ compilation errors on FreeBSD...
2016-08-14 Donald Stufftmerge 3.4
2016-08-14 Donald StufftUpdate setuptools/pip to 25.2.0/8.1.2
2016-08-14 Benjamin Petersonmerge 3.4 (closes #27760)
2016-08-14 Benjamin Petersonmerge 3.3 (closes #27760)
2016-08-14 Benjamin Petersonfix possible integer overflow in binascii.b2a_qp (close...
2016-08-14 Benjamin Petersonmerge 3.4
2016-08-14 Benjamin Petersondo not allow reading negative values with getstr()
2016-08-14 Benjamin Petersonmerge 3.4 (closes #27758)
2016-08-14 Benjamin Petersonmerge 3.3 (#27758)
2016-08-14 Benjamin Petersoncheck for overflow in join_append_data (closes #27758)
2016-08-13 R David Murray#27753: fix typo (name->named).
2016-08-13 Raymond HettingerIssue #27720: Fix error in eng_to_decimal docs and...
2016-08-13 Berker PeksagIssue #24637: Document that locals can be any mapping...
2016-08-12 Brett CannonIssue #27712: Fix some typos in the import docs.
2016-08-12 Raymond HettingerIssue 27719: Remove a doc example that is not applicab...
2016-08-12 Martin PanterIssue #25825: Fix references to Modules/python.exp
2016-08-12 Martin PanterIssue #27745: Fix some typos in Argument Clinic howto...
2016-08-12 Martin PanterIssue #26741: Clean up subprocess.Popen object in test_poll
2016-08-12 Martin PanterClose HTTP connections and responses in tests to avoid...
2016-08-10 Terry Jan ReedyIssue #27714: text_textview now passes when re-run...
2016-08-10 Martin PanterCorrect misspellings of ISO-8859
2016-08-10 Zachary WareIssue #27200: Fix doctests in Doc/library/hashlib.rst
2016-08-10 Zachary WareIssue #27210: Fix doctests for a few modules.
2016-08-10 Zachary WareIssue #27209: Fix doctests in Doc/library/email*.rst
2016-08-10 Zachary WareIssue #27208: Fix doctest in Doc/library/traceback.rst
2016-08-10 Zachary WareIssue #27207: Fix doctests in Doc/whatsnew/3.2.rst
2016-08-09 Zachary WareIssue #27206: Fix doctests in Doc/tutorial.
2016-08-09 Zachary WareIssue #27205: Fix doctests in Doc/library/collections...
2016-08-09 Zachary WareIssue #27722: Fix default for touch method's 'mode...
2016-08-09 Zachary WareIssue #27204: Fix doctests in Doc/howto
2016-08-09 Zachary WareCorrect signatures for a couple of logging handlers
2016-08-09 Vinay SajipCloses #21999: Handled empty strings correctly when...
2016-08-08 Guido van RossumIssue #27700: Document AbstractEventLoop, not BaseEvent...
2016-08-08 Berker PeksagFix use of default reST role
2016-08-08 Berker PeksagIssue #23322: Remove outdated reference to an example...
2016-08-08 Andrew SvetlovUse asyncio.gather instead of asyncio.wait in example.
2016-08-07 Gregory P.... Issue #26750: unittest.mock.create_autospec() now works...
2016-08-06 Guido van RossumBetter docs for typing.Any by Michael Lee. Fixes issue...
2016-08-06 Berker PeksagIssue #18548: Fix unittest.TestSuite() example
2016-08-05 Vinay SajipIssue #20160: Merged fix from 3.4.
2016-08-05 Vinay SajipIssue #20160: Merged fix from 3.3.
2016-08-05 Vinay SajipIssue #20160: Handled passing of large structs to callb...
2016-08-05 Guido van RossumAdd typing.Generator docs, by Michael Lee.
2016-08-04 Martin PanterFix spelling and grammar in documentation and code...
2016-08-04 Zachary WareFix half-finished sentence.
2016-08-04 Berker PeksagFix indentation of versionadded directive in IPv4Addres...
2016-08-04 Berker PeksagIndent ipaddress.ip_address() example correctly
2016-08-04 Benjamin Petersonhttps link to the bug tracker (closes #27670)
2016-08-03 Donald StufftMerge 3.3
2016-08-03 Donald StufftSwitch upload.pypi.io to upload.pypi.org
2016-07-31 Senthil Kumaran[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
2016-07-31 Senthil KumaranPrevent HTTPoxy attack (CVE-2016-1000110)
2016-07-29 Martin PanterIssue #27641: Comment out regeneration rules when cross...
2016-08-03 Martin PanterIssue #24278: Explain how argument parsing output buffe...
2016-08-03 Donald StufftMerge 3.4
2016-08-03 Berker PeksagIssue #23710: Update PyObject_HEAD documentation
2016-08-03 Stefan KrahIssue #20767: Fix -R option for FreeBSD/clang.
2016-08-03 Berker PeksagIssue #26576: Clarify that the @deco syntax is not...
2016-08-02 Stefan KrahIssue #27241: Catch exception when running pstats as...
2016-07-31 Senthil Kumaranmerge heads
2016-07-31 Senthil Kumaran[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016...
2016-07-31 Benjamin Petersonall SCHED_ constants are optional (closes #27656)
2016-07-30 Xavier de GayeIssue #27453: CPP invocation in configure must use...
2016-07-30 Berker PeksagSilence another "default role used" warning in typing.rst
next