]> granicus.if.org Git - python/shortlog
python
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-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-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.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 StorchakaRemoved redundant call of update_wrapper().
2015-10-24 Serhiy StorchakaIssue #25447: The lru_cache() wrapper objects now can...
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 DowerMoves Windows installer externals onto SVN and updates...
2015-10-23 Victor StinnerMerge 3.4 (Issue #25461)
2015-10-23 Victor StinnerIssue #25461: Rephrase os.walk() doc
2015-10-22 Serhiy StorchakaIssue #25410: C implementation of OrderedDict now uses...
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 #25417: Remove the extra dot from docstring
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 PeksagFix merge conflict artifacts and move the entry to...
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 Terry Jan ReedyMerge with 3.4
2015-10-20 Terry Jan ReedyIssue #24782: Don't try to run now-removed extension...
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-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...
2015-10-19 Guido van RossumIssue #24885: Update note in docs about stream convenie...
2015-10-19 Guido van RossumFix whitespace.
2015-10-19 Guido van RossumFix whitespace.
2015-10-19 Guido van RossumIssue #25441: asyncio: Raise error from drain() when...
2015-10-19 Guido van RossumIssue #25441: asyncio: Raise error from drain() when...
2015-10-19 doko@ubuntu.com- Issue #25440: Fix output of python-config --extension...
2015-10-19 doko@ubuntu.com- Issue #25440: Fix output of python-config --extension...
2015-10-18 Berker PeksagFix another typo noticed by SilentGhost
2015-10-18 Berker PeksagIssue #25434: Fix typo in whatsnew/3.5rst
2015-10-18 Serhiy StorchakaIssue #25410: Cleaned up and fixed minor bugs in C...
2015-10-17 Vinay SajipCloses #25411: Merged fix from 3.4.
2015-10-17 Vinay SajipCloses #25411: Improved Unicode support in SMTPHandler.
2015-10-17 Vinay SajipMerged cookbook update from 3.4.
2015-10-17 Vinay SajipAdded entry to logging cookbook.
2015-10-16 Brett CannonIssue #25407: Drop the mention of the formatter module...
2015-10-16 Berker PeksagIssue #25418: Fix markup in object.__hash__ documentation
2015-10-16 Berker PeksagIssue #25418: Fix markup in object.__hash__ documentation
2015-10-14 Steve DowerEnabled --pgo option for building 64-bit PGO enabled...
2015-10-14 Steve DowerIssue #25164: Changes default all-users install directo...
2015-10-14 Serhiy StorchakaIssue #25406: Fixed a bug in C implementation of Ordere...
2015-10-14 Terry Jan ReedyMerge with 3.4
2015-10-14 Terry Jan ReedyIssue #24782: whitespace
2015-10-14 Terry Jan ReedyMerge with 3.4
2015-10-14 Terry Jan ReedyIssue #24782: Finish converting the Configure Extension...
2015-10-13 Serhiy StorchakaIssue #25380: Fixed protocol for the STACK_GLOBAL opcode in
2015-10-13 Serhiy StorchakaIssue #25380: Fixed protocol for the STACK_GLOBAL opcode in
2015-10-13 Zachary WareIssue #25093: Merge with 3.4
2015-10-13 Zachary WareIssue #25093: Fix test_tcl's testloadWithUNC for paths...
2015-10-12 Victor Stinnersys.setrecursionlimit() now raises RecursionError
2015-10-12 Victor StinnerIssue #25277: Use a longer sleep in test_eintr to reduc...
2015-10-12 Benjamin Petersonmerge 3.4
2015-10-12 Benjamin Petersonactually link to the version attributes documentation
2015-10-12 Terry Jan ReedyMerge with 3.4
2015-10-12 Terry Jan ReedyIssue #22726: Re-activate config dialog help button...
2015-10-12 Steve DowerKeeps all-users launcher checkbox visible when the...
2015-10-12 Steve DowerOnly detects features from previous version when a...
2015-10-11 Steve DowerIssue #25143: Improves installer error messages for...
2015-10-11 Steve DowerIssue #25163: Display correct directory in installer...
2015-10-11 Steve DowerIssue #25361: Disables use of SSE2 instructions in...
2015-10-11 Serhiy StorchakaNo longer skip tests for classes with __getnewargs_ex__...
2015-10-11 Serhiy StorchakaCleanup test_descr: remove C8 that is the same as C3.
2015-10-11 Serhiy StorchakaCleanup test_descr: remove C8 that is the same as C3.
2015-10-11 Victor StinnerClose #25367: Fix test_coroutines()
2015-10-11 Victor Stinnerlose #25373: Fix regrtest --slow with interrupted test
2015-10-11 Victor StinnerClose #25367: Fix test_coroutines with no thread support
2015-10-11 Victor StinnerClose #24784: Fix compilation without thread support
2015-10-11 Benjamin Petersonmerge 3.4
2015-10-11 Benjamin Petersondon't mention Python 2.2 (closes #25375)
2015-10-11 Benjamin Petersonmerge 3.4 (#25362)
2015-10-11 Benjamin Petersonuse the with statement for locking the internal conditi...
2015-10-11 Benjamin Petersonmerge 3.4 (#25371)
2015-10-11 Benjamin Petersonadd a missing comma (closes #25371)
2015-10-10 Serhiy StorchakaNull merge
2015-10-10 Serhiy StorchakaCorrect Misc/NEWS.
2015-10-10 Serhiy StorchakaIssue #25365: test_pickle now works in threads disabled...
2015-10-10 Serhiy StorchakaIssue #25365: test_pickle now works in threads disabled...
2015-10-10 Serhiy StorchakaIssue #25364: zipfile now works in threads disabled...
2015-10-10 Martin PanterIssue #25322: Merge contextlib.suppress test fix from...
2015-10-10 Martin PanterIssue #25322: Fix test for nested contextlib.suppress
2015-10-10 Martin PanterIssue #25161: Merge full stops from 3.4 into 3.5
2015-10-10 Martin PanterIssue #25161: Add full stops in documentation; patch...
2015-10-10 Martin PanterIssue #22413: Remove comment made out of date by Argume...
2015-10-10 Martin PanterIssue #22413: Merge StringIO doc from 3.4 into 3.5
2015-10-10 Martin PanterIssue #24402: Merge potential test fix from 3.4 into 3.5
2015-10-10 Martin PanterIssue #24402: Factor out PtyTests.run_child() in input...
2015-10-10 Martin PanterIssue #22413: Document newline effect on StringIO initi...
2015-10-10 Martin PanterIssue #24402: Merge input() fix from 3.4 into 3.5
next