]> granicus.if.org Git - python/shortlog
python
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
2016-07-29 Guido van RossumFix whitespace.
2016-07-29 Guido van RossumExpand documentation about type aliases and NewType...
2016-07-26 Martin PanterIssue #26462: Doc: reduce literal_block warnings, fix...
2016-07-29 Zachary WareCorrect typo in Windows docs.
2016-07-28 Victor StinnerNEWS: tag security related changes with [Security]...
2016-07-28 Martin PanterIssue #23943: Restore extra fixes lost in merge 4fb2075...
2016-07-28 Martin PanterIssue #27626: Spelling fixes in docs, comments and...
2016-07-28 Martin PanterIssue #27490: Do not build pgen when cross-compiling
2016-07-27 Victor Stinnerctypes: fix CThunkObject_new()
2016-07-27 Berker PeksagIssue #27633: Fix usage of versionchanged directive...
2016-07-26 Xavier de GayeIssue #26662: Set PYTHON_FOR_GEN in configure
2016-07-26 Martin PanterIssue #26638: Don’t link 2to3 -l option to the tarfile...
2016-07-25 Martin PanterIssue #27581: Don’t rely on overflow wrapping in PySequ...
2016-07-25 Berker PeksagIssue #27601: Improve example in the "Hashing of numeri...
2016-07-25 Steve DowerFixes default intermediate directory when building...
2016-07-16 Steve DowerIssue #27469: Adds a shell extension to the launcher...
next