]> granicus.if.org Git - python/shortlog
python
2014-05-08 Antoine PitrouIssue #21396: Fix TextIOWrapper(..., write_through...
2014-05-08 R David Murray#21300: fix typo
2014-05-08 Kristján Valur... Merging from 3.3: The PyCOND_TIMEDWAIT must use microse...
2014-05-08 Kristján Valur... The PyCOND_TIMEDWAIT must use microseconds for the...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-05-07 R David Murray#21300: Clean up the docs for the email "policy" arguments.
2014-05-06 Guido van Rossumasyncio: Fix the second half of issue #21447: race...
2014-05-06 Zachary WareAdd prompts to interactive example.
2014-05-06 Zachary WareIssue #21366: Document the fact that ``return`` in...
2014-05-05 Guido van Rossumasyncio docs: ProactorEventLoop does not support SSL.
2014-05-04 Larry HastingsIssue #21088: Bugfix for curses.window.addch() regressi...
2014-05-04 Ned DeilyIssue #18604: Skip the Tk instantiation test on OS...
2014-05-04 Benjamin Petersonuse with blocks to make sure files are closed
2014-05-04 Benjamin Petersonimprove test coverage of filecmp (closes #21357)
2014-05-03 Raymond HettingerIssue 21375: Fix possible Py_ssizet overflow in heapq.
2014-05-02 Zachary WareIssue #18604: Consolidated checks for GUI availability.
2014-05-01 Martin v. LöwisUpdate to 1.0.1g
2014-04-29 Gregory P.... Document the subprocess Popen.args attribute (issue21353)
2014-04-29 Gregory P.... Document the subprocess Popen.args attribute (issue21353)
2014-04-29 Stefan KrahIssue #21374: Fix pickling of DecimalTuple.
2014-04-29 Jesus CeaCloses issue #21316: mark test_devpoll to be meaningful...
2014-04-29 Zachary WareIssue #17386: Expand Doc/make.bat to be much more simil...
2014-04-29 Zachary WareIssue #17386: Update Doc/README.txt to list all targets
2014-04-29 Zachary WareIssue #17386: List the 'htmlview' target in the Doc...
2014-04-29 Antoine PitrouIssue #21321: itertools.islice() now releases the refer...
2014-04-29 Terry Jan ReedyIssue #21055: Index (augmented) assignment symbols.
2014-04-29 Terry Jan ReedyCloses 21048: Index 'as' in import and with statements.
2014-04-29 Terry Jan ReedyIssue #21026: Augment site doc based on experiments...
2014-04-28 Antoine PitrouIssue #9307: document the various Py_TPFLAGS_*_SUBCLASS...
2014-04-28 Antoine PitrouIssue #9815: assertRaises now tries to clear references...
2014-04-28 Antoine PitrouIssue #13204: Calling sys.flags.__new__ would crash...
2014-04-27 Guido van Rossumasyncio: Add __weakref__ slots to Handle and CoroWrappe...
2014-04-27 Guido van Rossumasyncio: Be careful accessing instance variables in...
2014-04-26 R David Murray#18243: Remove obsolete cautionary note from email...
2014-04-26 Benjamin Petersonmake operations on closed dumb databases raise a consis...
2014-04-26 Benjamin Petersonshallow defaults to 'True' not '1' (closes #21355)
2014-04-26 Antoine PitrouIssue #21207: Detect when the os.urandom cached fd...
2014-04-25 Andrew Kuchling#21225: copy docstrings from base classes
2014-04-24 Zachary WareIssue #21346: Fix typo, make message consistent in...
2014-04-23 Zachary Ware"Escape" a character in the middle of "warning"
2014-04-23 Gregory P.... fix the test on windows which has different return...
2014-04-23 Zachary WarePrevent Sphinx error on whatsnew/changelog
2014-04-23 Gregory P.... subprocess's Popen.wait() is now thread safe so that...
2014-04-23 Benjamin Petersonfix off-by-one error (closes #21330)
2014-04-22 Antoine PitrouIssue #21127: Path objects can now be instantiated...
2014-04-22 Terry Jan ReedyIssue #21138: Change default reformat paragraph width...
2014-04-22 Terry Jan ReedyIssue 21284: Idle: make test_formatparagraph pass even...
2014-04-20 Senthil KumaranNEWS entry for #15002
2014-04-20 Senthil Kumaranurllib.response object to use _TemporaryFileWrapper...
2014-04-20 R David Murray#12220: improve minidom error when URI contains spaces.
2014-04-20 Ned DeilyIssue #11571: Ensure that the turtle window becomes...
2014-04-19 Ned DeilyIssue #21311: Avoid exception in _osx_support with...
2014-04-19 R David Murray#9364: Improve the text printed by help(pydoc) and...
2014-04-19 Eric SnowIssue #21200: Return None from pkgutil.get_loader(...
2014-04-18 Terry Jan ReedyIssue #21232: Replace .splitlines arg '1' with 'keepend...
2014-04-18 Zachary WareIssue #21289: Fix documentation building on Windows...
2014-04-18 Guido van RossumNEWS for latest asyncio commit.
2014-04-15 Guido van Rossumasyncio: Add gi_{frame,running,code} properties to...
2014-04-18 Zachary WareFix a typo in the docstring of nb_index.
2014-04-18 Zachary WareFix a typo in the signature for object.__ge__
2014-04-18 Benjamin Petersoncorrect len signature in docstring (closes #21294)
2014-04-17 Benjamin Petersonfix ref count annotations on sphinx >= 1.2.1 (closes...
2014-04-17 doko@ubuntu.com- Issue #21285: Refactor and fix curses configure check...
2014-04-17 doko@ubuntu.comFixes for KFreeBSD and the Hurd:
2014-04-17 doko@ubuntu.com- Issue #15234: For BerkelyDB and Sqlite, only add...
2014-04-17 Senthil KumaranClarify BROWSER envar behavior in webbrowser.py. Noted...
2014-04-17 Senthil KumaranCorrect the URL in the http.client example. Noted by...
2014-04-17 R David Murray#18628: clarify index entry for source file encoding...
2014-04-16 Benjamin Petersonremove superfluous and useless line
2014-04-16 Benjamin Petersonuse the called property of the run_pip mock rather...
2014-04-16 Senthil KumaranAddress issue 18229 - Explain http.server.BaseHTTPReque...
2014-04-16 Antoine PitrouTry to fix buildbot failures on old OpenSSLs (< 1.0...
2014-04-16 Terry Jan Reedy#18566: Whitespace
2014-04-16 Terry Jan ReedyIssue #18566: Clarify unittest setUp, tearDown doc...
2014-04-15 Andrew Kuchling#1704474: mark refleak test as specific to CPython
2014-04-16 Andrew Kuchling#15840: make docs consistent by saying operations on...
2014-04-16 R David Murray#20874: reflow paragraph.
2014-04-16 R David Murray#20874: update tutorial wording: sophisticated line...
2014-04-15 Vinay SajipIssue #21245: updated documentation on exception()...
2014-04-15 Michael FoordCloses issue 21239. unittest.mock.patch.stopall() did...
2014-04-15 Senthil KumaranRun test_urllib2_localnet tests using unittest.main().
2014-04-15 Kushal DasCloses Issue 21222.
2014-04-15 doko@ubuntu.com- Issue #21223: Pass test_site/test_startup_imports...
2014-04-15 Yury Selivanovasyncio.tasks: Make sure CoroWrapper.send proxies one...
2014-04-15 Vinay SajipReverted 16efa8d27e4c after discussion with Eric.
2014-04-15 Vinay SajipIssue #21197: Add lib64 -> lib symlink in venvs on...
2014-04-15 Eric V. SmithClosed issue #8931: Make alternate formatting for ...
2014-04-15 Yury Selivanovmisc.news: Remove whitespace
2014-04-15 Yury Selivanovasyncio.tasks: Fix CoroWrapper to workaround yield...
2014-04-15 Senthil KumaranInvoke test_urllibnet tests using unittest.main function
2014-04-14 R David Murray#15104: add backtick code markup.
2014-04-14 R David Murray#17498: Defer SMTPServerDisconnected errors until the...
2014-04-14 Senthil Kumaranmerge heads
2014-04-14 Eric V. SmithIssue #13598: Added acknowledgements to Misc/NEWS.
2014-04-14 Senthil Kumaranmerge heads
2014-04-14 Senthil Kumaranmerge heads
2014-04-14 Eric V. SmithIssue #13598: Add auto-numbering of replacement fields...
2014-04-14 Senthil KumaranConvert urllib.request parse_proxy doctests to unittests.
2014-04-14 Gregory P.... Add conditional code for android's lack of definition...
next