]> granicus.if.org Git - python/shortlog
python
2015-10-05 Steve DowerIssue #25316: distutils raises OSError instead of Distu...
2015-10-05 Guido van RossumIssue #23972: updates to asyncio datagram API. By Chris...
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: Update IDLE NEWS items.
2015-10-04 Terry Jan ReedyMerge with 3.4
2015-10-04 Terry Jan ReedyIssue #24820: Add 'IDLE Dark' text color theme, warning...
2015-10-04 Terry Jan ReedyIssue #24791: Escape rst markup char in NEWS entry...
2015-10-03 Guido van RossumIssue #25304: Add asyncio.run_coroutine_threadsafe...
2015-10-03 Guido van RossumIssue #25304: Add asyncio.run_coroutine_threadsafe...
2015-10-03 Martin PanterIssue #16701: Merge sequence docs from 3.4 into 3.5
2015-10-03 Martin PanterIssue #16701: Document += and *= for mutable sequences
2015-10-03 Martin PanterIssues #25232, #24657: Use new enum status to match...
2015-10-03 Martin PanterIssues #25232, #24657: Merge two CGI server fixes from...
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 ReedyMerge with 3.4
2015-10-03 Terry Jan ReedyIssue #25224: README.txt is now an idlelib index for...
2015-10-03 Terry Jan ReedyMerge with 3.4
2015-10-03 Terry Jan ReedyIssue #24820: Users can now set breakpoint colors in...
2015-10-02 Brett CannonIssue #25188: Add a -P/--pgo flag to regrtest to silenc...
2015-10-02 Berker PeksagTweak susp-ignored.csv to make buildbots happy
2015-10-02 Yury Selivanovasyncio: Make ensure_future() accept all kinds of await...
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 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-02 Serhiy StorchakaIssue #24848: Fixed bugs in UTF-7 decoding of misformed...
2015-10-02 Serhiy StorchakaIssue #24483: C implementation of functools.lru_cache...
2015-10-01 Steve DowerIssue #25165: Windows uninstallation should not remove...
2015-10-01 Steve DowerImproves support for building unofficial versions of...
2015-10-01 Vinay SajipFixes #25097: Merged fi from 3.4.
2015-10-01 Vinay SajipFixes #25097: Windows test is skipped if there are...
2015-10-01 Vinay SajipCloses #25185: merged fix from 3.4.
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 Serhiy StorchakaIssue #25280: Import trace messages emitted in verbose...
2015-10-01 Victor StinnerMerge 3.4 (os.urandom)
2015-10-01 Victor StinnerIssue #25003: os.urandom() doesn't use getentropy(...
2015-10-01 Victor StinnerIssue #25003: On Solaris 11.3 or newer, os.urandom...
2015-10-01 Victor Stinner(Merge 3.4) Issue #25274: test_recursionlimit_recovery...
2015-10-01 Victor StinnerIssue #25274: test_recursionlimit_recovery() of test_sy...
2015-10-01 Andrew SvetlovMerge 3.4 -> 3.5
2015-10-01 Andrew SvetlovReflect parameter name change in the doc
2015-09-30 Victor Stinner(Merge 3.4) Issue #25182: Fix compilation on Windows
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-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 #22958: Constructor and update method of weakref...
2015-09-29 Serhiy StorchakaIssue #22609: Constructor of collections.UserDict now...
2015-09-29 Serhiy StorchakaIssue #22609: Constructor of collections.UserDict now...
2015-09-29 Serhiy StorchakaIssue #25111: Fixed comparison of traceback.FrameSummary.
2015-09-29 Serhiy StorchakaIssue #25262. Added support for BINBYTES8 opcode in...
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 Guido van RossumAlso rewrote the guts of asyncio.Semaphore (patch by...
2015-09-29 Andrew SvetlovMerge 3.4 -> 3.5
2015-09-29 Andrew SvetlovFix StreamReader.__repr__
2015-09-29 Eric V. SmithIssue #25034: Merge from 3.4.
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 StorchakaAdded additional unpickling tests.
2015-09-29 Serhiy StorchakaMoved unpickling tests with prepickled data to separate...
2015-09-29 Serhiy StorchakaMoved unpickling tests with prepickled data to separate...
2015-09-29 Terry Jan ReedyMerge with 3.4, Issue #24028: Add subsection about...
2015-09-29 Terry Jan ReedyIssue #24028: Add subsection about Idle calltips.
2015-09-29 Terry Jan ReedyMerge with 3.4
2015-09-29 Terry Jan ReedyRemove indent in news item. Error when building 3.x...
2015-09-29 Terry Jan ReedyIDLE NEWS items.
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 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 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 Berker PeksagIssue #25249: Remove unneeded mkstemp helper in test_su...
2015-09-28 Terry Jan ReedyMerge with 3.4
2015-09-28 Terry Jan ReedyIssue #24972: New option is only valid in tk 8.5+.
2015-09-28 Terry Jan ReedyMerge with 3.4
2015-09-28 Terry Jan ReedyIssue #24972: Inactive selection background now matches...
2015-09-28 Martin PanterMerge from 3.4 into 3.5; no file changes
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
2015-09-28 Alexander Belopolskymerge
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-27 Serhiy StorchakaIssue #25203: Failed readline.set_completer_delims...
2015-09-27 Serhiy StorchakaIssue #25203: Failed readline.set_completer_delims...
2015-09-27 R David MurrayMerge: Fix English phrasing.
2015-09-27 R David MurrayFix English phrasing.
2015-09-27 Benjamin Petersonmerge 3.4
2015-09-27 Benjamin Petersonfix spacing
2015-09-27 Benjamin Petersonmerge 3.4
2015-09-27 Benjamin Petersonmerge heads
2015-09-27 Benjamin Petersonmerge heads
2015-09-27 Benjamin Petersonmerge 3.4
next