]> granicus.if.org Git - python/shortlog
python
2015-10-10 Serhiy StorchakaIssue #24164: Objects that need calling ``__new__`...
2015-10-10 Serhiy StorchakaNull merge
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 #25365: test_pickle now works in threads disabled...
2015-10-10 Serhiy StorchakaIssue #25364: zipfile 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 3.5
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.5
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: Merge StringIO doc from 3.5
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.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.5
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.5.
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 CannonMerge for issue #25099
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 Victor StinnerIssue #25349: Add fast path for b'%c' % int
2015-10-09 Victor StinnerIssue #25349: Optimize bytes % int
2015-10-09 R David MurrayMerge #25328: add missing raise keyword in decode_data...
2015-10-09 R David Murray#25328: add missing raise keyword in decode_data+SMTPUT...
2015-10-09 Victor StinnerOptimize error handlers of ASCII and Latin1 encoders...
2015-10-09 Victor StinnerAdd _PyBytesWriter_WriteBytes() to factorize the code
2015-10-09 Victor Stinner_PyBytesWriter: simplify code to avoid "prealloc" param...
2015-10-09 Victor Stinner_PyBytesWriter: rename size attribute to min_size
2015-10-09 Victor StinnerIssue #25349: Optimize bytes % args using the new priva...
2015-10-09 Raymond HettingerHoist constant expression out of the inner loop.
2015-10-09 Raymond HettingerMake comparison more consistent
2015-10-09 Raymond HettingerIssue #25298: Add lock and rlock weakref tests (Contri...
2015-10-09 Victor StinnerIssue #25318: cleanup code _PyBytesWriter
2015-10-09 Victor StinnerIssue #25318: Fix backslashreplace()
2015-10-09 Victor StinnerIssue #25318: Avoid sprintf() in backslashreplace()
2015-10-09 Victor StinnerIssue #25318: Fix compilation error
2015-10-08 Victor StinnerIssue #25318: Move _PyBytesWriter to bytesobject.c
2015-10-08 Victor StinnerOptimize backslashreplace error handler
2015-10-08 Victor StinnerIssue #25318: Add _PyBytesWriter API
2015-10-08 Steve DowerFix missing import in libregrtest.
2015-10-08 Steve DowerMerge from 3.5
2015-10-08 Steve DowerIssue #25089: Adds logging to installer for case where...
2015-10-08 Steve DowerMerge from 3.5
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 Steve DowerIssue #23919: Prevents assert dialogs appearing in...
2015-10-08 Berker PeksagSort module names in whatsnew/3.6.rst
2015-10-08 Berker PeksagIssue #16099: RobotFileParser now supports Crawl-delay...
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-08 Berker PeksagIssue #16802: Document fileno parameter of socket.socket()
2015-10-07 Martin PanterOne more typo in a comment
2015-10-07 Martin PanterMerge typo fixes from 3.5
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: Merge dictionary view glossary from 3.5
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 Berker PeksagAdd a versionadded directive for reopenIfNeeded()
2015-10-07 Benjamin Petersonmake configure executable
2015-10-07 Raymond Hettingermerge
2015-10-07 Raymond HettingerBackport early-out 91259f061cfb to reduce the cost...
2015-10-07 Benjamin Petersonmerge 3.5 (closes #24806)
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.5
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.5
2015-10-06 Zachary WareIssue #25097: Merge with 3.4
2015-10-06 Zachary WareIssue #25097: fix Windows error number access
2015-10-06 Alexander BelopolskyCloses issue #12006: Add ISO 8601 year, week, and day...
2015-10-06 Serhiy StorchakaMerge with 3.5.
2015-10-06 Serhiy StorchakaNull merge
2015-10-06 Serhiy StorchakaMerge heads
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 Serhiy StorchakaIssue #25317: Converted doctests in test_tokenize to...
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.5 (#25319)
2015-10-06 Benjamin Petersonmerge 3.4 (#25319)
2015-10-06 Benjamin Petersonreinitialize an Event's Condition with a regular lock...
2015-10-06 Raymond HettingerEliminate unnecessary test
next