]> granicus.if.org Git - python/shortlog
python
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
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 R David MurrayFix English phrasing.
2015-09-27 Benjamin Petersonfix spacing
2015-09-27 Benjamin Petersonmerge heads
2015-09-27 Benjamin Petersonmake wikipedia link https
2015-09-27 Terry Jan ReedyIssue #25198: When using the Idle dov TOC menu, put...
2015-09-27 Benjamin Petersonshorten and fix casing of title
2015-09-27 Benjamin Petersoninitialize return value to NULL to avoid compiler compl...
2015-09-27 Terry Jan ReedyIssue #24570: Idle: make calltip and completion boxes...
2015-09-26 Terry Jan ReedyIssue #24988: Idle ScrolledList context menus (used...
2015-09-26 Benjamin Petersonprevent overflow in _Unpickler_Read
2015-09-26 Terry Jan ReedyIssue #25173: Replace 'master' with 'parent' in tkinter...
2015-09-25 Martin PanterIssue #25211: Eliminate lazy error message class by...
2015-09-25 Terry Jan ReedyIssue #25198: Idle doc viewer now uses user width and...
2015-09-25 Terry Jan ReedyIssue #25225: add revised .html.
2015-09-25 Terry Jan ReedyIssue #25225: Condense and rewrite Idle doc section...
2015-09-24 Terry Jan ReedyIssue #25198: In Idle doc viewer, fix indent of fixed...
2015-09-24 Andrew SvetlovAdd Benjamin Hodgson to Misc/ACK
2015-09-24 Andrew SvetlovFix #25208: Improve "Develop with asyncio" doc page.
2015-09-24 Terry Jan ReedyIssue 21995: Explain some differences between IDLE...
2015-09-24 Victor StinnerIssue #24894: Document the codec iso8859_11
2015-09-24 Terry Jan ReedyIssue #22820: Explain need for *print* when running...
2015-09-24 Terry Jan ReedyIssue 25224: Augment Idle doc feature list and no-subpr...
2015-09-23 Terry Jan ReedyIssue #25219: Update doc for Idle command line options.
2015-09-23 Terry Jan ReedyIdlelib.help: add 'b' prefix needed for bytes + bytes.
2015-09-23 Martin PanterIssue #12067: Rewrite Comparisons section in the langua...
2015-09-23 Terry Jan ReedyIssue #16893: Move idlelib.EditorWindow.HelpDialog...
2015-09-23 Martin PanterIssue #25047: Respect case writing XML encoding declara...
2015-09-23 Terry Jan Reedywhitespace
2015-09-23 Terry Jan ReedyIssue #24570: Right-click for context menus now work...
2015-09-23 Steve DowerHandle calls to win32_ver from non-Windows platform
2015-09-23 Steve DowerIssue #19143: platform module now reads Windows version...
2015-09-22 Terry Jan Reedywhitespace
2015-09-22 Terry Jan ReedyIssue #16893: Add idlelib.help.copy_strip() to copy...
2015-09-21 Terry Jan ReedyIssue #24861: add Idle news item and correct previous...
2015-09-21 Victor StinnerIssue #23630: Fix test_asyncio on Windows
2015-09-21 Victor StinnerIssue #25114: Fix test_asyncio
2015-09-21 Victor StinnerIssue #23630, asyncio: host parameter of loop.create_se...
2015-09-21 Victor StinnerIssue #25114, asyncio: add ssl_object extra info to...
2015-09-21 Victor StinnerIssue #25138: test_socket.test_idna() uses support...
2015-09-21 Terry Jan ReedyIssue #24861: Add docstring to idlelib.__init__ with...
2015-09-21 Terry Jan ReedyMove items from NEWS to idlelib/NEWS.txt. Standardize...
2015-09-21 Berker PeksagIssue #23484: Document differences between synchronizat...
2015-09-21 Terry Jan ReedyAdd NEWS items for Idle.
2015-09-21 Berker PeksagIssue #25169: os.getppid() is available on Windows...
2015-09-21 Terry Jan ReedyIssue #16893: finish deprecation.
2015-09-21 Terry Jan ReedyIssue #25199: Idle: add synchronization comments for...
2015-09-21 Terry Jan ReedyIssue #16893: whitespace in idle.html.
2015-09-20 Terry Jan ReedyIssue #16893: Replace help.txt with idle.html for Idle...
next