]> granicus.if.org Git - python/shortlog
python
2015-11-25 Serhiy StorchakaIssue #19687: Fixed possible integer overflows in Eleme...
2015-11-25 Serhiy StorchakaIssue #24097: Fixed crash in object.__reduce__() if...
2015-11-25 Serhiy StorchakaIssue #25616: Tests for OrderedDict are extracted from...
2015-11-25 Serhiy StorchakaIssue #25703: Skip test_43581 if one of stdout or stder...
2015-11-25 Serhiy StorchakaIssue #25697: Fixed rough alphabetical order in Misc...
2015-11-25 Serhiy StorchakaIssue #24731: Fixed crash on converting objects with...
2015-11-25 Serhiy StorchakaIssue #25725: Fixed a reference leak in cPickle.loads...
2015-11-24 Vinay SajipIssue #25508: Clarify documentation on LogRecord args...
2015-11-24 Raymond HettingerFix non-ascii character
2015-11-24 Raymond HettingerAdd a missing docstring
2015-11-23 Martin PanterIssue #25663: Make rlcompleter avoid duplicate global...
2015-11-23 Serhiy StorchakaIssue #25688: Fixed file leak in ElementTree.iterparse...
2015-11-23 Serhiy StorchakaIssue #23914: Fixed SystemError raised by unpickler...
2015-11-23 Serhiy StorchakaIssue #25691: Added tests on deleting cElementTree...
2015-11-23 Benjamin Petersonrm duplicate entry
2015-11-23 Benjamin Petersonmerge 2.7.11 release branch
2015-11-23 Benjamin PetersonIssue #25624: ZipFile now always writes a ZIP_STORED...
2015-11-22 Serhiy StorchakaIssue #25624: ZipFile now always writes a ZIP_STORED...
2015-11-22 Serhiy StorchakaIssue #19687: Fixed memory leak on failed Element slice...
2015-11-22 Benjamin Petersonnews section for 2.7.12
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
next