]> granicus.if.org Git - python/shortlog
python
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
2015-10-10 Martin PanterIssue #24402: Fix input() when stdout.fileno() fails...
2015-10-09 Vinay SajipCloses #25344: Merged fix from 3.4.
2015-10-09 Vinay SajipCloses #25344: Added cookbook recipe to show buffering...
2015-10-09 Brett CannonIssue #25099: Skip relevant tests in test_compileall...
2015-10-09 Brett CannonIssue #25099: Skip relevant tests in test_compileall...
2015-10-09 R David Murray#25328: add missing raise keyword in decode_data+SMTPUT...
2015-10-08 Steve DowerIssue #25089: Adds logging to installer for case where...
2015-10-08 Steve DowerRemoves deprecated -n option from buildbot script.
2015-10-08 Steve DowerIssue #23919: Prevents assert dialogs appearing in...
2015-10-08 Berker PeksagIssue #16802: Document fileno parameter of socket.socket()
2015-10-08 Berker PeksagIssue #16802: Document fileno parameter of socket.socket()
2015-10-07 Martin PanterMore typos in 3.5 documentation and comments
2015-10-07 Martin PanterMerge typo fixes from 3.4 into 3.5
2015-10-07 Martin PanterVarious minor typos in documentation and comments
2015-10-07 Martin PanterIssue #25286: Update dictionary view link; patch by...
2015-10-07 Martin PanterIssue #25286: Merge dictionary view glossary from 3...
2015-10-07 Martin PanterIssue #25286: Dictionary views are not sequences
2015-10-07 Raymond HettingerBackport early-out 91259f061cfb to reduce the cost...
2015-10-07 Benjamin Petersonmerge 3.4 (#24806)
2015-10-07 Benjamin Petersonprevent unacceptable bases from becoming bases through...
2015-10-06 Zachary WareIssue #25097: Merge with 3.4
2015-10-06 Zachary WareIssue #25097: Re-raise any other pywin32 error
2015-10-06 Zachary WareIssue #25097: Merge with 3.4
2015-10-06 Zachary WareIssue #25097: fix Windows error number access
2015-10-06 Serhiy StorchakaNull merge
2015-10-06 Serhiy StorchakaMerge heads
2015-10-06 Serhiy StorchakaMerge heads
2015-10-06 Guido van RossumIssue #23972: Fix tests for Windows and Debian. (Merge...
2015-10-06 Guido van RossumIssue #23972: Fix tests for Windows and Debian.
2015-10-06 Serhiy StorchakaIssue #25317: Converted doctests in test_tokenize to...
2015-10-06 Serhiy StorchakaIssue #25317: Converted doctests in test_tokenize to...
2015-10-06 Benjamin Petersonmerge 3.4 (#25319)
2015-10-06 Benjamin Petersonreinitialize an Event's Condition with a regular lock...
2015-10-05 Guido van RossumDocs and one small improvement for issue #25304, by...
2015-10-05 Guido van RossumDocs and one small improvement for issue #25304, by...
2015-10-05 Steve DowerIssue #25316: distutils raises OSError instead of Distu...
2015-10-05 Guido van RossumIssue #23972: updates to asyncio datagram API. By Chris...
2015-10-05 Guido van RossumIssue #23972: updates to asyncio datagram API. By Chris...
2015-10-04 Terry Jan ReedyIssue #24820: Update IDLE NEWS items.
2015-10-04 Terry Jan ReedyIssue #24820: Update IDLE NEWS items.
next