]> granicus.if.org Git - python/shortlog
python
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...
2014-04-14 Michael FoordIssue 17826. Setting an iterable side_effect on a mock...
2014-04-14 R David Murray#15104: improve the discussion of __main__.
2014-04-14 Senthil KumaranFix the NEWS Entry item. (Thanks Stéphane Wirtel)
2014-04-14 Andrew Kuchling#18518: mention that including a return statement chang...
2014-04-14 Benjamin Petersondo not generate pipe names in the temporary dir
2014-04-14 Senthil KumaranIssue #7776: Fix ``Host:'' header and reconnection...
2014-04-14 Benjamin Petersonmerge 3.3
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersonfix poor spelling
2014-04-14 Eric V. SmithIssue #12546: Allow \x00 as a fill character for builti...
2014-04-14 Benjamin Petersonmerge 3.3
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersondisallow a negative idx parameter
2014-04-14 Michael FoordMerge
2014-04-14 Michael FoordIssue 20968. unittest.mock.MagicMock now supports division
2014-04-14 Mark DickinsonIssue #20624: Exception docs wording tweak - clarify...
2014-04-14 R David Murray#21169: add comment and doc update for getpass change.
2014-04-14 Eric V. SmithFix faq example with division.
2014-04-14 Eric V. SmithFix text about int() with octal numbers. Closes #21212.
2014-04-14 Benjamin Petersonfix sending tuples to custom generator objects with...
2014-04-14 Benjamin Petersonmerge 3.3
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersonin scan_once, prevent the reading of arbitrary memory...
2014-04-14 R David Murray#21169: fix getpass to use replace error handler on...
2014-04-13 Serhiy StorchakaIssue #20635: Added tests for Tk geometry managers.
2014-04-13 Serhiy StorchakaIssue #21171: Fixed undocumented filter API of the...
2014-04-12 Ned DeilyRemove references to the obsolete Mac Carbon modules...
2014-04-11 Terry Jan ReedyIssue #21170: Removed invalid parameter names from...
2014-04-10 Vinay SajipIssue #21172: isinstance check relaxed from dict to...
2014-04-10 Benjamin Petersonteach 2to3 about 'yield from'
2014-04-10 Benjamin Petersonadd matrix multiplication operator support to 2to3
2014-04-09 Ned DeilyIssue #21187: Fix OS X installer fail-to-build with...
2014-04-09 Ned DeilyIssue #20644: Keep build-installer.py in sync across...
2014-04-09 Senthil Kumaranissue #21190: Fix the broken docs download link
2014-04-09 Ned DeilyIssue #21097: Update Makefile with changed install...
2014-04-07 Ned DeilyIssue #20644: OS X installer build support for document...
2014-04-08 Yury Selivanovdocs: Better wording for __objclass__ docs. Issue ...
2014-04-08 Yury Selivanovdocs: Document __objclass__. Closes #19281.
2014-04-08 Yury Selivanovinspect.signautre: Fix functools.partial support. Issue...
2014-04-08 Benjamin Petersonuse imperative
2014-04-08 Benjamin PetersonPySequence_Fast generally returns a list not a tuple...
2014-04-08 Benjamin Petersonthe name of the slot of nb_multiply not nb_mul
2014-04-07 Benjamin Petersonfix verb (closes #21174)
2014-04-07 Victor StinnerIssue #21155: asyncio.EventLoop.create_unix_server...
2014-04-07 Victor Stinnerasyncio: Document Task.cancel() properly.
2014-04-06 Senthil Kumaranmerge from 3.3
2014-04-06 Senthil Kumaranminor docfix (reported at docs@python.org) trace.py...
2014-04-04 Victor StinnerIssue #21118: Fix _PyUnicodeTranslateError_Create(...
2014-04-04 Benjamin Petersonmake temporary read-only files writable, so rmtree...
2014-04-04 Brett CannonIssue #20942: PyImport_ImportFrozenModuleObject() no...
2014-04-04 Benjamin Petersonmerge 3.3
2014-04-04 Benjamin Petersonmerge 3.2
next