]> granicus.if.org Git - python/shortlog
python
2015-12-05 Benjamin PetersonAdded tag v2.7.11 for changeset 6d1b6a68f775
2015-12-05 Benjamin Peterson2.7.11 final v2.7.11
2015-12-05 Benjamin Petersonadd CVE and issue number
2015-11-23 Benjamin PetersonIssue #25624: ZipFile now always writes a ZIP_STORED...
2015-11-22 Benjamin Petersonpost rc1 updates
2015-11-21 Benjamin PetersonAdded tag v2.7.11rc1 for changeset 82dd9545bd93
2015-11-21 Benjamin Petersonbump to 2.7.11rc1 v2.7.11rc1
2015-11-21 Benjamin Petersonupdate pydoc-topics
2015-11-21 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2015-11-21 Terry Jan ReedyMisc/NEWS entries for IDLE.
2015-11-21 Serhiy StorchakaIssue #25686: test_shutil no longer uses the distutils...
2015-11-21 Terry Jan ReedyIssue 15348: Stop debugger engine (normally in user...
2015-11-21 Terry Jan ReedyIssue #24455: Prevent IDLE from hanging when a) closing...
2015-11-20 Serhiy StorchakaIssue #25678: Copy buffer objects to null-terminated...
2015-11-20 Terry Jan ReedyMake it slightly clearer that IDLE close message is...
2015-11-19 Nick CoghlanClose #10128: don't rerun __main__.py in multiprocessing
2015-11-18 Martin PanterIssue #23200: Document that max_length=0 is not supported
2015-11-17 Martin PanterIssue #20468: Remove incorrect information about maxrss...
2015-11-16 Martin PanterIssue #25615: Document unsorted behaviour of glob;...
2015-11-16 Terry Jan ReedyIssue #24750: whitespace
2015-11-16 Terry Jan ReedyIssue #24750: Improve appearance of IDLE editor window...
2015-11-14 Benjamin Petersonrm trailing ws
2015-11-14 Benjamin Petersonfix possible memory lea k in _get_aia_uri (closes ...
2015-11-14 Serhiy StorchakaIssue #25388: Fixed tokenizer hang when processing...
2015-11-14 Benjamin Petersonfix build with older openssl (#25569)
2015-11-14 Martin PanterIssue #25017: Document that htmllib is superseded by...
2015-11-13 Martin PanterIssue #25590: Make rlcompleter only call getattr()...
2015-11-13 Victor StinnerIssue #25605: Document exceptions raised by fcntl.ioctl...
2015-11-13 Raymond HettingerSecond instance of deque needing "len" instead of ...
2015-11-12 Terry Jan ReedyIndent
2015-11-12 Terry Jan ReedyWhitespace
2015-11-12 Terry Jan ReedyIssue #25313: Change the handling of new built-in text...
2015-11-12 Serhiy StorchakaIssue #25607: Restore old distutils logging threshold...
2015-11-12 Zachary WareDocument the BUILD_SET opcode.
2015-11-12 Raymond HettingerDeque uses "len" instead of varhead in Py2.7
2015-11-12 Serhiy StorchakaIssue #22995: Default implementation of __reduce__...
2015-11-12 Serhiy StorchakaIssue #22995: Backported additional tests for non-pickl...
2015-11-12 Benjamin Petersonalways set OP_NO_SSLv3 by default (closes #25530)
2015-11-12 Benjamin Petersonfix memory leak in _get_crl_dp (closes #25569)
2015-11-12 Zachary WareRewrite re.VERBOSE section.
2015-11-11 Serhiy StorchakaIssue #7759: Fixed the mhlib module on filesystems...
2015-11-10 Serhiy StorchakaIssue #6598: Avoid clock wrapping around in test_make_m...
2015-11-10 Serhiy StorchakaIssue #25263: Fixed the tkinter.test.test_tkinter.test_...
2015-11-09 Serhiy StorchakaAdded missed periods at the ends of sentences in Misc...
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...
next