]> granicus.if.org Git - python/shortlog
python
2014-12-05 Serhiy StorchakaMerge heads
2014-12-05 Serhiy StorchakaIssue #22581: Use more "bytes-like object" throughout...
2014-12-05 Serhiy StorchakaIssue #22581: Use more "bytes-like object" throughout...
2014-12-05 Brett CannonIssue #22394: Add a 'venv' command to Doc/Makefile.
2014-12-05 Brett CannonMerge with 3.4
2014-12-05 Brett CannonIssue #22914: Update the Python 2/3 porting HOWTO to...
2014-12-05 Victor Stinner(Merge 3.4) Issue #22599: Enhance tokenize.open() to...
2014-12-05 Victor StinnerIssue #22599: Enhance tokenize.open() to be able to...
2014-12-05 Terry Jan ReedyMerge with 3.4. Edit Menus section of Idle doc.
2014-12-05 Terry Jan ReedyEdit Menus section of Idle doc. Make menu entries...
2014-12-05 Terry Jan ReedyMerge from 3.4 after patch separately committed as...
2014-12-05 Yury Selivanovdocs.inspect: Fix BoundArguments example. Issue #22998.
2014-12-05 Yury Selivanovdocs.inspect: Fix BoundArguments example. Issue #22998.
2014-12-05 Victor StinnerMerge 3.4 (asyncio)
2014-12-05 Victor StinnerCloses #22429, asyncio: Fix EventLoop.run_until_complet...
2014-12-05 Victor StinnerIssue #22922: Fix ProactorEventLoop.close()
2014-12-05 Victor StinnerIssue #22922: Fix ProactorEventLoop.close()
2014-12-04 Victor StinnerMerge 3.4 (asyncio)
2014-12-04 Victor StinnerCloses #22922: More EventLoop methods fail if the loop...
2014-12-04 Victor StinnerIssue #22685: Fix test_pause_reading() of asyncio test_...
2014-12-04 Victor Stinnerasyncio: Initialize more Future and Task attributes...
2014-12-04 Terry Jan ReedyMerge with 3.4
2014-12-04 Terry Jan ReedyIssue #3068: Document the new Configure Extensions...
2014-12-04 Terry Jan ReedyMerge with 3.4
2014-12-04 Terry Jan ReedyIssue #16893: For Idle doc, move index entries, copy...
2014-12-03 Antoine PitrouFix #22987: update the compatibility matrix for a SSLv2...
2014-12-03 Antoine PitrouFix #22987: update the compatibility matrix for a SSLv2...
2014-12-03 Serhiy StorchakaIssue #14099: ZipFile.open() no longer reopen the under...
2014-12-03 Serhiy StorchakaIssue #14099: ZipFile.open() no longer reopen the under...
2014-12-02 Serhiy StorchakaIssue #17401: Output the closefd attribute as boolean.
2014-12-02 Victor StinnerMerge 3.4 (asyncio doc)
2014-12-02 Victor StinnerCloses #22475: asyncio doc, fix Task.get_stack() doc
2014-12-02 Victor StinnerMerge 3.4 (asyncio doc)
2014-12-02 Victor StinnerClose #22473: asyncio doc: rephrase Future with run_for...
2014-12-02 Barry WarsawMerge 3.4.
2014-12-02 Barry WarsawFix the test to use an os.sep agnostic test. Hopefully...
2014-12-02 Serhiy StorchakaIssue #20335: bytes constructor now raises TypeError...
2014-12-02 Serhiy StorchakaIssue #20335: bytes constructor now raises TypeError...
2014-12-02 Serhiy StorchakaMoved Misc/NEWS entry to right section.
2014-12-01 Antoine PitrouFix uninitialized variable after #22676.
2014-12-01 Barry WarsawTrunk merge.
2014-12-01 Barry WarsawMerge 3.4.
2014-12-01 Barry WarsawMake this change a little more robust for up-merging.
2014-12-01 Barry Warsaw- Issue #22966: Fix __pycache__ pyc file name clobber...
2014-12-01 Barry Warsaw- Issue #22966: Fix __pycache__ pyc file name clobber...
2014-12-01 Terry Jan ReedyRemove spurious header in middle of Library section.
2014-12-01 Barry Warsaw- Issue #22966: Fix __pycache__ pyc file name clobber...
2014-12-01 Terry Jan ReedyMerge with 3.4
2014-12-01 Terry Jan ReedyAdd NEWS items for Idle patches and a turtledemo patch.
2014-12-01 Serhiy StorchakaIssue #22975: Close block at right place.
2014-12-01 Serhiy StorchakaIssue #22975: Close block at right place.
2014-12-01 Serhiy StorchakaRemoved duplicated words in in comments and docs.
2014-12-01 Serhiy StorchakaRemoved duplicated words in in comments and docs.
2014-12-01 Serhiy StorchakaIssue #21032. Fixed socket leak if HTTPConnection.getre...
2014-12-01 Serhiy StorchakaIssue #21032. Fixed socket leak if HTTPConnection.getre...
2014-12-01 Serhiy StorchakaFixed issue number in Misc/NEWS for issue #22407.
2014-12-01 Serhiy StorchakaIssue #21032: Deprecated the use of re.LOCALE flag...
2014-12-01 Serhiy StorchakaRemoved unused function linecol() (added in issue ...
2014-12-01 Serhiy StorchakaIssue #22838: All test_re tests now work with unittest...
2014-12-01 Serhiy StorchakaIssue #22838: All test_re tests now work with unittest...
2014-12-01 Serhiy StorchakaIssue #22924: Scripts gprof2html.py and highlight.py...
2014-12-01 Serhiy StorchakaIssue #22924: Scripts gprof2html.py and highlight.py...
2014-11-30 Serhiy StorchakaIssue #22902: The "ip" command is now used on Linux...
2014-11-30 Benjamin Petersonmerge 3.4 (#9179)
2014-11-30 Benjamin Petersonbackout 9fcf4008b626 (#9179) for further consideration
2014-11-30 Benjamin Petersonmerge 3.4
2014-11-30 Benjamin Petersoncontext is keyword-only
2014-11-30 Benjamin Petersonmerge 3.4 (#22960)
2014-11-30 Benjamin Petersonadd context parameter to xmlrpclib.ServerProxy (#22960)
2014-11-29 Antoine PitrouClose issue #22895: fix test failure introduced by...
2014-11-29 Antoine PitrouClose issue #22895: fix test failure introduced by...
2014-11-28 Ned DeilyIssue #16113: Also remove test_case_sha3_224_huge
2014-11-28 Ned DeilyIssue #16113: Also remove test_case_sha3_224_huge
2014-11-28 Raymond HettingerMinor code cleanup.
2014-11-28 Victor StinnerIssue #22685, asyncio: resume_reading() must also be...
2014-11-28 Victor StinnerIssue #22685, asyncio: mock also resume_reading in...
2014-11-28 Berker PeksagIssue #22389: Add contextlib.redirect_stderr().
2014-11-28 Victor StinnerMerge 3.4 (asyncio)
2014-11-28 Victor StinnerIssue #22685: Debug test_pause_reading() on FreeBSD
2014-11-28 Victor Stinner(Merge 3.4) Closes #22348: Rephrase asyncio.StreamWrite...
2014-11-28 Victor StinnerCloses #22348: Rephrase asyncio.StreamWriter.drain...
2014-11-28 Victor Stinner(Merge 3.4) asyncio doc: reformat event loop policy doc
2014-11-28 Victor Stinnerasyncio doc: reformat event loop policy doc
2014-11-28 Victor StinnerIssue #21356: Make ssl.RAND_egd() optional to support...
2014-11-28 Victor Stinner(Merge 3.4) asyncio doc: explain how to pass keywords...
2014-11-28 Victor Stinnerasyncio doc: explain how to pass keywords to callbacks...
2014-11-28 Benjamin Petersonmerge 3.4 (#16561)
2014-11-28 Benjamin Petersongive a nice message when installer is launched w/o...
2014-11-27 Serhiy StorchakaIssue #21280: Fixed a bug in shutil.make_archive()...
2014-11-27 Serhiy StorchakaIssue #21280: Fixed a bug in shutil.make_archive()...
2014-11-27 Serhiy StorchakaIssue #22314: pydoc now works when the LINES environmen...
2014-11-27 Serhiy StorchakaIssue #22314: pydoc now works when the LINES environmen...
2014-11-27 Serhiy StorchakaIssue #22915: SAX parser now supports files opened...
2014-11-27 Serhiy StorchakaIssue #22915: SAX parser now supports files opened...
2014-11-27 Serhiy StorchakaIssue #21514: The documentation of the json module...
2014-11-27 Serhiy StorchakaIssue #21514: The documentation of the json module...
2014-11-27 Serhiy StorchakaIssue #22609: Revert changes in UserDict. They conflict...
2014-11-27 Serhiy StorchakaIssue #22609: Revert changes in UserDict. They conflict...
2014-11-27 Serhiy StorchakaIssue #22609: Constructors and update methods of mappin...
2014-11-27 Serhiy StorchakaIssue #22609: Constructors and update methods of mappin...
next