]> granicus.if.org Git - python/shortlog
python
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)
2015-10-29 Benjamin Petersonremove duplicated imports (closes #25502)
2015-10-28 Serhiy StorchakaIssue #21827: Fixed textwrap.dedent() for the case...
2015-10-28 Serhiy StorchakaIssue #21827: Fixed textwrap.dedent() for the case...
2015-10-28 Serhiy StorchakaIssue #21827: Fixed textwrap.dedent() for the case...
2015-10-28 Terry Jan ReedyMerge with 3.5
2015-10-28 Terry Jan ReedyMerge with 3.4
2015-10-28 Terry Jan ReedyIssue #25432: Explain isinstance behaviour when type...
2015-10-28 Zachary WareCloses #25494: Merge with 3.5
2015-10-28 Zachary WareIssue #25494: Merge with 3.4
2015-10-28 Zachary WareIssue #25494: Remove extra quote from docstring.
2015-10-27 Terry Jan ReedyMerge with 3.5
2015-10-27 Terry Jan ReedyMerge with 3.4
2015-10-27 Terry Jan ReedyDisplay IDLE warning as a warning rather than as an...
2015-10-27 Brett CannonFix a variable typo by switching to a f-string.
2015-10-26 Martin PanterIssue #23391: Merge OSError doc from 3.5
2015-10-26 Martin PanterIssue #23391: Merge OSError doc from 3.4 into 3.5
2015-10-26 Martin PanterIssue #23391: Restore OSError constructor argument...
2015-10-26 Eric V. SmithIssue 25311: Add support for f-strings to tokenize...
2015-10-26 Brett CannonIssue #25154: Make the file argument apply to the print...
2015-10-25 Zachary WareMerge with 3.5
2015-10-25 Zachary WareNull merge with 3.4
2015-10-25 Zachary WareIssue #25456: Fix test_idle when Tcl/Tk DLLs are loaded...
2015-10-25 Benjamin Petersonmerge 3.5 (#25471)
2015-10-25 Benjamin Petersonmerge 3.4 (#25471)
2015-10-25 Benjamin Petersonaccepted sockets shouldn't inherit the SOCK_NONBLOCK...
2015-10-24 Serhiy StorchakaIssue21160: Correct comments in nturl2path. Patch...
2015-10-24 Serhiy StorchakaIssue21160: Correct comments in nturl2path. Patch...
2015-10-24 Serhiy StorchakaIssue21160: Correct comments in nturl2path. Patch...
2015-10-24 Serhiy StorchakaRemoved redundant call of update_wrapper().
2015-10-24 Serhiy StorchakaRemoved redundant call of update_wrapper().
2015-10-24 Serhiy StorchakaIssue #25447: The lru_cache() wrapper objects now can...
2015-10-24 Serhiy StorchakaIssue #25447: The lru_cache() wrapper objects now can...
2015-10-24 Zachary WareNull merge with 3.5
2015-10-24 Zachary WareNull merge with 3.4
2015-10-24 Zachary WareCloses #25456: Copy Tcl/Tk DLLs to build directory...
2015-10-23 Steve DowerIssue #24633: Removes automatic rename of site-packages...
2015-10-23 Steve DowerMoves Windows installer externals onto SVN and updates...
2015-10-23 Steve DowerMoves Windows installer externals onto SVN and updates...
2015-10-23 Victor StinnerMerge 3.4 (Issue #25461)
2015-10-23 Victor StinnerMerge 3.4 (Issue #25461)
2015-10-23 Victor StinnerIssue #25461: Rephrase os.walk() doc
2015-10-23 Raymond HettingerRemoved unused parameter
2015-10-22 Serhiy StorchakaIssue #25410: C implementation of OrderedDict now uses...
2015-10-22 Serhiy StorchakaIssue #25410: C implementation of OrderedDict now uses...
2015-10-22 Terry Jan ReedyMerge with 3.5
2015-10-22 Terry Jan ReedyMerge with 3.4
2015-10-22 Terry Jan ReedyIssue #24782: Limit width of canvas and hence IDLE...
2015-10-22 Berker PeksagIssue #25210: Add some basic tests for the new exceptio...
2015-10-22 Berker PeksagIssue #25417: Remove the extra dot from docstring
2015-10-22 Berker PeksagIssue #25417: Remove the extra dot from docstring
2015-10-22 Berker PeksagIssue #23981: Update test_unicodedata to use script_helpers
2015-10-22 Berker PeksagIssue #23981: Update test_unicodedata to use script_helpers
2015-10-21 Berker PeksagIssue #25417: Fix typo in Path.samefile() docstring
2015-10-21 Berker PeksagIssue #25417: Fix typo in Path.samefile() docstring
2015-10-21 Berker PeksagNull merge with 3.5
2015-10-21 Berker PeksagFix merge conflict artifacts and move the entry to...
2015-10-20 Victor StinnerMerge 3.5
2015-10-20 Victor StinnerIssue #21515: Elaborate tempfile.TemporaryFile() comment
2015-10-20 Serhiy StorchakaIssue #25410: Fixed a memory leak in OrderedDict in...
2015-10-20 Serhiy StorchakaIssue #25410: Fixed a memory leak in OrderedDict in...
2015-10-20 Raymond HettingerOnly update the state variable once per iteration.
2015-10-20 Terry Jan ReedyMerge with 3.5
2015-10-20 Terry Jan ReedyMerge with 3.4
2015-10-20 Terry Jan ReedyIssue #24782: Don't try to run now-removed extension...
2015-10-20 Terry Jan ReedyRemove double 'error'.
2015-10-20 Berker PeksagSilence a "unused rule" warning
2015-10-20 Berker PeksagSilence a "unused rule" warning
2015-10-20 Berker Peksagrstlint: Fix "default role used" warning
2015-10-20 Berker Peksagrstlint: Fix "default role used" warning
2015-10-20 Berker Peksagrstlint: Fix "default role used" warning
2015-10-19 Guido van RossumIssue #25390: typing: Don't crash on Union[str, Pattern...
2015-10-19 Guido van RossumIssue #25390: typing: Don't crash on Union[str, Pattern].
2015-10-19 Guido van RossumIssue #24885: Update note in docs about stream convenie...
next