]> granicus.if.org Git - python/shortlog
python
2015-11-14 Benjamin Petersonfix build with older openssl (#25569)
2015-11-14 Martin PanterFix a few grammar problems in the documentation and...
2015-11-14 Martin PanterCorrect Content-Type syntax in documentation
2015-11-13 Martin PanterIssue #25590: Make rlcompleter only call getattr()...
2015-11-13 Martin PanterIssue #25498: Fix GC crash due to ctypes objects wrappi...
2015-11-13 Yury Selivanovasyncio: Fix sporadic failing unittests in debug mode
2015-11-13 Victor StinnerIssue #25605: Document exceptions raised by fcntl.ioctl...
2015-11-12 Terry Jan ReedyIndent
2015-11-12 Terry Jan ReedyWhitespace
2015-11-12 Terry Jan ReedyIssue #25313: Change the handling of new built-in text...
2015-11-12 Serhiy StorchakaIssue #25607: Restore old distutils logging threshold...
2015-11-12 Serhiy StorchakaRestore old distutils logging threshold after running...
2015-11-12 Serhiy StorchakaIssue #22995: Default implementation of __reduce__...
2015-11-12 Benjamin Petersonalways set OP_NO_SSLv3 by default (closes #25530)
2015-11-12 Benjamin Petersonfix memory leak in _get_crl_dp (closes #25569)
2015-11-12 Zachary WareRewrite re.VERBOSE section.
2015-11-10 Serhiy StorchakaIssue #6598: Avoid clock wrapping around in test_make_m...
2015-11-10 Serhiy StorchakaIssue #25263: Fixed the tkinter.test.test_tkinter.test_...
2015-11-09 Serhiy StorchakaAdded missed periods at the ends of sentences in Misc...
2015-11-09 Serhiy StorchakaFixed markup in Misc/NEWS.
2015-11-09 Serhiy StorchakaIssue #25582: Fixed 100 MB memory leak in test_ctypes.
2015-11-07 Steve DowerIssue #24306: Sets component ID for launcher to match...
2015-11-07 Serhiy StorchakaIssue #22643: Skip test_case_operation_overflow on...
2015-11-07 Serhiy StorchakaIssue #892902: Added new tests for pickling recursive...
2015-11-07 Martin PanterIssue #24802: Copy bytes-like objects to null-terminate...
2015-11-06 Martin PanterIssue #18010: Fix pydoc web server search to handle...
2015-11-05 Yury Selivanovasyncio: Optimize asyncio.sleep(0)
2015-11-04 Benjamin Petersonremove trailing ws
2015-11-04 Benjamin Petersonlink to modern PUG url
2015-11-02 Guido van RossumUse sys.platform instead of os.name to detect Windows...
2015-11-02 Serhiy StorchakaIssue #25523: Further a-to-an corrections.
2015-11-02 Martin PanterIssue #25523: Correct "a" article to "an" article
2015-11-01 Serhiy StorchakaIssue #25510: fileinput.FileInput.readline() now return...
2015-10-31 Martin PanterFix some spelling errors in documentation and code...
2015-10-30 Terry Jan ReedyIssue #25519: Mark difflib.ndiff as a functions where...
2015-10-30 Terry Jan ReedyIssue #25505: Remove unused buggy method.
2015-10-30 Terry Jan ReedyIssue #25507: move test-specific imports to test functi...
2015-10-30 Benjamin Petersonfix usage of undefined name (#25504)
2015-10-28 Serhiy StorchakaIssue #21827: Fixed textwrap.dedent() for the case...
2015-10-28 Terry Jan ReedyIssue #25432: Explain isinstance behaviour when type...
2015-10-28 Zachary WareIssue #25494: Remove extra quote from docstring.
2015-10-27 Terry Jan ReedyDisplay IDLE warning as a warning rather than as an...
2015-10-26 Martin PanterIssue #23391: Restore OSError constructor argument...
2015-10-25 Zachary WareIssue #25456: Fix test_idle when Tcl/Tk DLLs are loaded...
2015-10-25 Benjamin Petersonaccepted sockets shouldn't inherit the SOCK_NONBLOCK...
2015-10-24 Serhiy StorchakaIssue21160: Correct comments in nturl2path. Patch...
2015-10-24 Zachary WareCloses #25456: Copy Tcl/Tk DLLs to build directory...
2015-10-23 Victor StinnerIssue #25461: Rephrase os.walk() doc
2015-10-22 Terry Jan ReedyIssue #24782: Limit width of canvas and hence IDLE...
2015-10-20 Terry Jan ReedyIssue #24782: Don't try to run now-removed extension...
2015-10-20 Berker Peksagrstlint: Fix "default role used" warning
2015-10-19 Guido van RossumIssue #24885: Update note in docs about stream convenie...
2015-10-19 Guido van RossumFix whitespace.
2015-10-19 Guido van RossumIssue #25441: asyncio: Raise error from drain() when...
2015-10-19 doko@ubuntu.com- Issue #25440: Fix output of python-config --extension...
2015-10-17 Vinay SajipCloses #25411: Improved Unicode support in SMTPHandler.
2015-10-17 Vinay SajipAdded entry to logging cookbook.
2015-10-16 Berker PeksagIssue #25418: Fix markup in object.__hash__ documentation
2015-10-14 Terry Jan ReedyIssue #24782: whitespace
2015-10-14 Terry Jan ReedyIssue #24782: Finish converting the Configure Extension...
2015-10-13 Serhiy StorchakaIssue #25380: Fixed protocol for the STACK_GLOBAL opcode in
2015-10-13 Zachary WareIssue #25093: Fix test_tcl's testloadWithUNC for paths...
2015-10-12 Benjamin Petersonactually link to the version attributes documentation
2015-10-12 Terry Jan ReedyIssue #22726: Re-activate config dialog help button...
2015-10-11 Serhiy StorchakaCleanup test_descr: remove C8 that is the same as C3.
2015-10-11 Benjamin Petersondon't mention Python 2.2 (closes #25375)
2015-10-11 Benjamin Petersonuse the with statement for locking the internal conditi...
2015-10-11 Benjamin Petersonadd a missing comma (closes #25371)
2015-10-10 Serhiy StorchakaCorrect Misc/NEWS.
2015-10-09 Brett CannonIssue #25099: Skip relevant tests in test_compileall...
2015-10-10 Serhiy StorchakaIssue #25365: test_pickle now works in threads disabled...
2015-10-10 Martin PanterIssue #25322: Fix test for nested contextlib.suppress
2015-10-10 Martin PanterIssue #25161: Add full stops in documentation; patch...
2015-10-10 Martin PanterIssue #22413: Document newline effect on StringIO initi...
2015-10-10 Martin PanterIssue #24402: Factor out PtyTests.run_child() in input...
2015-10-10 Martin PanterIssue #24402: Fix input() when stdout.fileno() fails...
2015-10-09 Vinay SajipCloses #25344: Added cookbook recipe to show buffering...
2015-10-08 Berker PeksagIssue #16802: Document fileno parameter of socket.socket()
2015-10-07 Martin PanterVarious minor typos in documentation and comments
2015-10-07 Martin PanterIssue #25286: Dictionary views are not sequences
2015-10-07 Benjamin Petersonprevent unacceptable bases from becoming bases through...
2015-10-06 Zachary WareIssue #25097: Re-raise any other pywin32 error
2015-10-06 Zachary WareIssue #25097: fix Windows error number access
2015-10-06 Serhiy StorchakaMerge heads
2015-10-06 Guido van RossumIssue #23972: Fix tests for Windows and Debian.
2015-10-06 Serhiy StorchakaIssue #25317: Converted doctests in test_tokenize to...
2015-10-06 Benjamin Petersonreinitialize an Event's Condition with a regular lock...
2015-10-05 Guido van RossumDocs and one small improvement for issue #25304, by...
2015-10-05 Guido van RossumIssue #23972: updates to asyncio datagram API. By Chris...
2015-10-04 Terry Jan ReedyIssue #24820: Update IDLE NEWS items.
2015-10-04 Terry Jan ReedyIssue #24820: Add 'IDLE Dark' text color theme, warning...
2015-10-03 Guido van RossumIssue #25304: Add asyncio.run_coroutine_threadsafe...
2015-10-03 Martin PanterIssue #16701: Document += and *= for mutable sequences
2015-10-03 Martin PanterIssue #24657: Prevent CGIRequestHandler from collapsing...
2015-10-03 Martin PanterIssue #25232: Fix CGIRequestHandler's splitting of...
2015-10-03 Terry Jan ReedyIssue #25224: README.txt is now an idlelib index for...
2015-10-03 Terry Jan ReedyIssue #24820: Users can now set breakpoint colors in...
2015-10-02 Yury Selivanovasyncio: ensure_future() now understands awaitables
2015-10-02 Berker PeksagIssue #25290: Fix typo in csv.reader() docstring
2015-10-02 Serhiy StorchakaIssue #24848: Fixed bugs in UTF-7 decoding of misformed...
next