]> granicus.if.org Git - python/shortlog
python
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...
2015-10-01 Vinay SajipFixes #25097: Windows test is skipped if there are...
2015-10-01 Vinay SajipCloses #25185: Use UTF-8 encoding when reading pyvenv...
2015-10-01 Serhiy StorchakaIssue #25280: Import trace messages emitted in verbose...
2015-10-01 Victor StinnerIssue #25003: os.urandom() doesn't use getentropy(...
2015-10-01 Victor StinnerIssue #25274: test_recursionlimit_recovery() of test_sy...
2015-10-01 Andrew SvetlovReflect parameter name change in the doc
2015-09-30 Victor StinnerIssue #25182: Fix compilation on Windows
2015-09-30 Serhiy StorchakaIssue #25182: The stdprinter (used as sys.stderr before...
2015-09-29 Serhiy StorchakaIssue #22958: Constructor and update method of weakref...
2015-09-29 Serhiy StorchakaIssue #22609: Constructor of collections.UserDict now...
2015-09-29 Serhiy StorchakaIssue #25262. Added support for BINBYTES8 opcode in...
2015-09-29 Guido van RossumAlso rewrote the guts of asyncio.Semaphore (patch by...
2015-09-29 Andrew SvetlovFix StreamReader.__repr__
2015-09-29 Eric V. SmithFixed issue #25034: Fix string.Formatter problem with...
2015-09-29 Serhiy StorchakaAdded additional unpickling tests.
2015-09-29 Serhiy StorchakaMoved unpickling tests with prepickled data to separate...
2015-09-29 Terry Jan ReedyIssue #24028: Add subsection about Idle calltips.
2015-09-29 Terry Jan ReedyRemove indent in news item. Error when building 3.x...
2015-09-29 Terry Jan ReedyAdd recent IDLE NEWS items.
2015-09-28 Guido van RossumCorrect Misc/NEWS about asyncio.Queue rewrite.
2015-09-28 Guido van RossumIssue #25233: Rewrite the guts of Queue to be more...
2015-09-28 Berker PeksagIssue #25249: Remove unneeded mkstemp helper in test_su...
2015-09-28 Terry Jan ReedyIssue #24972: New option is only valid in tk 8.5+.
2015-09-28 Terry Jan ReedyIssue #24972: Inactive selection background now matches...
2015-09-28 Terry Jan ReedyBacked out changeset: 70c01dd35100
2015-09-28 Terry Jan ReedyIssue #24972: Inactive selection background now matches...
2015-09-28 Alexander Belopolskymerge
next