]> granicus.if.org Git - python/shortlog
python
2014-12-24 Benjamin Petersonupdate correct French examples (#23109)
2014-12-24 Benjamin Petersonimprove incorrect French (#23109)
2014-12-24 Benjamin Petersondoucment that Py_SetPath copies its argument (closes...
2014-12-23 Donald StufftUpgrade pip to 6.0.2 and setuptools to 8.2.1
2014-12-22 Victor Stinnerasyncio doc: update also Queue docstrings
2014-12-22 Victor Stinnerasyncio doc: Fix doc of get and put methods of Queue
2014-12-22 Benjamin Petersonallow more operations to work on detached streams ...
2014-12-20 Serhiy StorchakaIssue #19104: pprint now produces evaluable output...
2014-12-20 Serhiy StorchakaIssue #23071: "namereplace_errors" was added only in...
2014-12-20 Serhiy StorchakaIssue #23071: Added missing names to codecs.__all__...
2014-12-19 Barry WarsawFix typo.
2014-12-19 Barry WarsawFix typo.
2014-12-19 Victor Stinnerasyncio: IocpProactor.wait_for_handle() test now also...
2014-12-18 Victor Stinnerasyncio: sync with Tulip
2014-12-18 Victor Stinnerasyncio: sync with Tulip
2014-12-18 Victor StinnerIssue #23074: asyncio.get_event_loop() now raises an...
2014-12-17 Berker PeksagIssue #23070: Fix a comment in the tutorial.
2014-12-17 Raymond HettingerIssue #23049: Pure python equivalent shouldn't imply...
2014-12-16 Serhiy StorchakaIssue #15513: Added a __sizeof__ implementation for...
2014-12-16 Serhiy StorchakaIssue #19858: pickletools.optimize() now aware of...
2014-12-16 Terry Jan ReedyIssue #20577: move configuration of FormatParagraph...
2014-12-15 Victor Stinnerasyncio doc: call_soon() does not call immediatly the...
2014-12-15 Benjamin Petersonremove extra ssl imports (closes #23053)
2014-12-15 Serhiy StorchakaIssue #22777: Test pickling with all protocols.
2014-12-15 Serhiy StorchakaIssue #23015: Improved testing of the uuid module.
2014-12-15 Benjamin Petersonuse autoconf macro to check for pkg-config (closes...
2014-12-14 Serhiy StorchakaFixed a typo in a comment (issue #23016).
2014-12-13 Benjamin Petersonmake sure server threads get cleaned up
2014-12-13 Benjamin Petersonpop the loop block even for infinite while loops (close...
2014-12-13 Serhiy StorchakaIssue #22823: Use set literals in lib2to3.
2014-12-13 Berker PeksagIssue #23047: Fix typo in pyporting.rst.
2014-12-13 Ned DeilyIssue #17128: Use private version of OpenSSL for 3...
2014-12-12 Brett CannonAddress some comments from Nick Coghlan
2014-12-12 Benjamin Petersonremove reference to dead irc channel (closes #23038)
2014-12-12 Victor StinnerIssue #18028: Fix aliasing issue in READ_TIMESTAMP...
2014-12-12 Victor Stinnertest_selectors: Tolerate 2.0 seconds instead of 1.6...
2014-12-12 Victor StinnerIssue #22935: Fix test_ssl when the SSLv3 protocol...
2014-12-12 Victor StinnerIssue #22935: Fix ssl module when SSLv3 protocol is...
2014-12-12 Raymond HettingerIssue 23005: Fix typos
2014-12-12 Serhiy StorchakaIssue #22095: Fixed HTTPConnection.set_tunnel with...
2014-12-11 Victor Stinnerasyncio, tulip issue 209: Fix subprocess for close_fds...
2014-12-11 Victor Stinnerasyncio, tulip issue 202: Add unit test of pause/resume...
2014-12-11 Terry Jan ReedyIssue 22823: Use set literal in idlelib.
2014-12-11 Serhiy StorchakaIssue #22823: Fixed an output of sets in examples.
2014-12-10 Terry Jan Reedywhitespace
2014-12-10 Terry Jan ReedyIssue #23006 whitespace
2014-12-10 Terry Jan ReedyIssue #23006: Improve the documentation and indexing...
2014-12-10 Serhiy StorchakaIssue #23016: A warning no longer produces AttributeErr...
2014-12-10 Benjamin Petersonfix path to patchlevel.py
2014-12-10 R David Murray#22918: Drop obsolete mention of 'keys' in datamodel...
2014-12-10 Berker PeksagIssue #21775: shutil.copytree(): fix crash when copying...
2014-12-09 Berker PeksagIssue #12602: Add missing cross-references to runpy...
2014-12-08 Yury Selivanovinspect: Fix getsource() to load updated source of...
2014-12-08 Yury SelivanovNEWS: Remove duplicate entry
2014-12-08 Yury SelivanovNEWS: Add news entry for issue #23009.
2014-12-08 Yury Selivanovselectors: Fix typo in comment.
2014-12-08 Yury Selivanovselectors: Make sure EpollSelecrtor.select() works...
2014-12-07 Benjamin Petersonfix reference by adding module name
2014-12-07 Benjamin Petersonuse context's check_hostname attribute rather than...
2014-12-07 Benjamin PetersonHTTPSConnection: prefer the context's check_hostname...
2014-12-06 Benjamin Petersonnote that sslv3 may not be available
2014-12-06 Benjamin Petersonallow ssl module to compile if openssl doesn't support...
2014-12-06 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2014-12-06 Benjamin Petersonmerge 3.3 (#16043)
2014-12-06 Benjamin Petersonmerge 3.2 (#16043)
2014-12-06 Terry Jan ReedyIssue #16893: Update Idle doc chapter to match current...
2014-12-06 Benjamin Petersonadd a default limit for the amount of data xmlrpclib...
2014-12-05 Brett CannonFix a bad link
2014-12-05 Serhiy StorchakaIssue #22581: Use more "bytes-like object" throughout...
2014-12-05 Brett CannonIssue #22914: Update the Python 2/3 porting HOWTO to...
2014-12-05 Victor StinnerIssue #22599: Enhance tokenize.open() to be able to...
2014-12-05 Terry Jan ReedyEdit Menus section of Idle doc. Make menu entries...
2014-12-05 Yury Selivanovdocs.inspect: Fix BoundArguments example. Issue #22998.
2014-12-05 Victor StinnerCloses #22429, asyncio: Fix EventLoop.run_until_complet...
2014-12-05 Victor StinnerIssue #22922: Fix ProactorEventLoop.close()
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 ReedyIssue #3068: Document the new Configure Extensions...
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 Serhiy StorchakaIssue #14099: ZipFile.open() no longer reopen the under...
2014-12-02 Victor StinnerCloses #22475: asyncio doc, fix Task.get_stack() doc
2014-12-02 Victor StinnerClose #22473: asyncio doc: rephrase Future with run_for...
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-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 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 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 #22838: All test_re tests now work with unittest...
2014-12-01 Serhiy StorchakaIssue #22924: Scripts gprof2html.py and highlight.py...
2014-11-30 Benjamin Petersonbackout 9fcf4008b626 (#9179) for further consideration
2014-11-30 Benjamin Petersoncontext is keyword-only
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-28 Ned DeilyIssue #16113: Also remove test_case_sha3_224_huge
next