]> granicus.if.org Git - python/shortlog
python
2015-11-09 Serhiy StorchakaIssue #25582: Fixed 100 MB memory leak in test_ctypes.
2015-11-09 Victor StinnerIssue #7267: format(int, 'c') now raises OverflowError...
2015-11-07 Serhiy StorchakaIssue #892902: Disable newly added tests in test_xpickle.
2015-11-07 Serhiy StorchakaIssue #892902: Fixed pickling recursive objects.
2015-11-07 Martin PanterIssue #18010: Fix pydoc GUI search to handle package...
2015-11-05 doko@ubuntu.comIssue #12612: Add some Valgrind suppressions for 64...
2015-11-05 Zachary WareFix use of default reST role
2015-11-04 Benjamin Petersonremove trailing ws
2015-11-04 Benjamin Petersonmerge heads
2015-11-04 Benjamin Petersonlink to modern PUG url
2015-11-02 Serhiy StorchakaIssue #25523: Backported a-to-an corrections.
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-30 Benjamin Petersonalways use os.urandom for the uuid4 algorithm (closes...
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-27 Terry Jan ReedyDisplay IDLE warning as a warning rather than as an...
2015-10-24 Serhiy StorchakaIssue21160: Correct comments in nturl2path. Patch...
2015-10-23 Victor StinnerIssue #25461: Rephrase os.walk() doc
2015-10-22 Gregory P.... Issue21709: Call os.path.normcase when setting _srcfile...
2015-10-22 Gregory P.... Issue #21709: Fix the logging module to not depend...
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-17 Vinay SajipAdded entry to logging cookbook.
2015-10-16 Brett CannonIssue #25188: Clean up code to pass the --pgo flag...
2015-10-14 Terry Jan ReedyIssue #24782: whitespace
2015-10-14 Terry Jan ReedyIssue #24782: Finish converting the Configure Extension...
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 Benjamin Petersondon't mention Python 2.2 (closes #25375)
2015-10-11 Benjamin Petersonuse the with statement for locking the internal conditi...
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 Serhiy StorchakaIssue #24848: Fixed yet one bug in UTF-7 decoder. ...
2015-10-09 Vinay SajipCloses #25344: Added cookbook recipe to show buffering...
2015-10-09 Raymond HettingerIssue #25326: Improve an obscure error message.
2015-10-07 Martin PanterIssue #25286: Accidentally dropped "the"
2015-10-07 Martin PanterIssue #25286: Dictionary views are not sequences
2015-10-07 Raymond HettingerBackport early-out 91259f061cfb to reduce the cost...
2015-10-07 Benjamin Petersonmerge heads
2015-10-07 Benjamin Petersonprevent unacceptable bases from becoming bases through...
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-04 Serhiy StorchakaMake error report in test_codecs more informative.
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 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 Brett CannonFix indentation
2015-10-02 Brett CannonIssue #25188: Add -P/--pgo to test.regrtest for PGO...
2015-10-02 Serhiy StorchakaRemoved the "b" string prefix to make test_xpickle...
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 Victor StinnerIssue #25003: os.urandom() doesn't use getentropy(...
2015-09-29 Serhiy StorchakaIssue #22958: Constructor and update method of weakref...
2015-09-29 Serhiy StorchakaIssue #22609: Constructor and the update method of...
2015-09-29 Serhiy StorchakaBackported additional unpickling tests from 3.x.
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. Move Build sectios down.
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-27 Serhiy StorchakaIssue #25203: Failed readline.set_completer_delims...
2015-09-27 Benjamin Petersonfix spacing
2015-09-27 Benjamin Petersonmerge heads
2015-09-27 Berker PeksagFix broken link in Doc/extending/index.rst
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 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 Raymond HettingerIssue #25135: Avoid possible reentrancy issues in deque...
2015-09-26 Terry Jan ReedyIssue #25173: Replace 'master' with 'parent' in tkinter...
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 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 Martin PanterIssue #25211: Fix error message code in test_long;...
2015-09-24 Terry Jan ReedyIssue 25224: Augment Idle doc feature list and no-subpr...
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 ReedyIssue #16893: Move idlelib.EditorWindow.HelpDialog...
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 items and correct previous...
2015-09-21 Terry Jan ReedyIssue #24861: Add docstring to idlelib.__init__ with...
next