]> granicus.if.org Git - python/shortlog
python
2015-11-07 Martin PanterIssue #25064: Merge tempfile doc from 3.5
2015-11-07 Martin PanterIssue #25064: Adjust documentation according to new...
2015-11-06 Victor StinnerIssue #25555: Fix parser and AST: fill lineno and col_o...
2015-11-06 Serhiy StorchakaIssue #25410: Made testing that od_fast_nodes and dk_en...
2015-11-06 Serhiy StorchakaIssue #25410: Made testing that od_fast_nodes and dk_en...
2015-11-06 Serhiy StorchakaFixed merging error in 3ebeeed1eb28.
2015-11-06 Serhiy StorchakaFixed merging error in 3ebeeed1eb28.
2015-11-06 Serhiy StorchakaIssue #24726: Revert setting the value on the dict if
2015-11-06 Serhiy StorchakaIssue #24726: Revert setting the value on the dict if
2015-11-06 Serhiy StorchakaIssue #25558: Refactoring OrderedDict iteration.
2015-11-06 Serhiy StorchakaIssue #25558: Refactoring OrderedDict iteration.
2015-11-06 Martin PanterIssue #18010: Merge pydoc web search fix from 3.5
2015-11-06 Martin PanterIssue #18010: Merge pydoc web search fix from 3.4 into 3.5
2015-11-06 Martin PanterIssue #18010: Fix pydoc web server search to handle...
2015-11-05 Yury SelivanovMerge 3.5
2015-11-05 Yury SelivanovMerge 3.4
2015-11-05 Yury Selivanovasyncio: Optimize asyncio.sleep(0)
2015-11-05 Serhiy StorchakaIssue #25554: Got rid of circular references in regular...
2015-11-05 Serhiy StorchakaIssue #25554: Got rid of circular references in regular...
2015-11-05 Serhiy StorchakaReuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.
2015-11-05 Victor StinnerIssue #25556: Add assertions to PyObject_GetItem()...
2015-11-05 Victor StinnerMerge 3.5
2015-11-05 Victor StinnerIssue #25556: Fix LOAD_GLOBAL bytecode when globals...
2015-11-05 Victor Stinnersysmodule.c: reuse Py_STRINGIFY() macro
2015-11-04 Serhiy StorchakaIssue #24726: Fixed issue number for previous changeset...
2015-11-04 Serhiy StorchakaIssue #24726: Fixed issue number for previous changeset...
2015-11-04 Serhiy StorchakaIssue #25449: Fixed a crash and leaking NULL in repr...
2015-11-04 Serhiy StorchakaIssue #25449: Fixed a crash and leaking NULL in repr...
2015-11-04 Serhiy StorchakaIssue #25449: Iterating OrderedDict with keys with...
2015-11-04 Serhiy StorchakaIssue #25449: Iterating OrderedDict with keys with...
2015-11-04 Eric V. SmithFor FORMAT_VALUE opcode, make it clear that the result...
2015-11-04 Victor Stinnerregrtest: display progress every 30 seconds (instead...
2015-11-04 Benjamin Petersonmerge 3.5
2015-11-04 Benjamin Petersonmerge 3.4
2015-11-04 Benjamin Petersonremove trailing ws
2015-11-04 Benjamin Petersonmerge 3.5
2015-11-04 Benjamin Petersonmerge 3.4
2015-11-04 Benjamin Petersonlink to modern PUG url
2015-11-04 Raymond HettingerNeaten-up the inner-loop logic.
2015-11-03 Eric V. SmithIssue 25483: Fix doc typo and added versionadded. Thank...
2015-11-03 Eric V. SmithIssue 25483: Update dis.rst with FORMAT_VALUE opcode...
2015-11-03 Eric V. SmithIssue 25483: Add an opcode to make f-string formatting...
2015-11-03 Victor Stinnerlocale.delocalize(): only call localeconv() once
2015-11-02 Guido van RossumUse sys.platform instead of os.name to detect Windows...
2015-11-02 Guido van RossumUse sys.platform instead of os.name to detect Windows...
2015-11-02 Guido van RossumUse sys.platform instead of os.name to detect Windows...
2015-11-02 Serhiy StorchakaIssue #25523: Merge a-to-an corrections from 3.5.
2015-11-02 Serhiy StorchakaIssue #25523: Further a-to-an corrections new in 3.5.
2015-11-02 Serhiy StorchakaIssue #25523: Merge a-to-an corrections from 3.4.
2015-11-02 Raymond HettingerMinor cleanup.
2015-11-02 Serhiy StorchakaIssue #25523: Further a-to-an corrections.
2015-11-02 Raymond HettingerIssue #24379: Revert the operator.subscript patch...
2015-11-02 Raymond Hettingermerge
2015-11-02 Raymond HettingerMove the initial start-search out of the main loop...
2015-11-02 Martin PanterIssue #25523: Merge a-to-an corrections from 3.5
2015-11-02 Martin PanterIssue #25523: Further a-to-an corrections new in 3.5
2015-11-02 Martin PanterIssue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
2015-11-02 Martin PanterIssue #25523: Correct "a" article to "an" article
2015-11-01 Serhiy StorchakaIssue #18973: Command-line interface of the calendar...
2015-11-01 Serhiy StorchakaIssue #25510: fileinput.FileInput.readline() now return...
2015-11-01 Serhiy StorchakaIssue #25510: fileinput.FileInput.readline() now return...
2015-11-01 Serhiy StorchakaIssue #25510: fileinput.FileInput.readline() now return...
2015-11-01 Serhiy StorchakaIssue #25395: Fixed crash when highly nested OrderedDic...
2015-11-01 Serhiy StorchakaIssue #25395: Fixed crash when highly nested OrderedDic...
2015-10-31 Berker PeksagFix typo noticed by Alec Nunn
2015-10-31 Berker PeksagFix typo noticed by Alec Nunn
2015-10-31 Steve DowerMerge from 3.5
2015-10-31 Steve DowerIssue #25450: Updates shortcuts to start Python in...
2015-10-31 Steve DowerImproves handling of test markers for building Python...
2015-10-31 Yury SelivanovMerge 3.5
2015-10-31 Yury Selivanovwhatsnew/3.5: NumPy 1.10 has been released
2015-10-31 Yury SelivanovMerge 3.5
2015-10-31 Yury Selivanovdocs/inspect: Document __annotations__
2015-10-31 Martin PanterMerge typo fixes from 3.5
2015-10-31 Martin PanterFix more typos in whatsnew/3.5.rst
2015-10-31 Martin PanterMerge spelling fixes from 3.4 into 3.5
2015-10-31 Martin PanterFix some spelling errors in documentation and code...
2015-10-30 Terry Jan ReedyMerge with 3.5
2015-10-30 Terry Jan ReedyMerge with 3.4
2015-10-30 Terry Jan ReedyIssue #25519: Mark difflib.ndiff as a functions where...
2015-10-30 Terry Jan ReedyMerge with 3.5
2015-10-30 Terry Jan ReedyMerge with 3.4
2015-10-30 Terry Jan ReedyIssue #25505: Remove unused buggy method.
2015-10-30 Brett CannonIssue #25487: Fix tests not updated when the imp module...
2015-10-30 Terry Jan ReedyMerge with 3.5
2015-10-30 Terry Jan ReedyMerge with 3.4
2015-10-30 Terry Jan ReedyIssue #25507: move test-specific imports to test functi...
2015-10-30 Benjamin Petersonmerge 3.5 (#25504)
2015-10-30 Benjamin Petersonmerge 3.4 (#25504)
2015-10-30 Benjamin Petersonfix usage of undefined name (#25504)
2015-10-30 Benjamin Petersonmerge 3.5 (#25515)
2015-10-30 Benjamin Petersonalways use os.urandom for the uuid4 algorithm (closes...
2015-10-29 Serhiy StorchakaIssue25506: Fixed a copy-pasting error in test_pprint.
2015-10-29 Serhiy StorchakaIssue25506: Fixed a copy-pasting error in test_pprint.
2015-10-29 Serhiy StorchakaNull merge
2015-10-29 Serhiy StorchakaMerge heads
2015-10-29 Serhiy StorchakaMerge heads
2015-10-29 Serhiy StorchakaIssue #25503: Fixed inspect.getdoc() for inherited...
2015-10-29 Serhiy StorchakaIssue #25503: Fixed inspect.getdoc() for inherited...
2015-10-29 Benjamin Petersonmerge 3.5 (#25502)
next