]> granicus.if.org Git - python/shortlog
python
2016-03-07 Berker PeksagIssue #24852: Remove outdated "HOWTO Use Python in...
2016-03-07 Berker PeksagIssue #24852: Remove outdated "HOWTO Use Python in...
2016-03-07 Berker PeksagIssue #21034: Remove outdated paragraph from venv docum...
2016-03-07 Berker PeksagIssue #21034: Remove outdated paragraph from venv docum...
2016-03-07 Raymond HettingerMerge
2016-03-07 Raymond HettingerDocument another recipe for itertools: all_equal(...
2016-03-06 Alexander BelopolskyCloses #19475: Added timespec to the datetime.isoformat...
2016-03-06 Berker PeksagIssue #26489: Add dictionary unpacking support to Tools...
2016-03-06 Berker PeksagIssue #26489: Add dictionary unpacking support to Tools...
2016-03-06 Berker PeksagIssue #2202: Fix UnboundLocalError in AbstractDigestAut...
2016-03-06 Berker PeksagIssue #2202: Fix UnboundLocalError in AbstractDigestAut...
2016-03-06 Serhiy StorchakaNull merge
2016-03-06 Serhiy StorchakaIssue #26167: Backported copy tests.
2016-03-06 Serhiy StorchakaIssue #26167: Minimized overhead in copy.copy() and...
2016-03-06 Serhiy StorchakaIssue #26015: Added new tests for pickling iterators...
2016-03-06 Serhiy StorchakaIssue #26015: Added new tests for pickling iterators...
2016-03-06 Serhiy StorchakaIssue #25718: Fixed pickling and copying the accumulate...
2016-03-06 Serhiy StorchakaIssue #25718: Fixed pickling and copying the accumulate...
2016-03-06 Serhiy StorchakaIssue #26475: Fixed debugging output for regular expres...
2016-03-06 Serhiy StorchakaIssue #26475: Fixed debugging output for regular expres...
2016-03-06 Serhiy StorchakaIssue #26482: Allowed pickling recursive dequeues.
2016-03-05 Berker PeksagIssue #17940: Remove redundant code from _Section.forma...
2016-03-04 Raymond HettingerMore logicial order. Move space saving step to just...
2016-03-04 Serhiy StorchakaFixed typo in pickle tests.
2016-03-04 Serhiy StorchakaFixed typo in pickle tests.
2016-03-04 Benjamin Petersonmerge 3.5 (closes #26478)
2016-03-04 Benjamin Petersonmerge 3.4 (closes #26478)
2016-03-04 Benjamin Petersonproperly use the ObjArgs variant of CallMethod in dictv...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Berker PeksagIssue #26335: Make mmap.write() return the number of...
2016-03-02 Yury SelivanovMerge 3.5 (issue #25888)
2016-03-02 Yury Selivanovcoroutines: Error when awaiting on coroutine that's...
2016-03-02 Yury SelivanovMerge 3.5 (issue #26338)
2016-03-02 Yury Selivanovasyncio: Remove duplicate bind addresses in create_server.
2016-03-02 Yury SelivanovMerge 3.5 (issue #26347)
2016-03-02 Yury Selivanovinspect: Fix BoundArguments.apply_defaults to handle...
2016-03-02 Yury SelivanovMerge 3.5 (issue #26221)
2016-03-02 Yury Selivanovasyncio: Prevent StopIteration from being thrown into...
2016-03-02 Yury SelivanovMerge 3.5 (issue #25647)
2016-03-02 Yury Selivanovasyncio: Fix @coroutine to recognize CoroWrapper (issue...
2016-03-02 Yury SelivanovSync selectors.py with upstream asyncio
2016-03-02 Yury SelivanovMerge 3.5
2016-03-02 Yury Selivanovasyncio, selectors: Update to the upstream version
2016-03-02 Yury SelivanovMerge 3.5
2016-03-02 Yury SelivanovMerge 3.4
2016-03-02 Yury Selivanovasyncio: Update 3.4 asyncio/test_tasks to upstream...
2016-03-02 Raymond HettingerFactor-out common subexpression.
2016-03-02 Raymond HettingerPut block length computations in a more logical order.
2016-03-01 Victor StinnerUpdate assertion in compiler_addop_i()
2016-03-01 Victor StinnerMerge 3.5
2016-03-01 Victor StinnerIssue #26464: Fix unicode_fast_translate() again
2016-03-01 Victor StinnerMerge 3.5
2016-03-01 Victor StinnerFix str.translate()
2016-03-01 Serhiy StorchakaIssue #26457: Fixed the subnets() methods in IP network...
2016-03-01 Serhiy StorchakaIssue #26457: Fixed the subnets() methods in IP network...
2016-03-01 Terry Jan ReedyMerge with 3.5
2016-03-01 Terry Jan ReedyWhitespace
2016-03-01 Terry Jan ReedyMerge with 3.5
2016-03-01 Terry Jan ReedyDocument maintenance of idlelib/help.html in idlelib.
2016-03-01 Terry Jan ReedyMerge with 3.5
2016-03-01 Terry Jan ReedyRebase the 3.x version of idlelib/help.html on the...
2016-02-29 Martin PanterIssue #26385: Merge NamedTemporaryFile fix from 3.5
2016-02-28 Georg Brandlmerge with 3.5
2016-02-28 Georg BrandlUpdate susp-ignore file (#25910).
2016-02-28 Georg Brandlmerge with 3.5
2016-02-28 Georg BrandlFix typo.
2016-02-28 Martin PanterIssue #26385: Cleanup NamedTemporaryFile if open()...
2016-02-28 Martin PanterIssue #22836: Merge exception reporting from 3.5
2016-02-28 Martin PanterIssue #22836: Keep exception reports sensible despite...
2016-02-27 Ezio Melotti#26246: merge with 3.5.
2016-02-27 Ezio Melotti#26246: merge with 3.4.
2016-02-27 Ezio Melotti#26246: update copybutton.js after JQuery update. ...
2016-02-27 Victor Stinnercompile.c: inline compiler_use_new_block()
2016-02-26 Georg Brandlmerge with 3.5
2016-02-26 Georg BrandlCloses #25910: fix dead and permanently redirected...
2016-02-26 Georg Brandlmerge with 3.5
2016-02-26 Georg BrandlFix version.
2016-02-26 Georg Brandlmerge with 3.5
2016-02-26 Georg BrandlCloses #26442: fix copy-paste.
2016-02-26 Georg Brandlmerge with 3.5
2016-02-26 Georg BrandlCloses #26444: typo fixes.
2016-02-26 Benjamin Petersonremove unused c_encoding struct member
2016-02-26 Benjamin Petersonrewrite parsestr() so it's comprehensible; remove dead...
2016-02-26 Benjamin Petersonc_encoding can never be NULL, which allows some code...
2016-02-26 Martin PanterDummy merge with 3.5
2016-02-26 Martin PanterIssue #26390: Merge pbkdf2_hmac() doc from 3.5
2016-02-25 Georg Brandlmerge with 3.5
2016-02-25 Georg BrandlCloses #26435: fix syntax in directives. Thanks to...
2016-02-25 Georg Brandlmerge with 3.5
2016-02-25 Georg BrandlFix rstlint to also look for indented comments that...
2016-02-25 Martin PanterIssue #26402: Merge XML-RPC client fix from 3.5
2016-02-25 Martin PanterIssue #26402: Fix XML-RPC client retrying after server...
2016-02-25 Serhiy StorchakaIssue #25801: Fixed resource warnings in test_zipfile64.
2016-02-25 Serhiy StorchakaIssue #25801: Fixed resource warnings in test_zipfile64.
2016-02-25 Raymond HettingerFix out-of-date comment
2016-02-24 Ned DeilyIssue #25136: merge from 3.5
2016-02-24 Ned DeilyIssue #25136: Add reference to 'xcode-select --install...
2016-02-24 Ned DeilyChange OS X installer builds targeted for 10.10 and...
next