]> granicus.if.org Git - python/shortlog
python
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
2015-09-27 Benjamin Petersonmake wikipedia link https
2015-09-27 Terry Jan ReedyMerge with 3.4
2015-09-27 Terry Jan ReedyIssue #25198: When using the Idle dov TOC menu, put...
2015-09-27 Benjamin Petersonmerge 3.4
2015-09-27 Benjamin Petersonshorten and fix casing of title
2015-09-27 Benjamin Petersonmerge 3.4 (#25245)
2015-09-27 Benjamin Petersoninitialize return value to NULL to avoid compiler compl...
2015-09-27 Benjamin Petersondetect alpn by feature flag not openssl version (closes...
2015-09-27 Terry Jan ReedyMerge with 3.4
2015-09-27 Terry Jan ReedyIssue #24570: Idle: make calltip and completion boxes...
2015-09-26 Terry Jan ReedyMerge with 3.4
2015-09-26 Terry Jan ReedyIssue #24988: Idle ScrolledList context menus (used...
2015-09-26 Raymond HettingerIssue #25135: Avoid possible reentrancy issues in deque...
2015-09-26 Benjamin Petersonmerge 3.4
2015-09-26 Benjamin Petersonprevent overflow in _Unpickler_Read
2015-09-26 Benjamin Petersonmake opening brace of container literals and comprehens...
2015-09-26 Terry Jan ReedyMerge with 3.4
2015-09-26 Terry Jan ReedyIssue #25173: Replace 'master' with 'parent' in tkinter...
2015-09-26 Martin PanterIssue #25211: Merge test_long from 3.4 into 3.5
2015-09-25 Martin PanterIssue #25211: Eliminate lazy error message class by...
2015-09-25 Terry Jan ReedyMerge with 3.4
2015-09-25 Terry Jan ReedyIssue #25198: Idle doc viewer now uses user width and...
2015-09-25 Terry Jan ReedyMerge with 3.4
2015-09-25 Terry Jan ReedyIssue #25225: add revised .html.
2015-09-25 Terry Jan ReedyMerge with 3.4
2015-09-25 Terry Jan ReedyIssue #25225: Condense and rewrite Idle doc section...
2015-09-24 Terry Jan ReedyMerge with 3.4
2015-09-24 Terry Jan ReedyIssue #25198: In Idle doc viewer, fix indent of fixed...
2015-09-24 Andrew SvetlovMerge 3.4 -> 3.5
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 ReedyMerge with 3.4
2015-09-24 Terry Jan ReedyIssue 21995: Explain some differences between IDLE...
2015-09-24 Victor StinnerMerge 3.4 (codecs, issue #24894)
2015-09-24 Victor StinnerIssue #24894: Document the codec iso8859_11
2015-09-24 Terry Jan ReedyMerge with 3.4
2015-09-24 Terry Jan ReedyIssue #22820: Explain need for *print* when running...
2015-09-24 Terry Jan ReedyMerge with 3.4
2015-09-24 Terry Jan ReedyIssue 25224: Augment Idle doc feature list and no-subpr...
2015-09-23 Terry Jan ReedyMerge with 3.4
2015-09-23 Terry Jan ReedyIssue #25219: Update doc for Idle command line options.
2015-09-23 Terry Jan ReedyMerge with 3.4
2015-09-23 Terry Jan ReedyIdlelib.help: add 'b' prefix needed for bytes + bytes.
2015-09-23 Martin PanterIssue #12067: Merge comparisons doc from 3.4 into 3.5
2015-09-23 Martin PanterIssue #12067: Rewrite Comparisons section in the langua...
2015-09-23 Terry Jan ReedyMerge with 3.4
2015-09-23 Terry Jan ReedyIssue #16893: Move idlelib.EditorWindow.HelpDialog...
2015-09-23 Martin PanterIssue #25047: Merge Element Tree encoding from 3.4...
2015-09-23 Steve DowerIssues #25112: py.exe launcher is missing icons
2015-09-23 Martin PanterIssue #25047: Respect case writing XML encoding declara...
2015-09-23 Terry Jan ReedyMerge with 3.4
2015-09-23 Terry Jan Reedywhitespace
2015-09-23 Terry Jan ReedyMerge with 3.4
2015-09-23 Terry Jan ReedyIssue #24570: Right-click for context menus now work...
2015-09-23 Steve DowerMerge from 3.4
2015-09-23 Steve DowerHandle calls to win32_ver from non-Windows platform
2015-09-23 Steve DowerMerge from 3.4
2015-09-23 Steve DowerIssue #19143: platform module now reads Windows version...
2015-09-23 Steve DowerIssue #19143: platform module now reads Windows version...
2015-09-22 Steve DowerIssue #25102: Windows installer does not precompile...
2015-09-22 Steve DowerIssue #25081: Makes Back button in installer go back...
2015-09-22 Steve DowerIssue #25126: Clarifies that the non-web installer...
2015-09-22 Steve DowerIssue #25091: Increases font size of the installer.
2015-09-22 Steve DowerCloses #25085 and #25086: Exclude distutils and test...
2015-09-22 Steve DowerIssue #25092: Fix datetime.strftime() failure when...
2015-09-22 Steve DowerIssue #25213: Restores requestedExecutionLevel to manif...
2015-09-22 Berker PeksagIssue #25137: Add a note to whatsnew/3.5.rst for nested...
2015-09-22 Terry Jan ReedyMerge with 3.4
2015-09-22 Terry Jan Reedywhitespace
next