]> granicus.if.org Git - python/shortlog
python
2016-01-01 Zachary WareFix grammar.
2016-01-01 Benjamin Petersonremove some copyright notices supserseded by the toplev...
2016-01-01 Benjamin Petersonreflow
2016-01-01 Benjamin Peterson2016 will be another year of writing copyrighted code
2015-12-31 Serhiy StorchakaIssue #25961: Fixed compilation error and a leak in...
2015-12-30 Serhiy StorchakaIssue #25961: Disallowed null characters in the type...
2015-12-30 Serhiy StorchakaMake catched exceptions more specific and correct a...
2015-12-30 Serhiy StorchakaIssue #22995: Instances of extension types with a state...
2015-12-27 Serhiy StorchakaIssue #20440: More use of Py_SETREF.
2015-12-27 Serhiy StorchakaIssue #20440: Applied yet one patch for using Py_SETREF.
2015-12-26 Vinay SajipCloses #25664: handled logger names in Unicode.
2015-12-24 Serhiy StorchakaIssue #24103: Fixed possible use after free in ElementT...
2015-12-24 Serhiy StorchakaIssue #20440: Massive replacing unsafe attribute settin...
2015-12-21 Zachary WareIssue #25827: Add support for ICC to configure
2015-12-20 Serhiy StorchakaFixed sizeof tests for dict and type (they were passed...
2015-12-20 Serhiy StorchakaCreate a file in SizeofTest only if needed.
2015-12-19 Serhiy StorchakaUse correct PyGC_Head size in tests for issue #25421.
2015-12-19 Serhiy StorchakaIssue #25421: __sizeof__ methods of builtin types now...
2015-12-18 Terry Jan ReedyIssue #25905: Revert unwanted conversion of ' to ’...
2015-12-18 Serhiy StorchakaIssue #25899: Fixed typo in .bzrignore.
2015-12-14 Martin PanterIssue #22088: Port base64 character ignoring doc and...
2015-12-14 Martin PanterIssue #20837: Base-64 alphabet clarification from revis...
2015-12-13 R David Murray#25495: Clarify b2a_base64 documentation vis 57 bytes.
2015-12-13 Gregory P.... Fixes issue #20954: _args_from_interpreter_flags used...
2015-12-13 Victor StinnerIssue #25696: Don't ignore errors in 'make bininstall...
2015-12-13 Victor StinnerIssue #25696: Fix installation of Python on UNIX with...
2015-12-12 Martin PanterIssue #25809: Skip testing platform-dependent French...
2015-12-09 Serhiy StorchakaFixed possible leaks in ElementTree parser.
2015-12-09 Zachary WareClarify that only *documentation* bugs should go to...
2015-12-06 Serhiy StorchakaIssue25814: Propagate all errors from custom XML parser...
2015-12-06 Ned Deilymerge heads
2015-12-06 Benjamin Petersonremove pointless keys() call
2015-12-06 Ned DeilyIssue #25798: Update OS X 10.5+ 32-bit-only installer...
2015-12-05 Benjamin Petersonoff to 2.7.12 we go
2015-12-05 Benjamin Petersonmerge 2.7.11 branch
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 Petersonmake consulting save_modules O(1) rather than O(n)
2015-12-05 Benjamin Petersonmerge 2.7.11 branch
2015-12-05 Benjamin Petersonadd CVE and issue number
2015-12-03 Martin PanterIssue #14285: Do not catch ImportError from __init__...
2015-12-03 Serhiy StorchakaIssue #6478: _strptime's regexp cache now is reset...
2015-12-03 Serhiy StorchakaIssue #19543: Added Py3k warning for decoding unicode.
2015-12-02 Victor StinnerFix test_doctest in verbose mode
2015-11-30 Serhiy StorchakaFixed reference leak when read truncated pickle.
2015-11-30 Serhiy StorchakaIssue #25718: Fixed copying object with state with...
2015-11-29 Serhiy StorchakaFixed yet one syntax error in test_xpickle in Python...
2015-11-29 Serhiy StorchakaFixed Py3k warnings in tests for issue #24731.
2015-11-29 Serhiy StorchakaTrying to fix test_xpickle with python 2.4 and 2.5.
2015-11-29 Victor StinnerIssue #25742: Try to fix test_locale on Windows
2015-11-29 Serhiy StorchakaGot rid of "with" for compatibility test_xpickle with...
2015-11-29 Serhiy StorchakaIssue #25761: Added more test cases for testing unpickl...
2015-11-27 Victor StinnerCloses #25742: locale.setlocale() now accepts a Unicode...
2015-11-27 Zachary WareIssue #23914: Fix test_xpickle with python 2.4 and 2.5
2015-11-26 Serhiy StorchakaIssue #10131: Fixed deep copying of minidom documents...
2015-11-26 Martin PanterIssue #25622: Rename to PythonValuesTestCase and enable...
2015-11-26 Serhiy StorchakaFixed compilation error introduced in 745fd5550bc0.
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()...
next