]> granicus.if.org Git - python/shortlog
python
2014-05-31 Ned DeilyIssue #21572: Change license command to fallback to...
2014-05-31 Ned DeilyIssue #21572: Change license command to fallback to...
2014-05-30 Brett CannonFix a parameter name to make sense again
2014-05-30 Terry Jan ReedyMerge with 3.4
2014-05-30 Terry Jan ReedyIssue #21593: (from StackOverflow) minor doc clarificat...
2014-05-30 Brett CannonIssue #20383: Introduce importlib.util.module_from_spec().
2014-05-30 Vinay SajipCloses #21608: Merged documentation update from 3.4.
2014-05-30 Vinay SajipIssue #21608: Updated HTTPHandler documentation.
2014-05-30 Brett CannonMove import.c to use Clinic file output.
2014-05-30 Serhiy StorchakaTest correct getXXX methods in Tkinter bigmem tests.
2014-05-30 Serhiy StorchakaTest correct getXXX methods in Tkinter bigmem tests.
2014-05-30 Serhiy StorchakaIssue #21552: Fixed possible integer overflow of too...
2014-05-30 Serhiy StorchakaIssue #21552: Fixed possible integer overflow of too...
2014-05-30 Serhiy StorchakaAdd tests for getint, getdouble and getboolean methods...
2014-05-30 Serhiy StorchakaAdd tests for getint, getdouble and getboolean methods...
2014-05-30 Raymond HettingerIssue #13742: Add key and reverse parameters to heapq...
2014-05-30 Gregory P.... Fix issue #14315: The zipfile module now ignores extra...
2014-05-30 Gregory P.... Fix issue #14315: The zipfile module now ignores extra...
2014-05-29 Eric SnowIssue #21226: Merge from 3.4.
2014-05-29 Eric SnowIssue #21226: fix a ref leak.
2014-05-29 Terry Jan ReedyMerge with 3.4
2014-05-29 Terry Jan ReedyIssue #21477: Add htests for GrepDialog, UndoDelegator...
2014-05-28 Victor Stinner(Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop...
2014-05-28 Victor StinnerIssue #21454: Fix asyncio.BaseEventLoop.connect_read_pi...
2014-05-28 Victor Stinner(Merge 3.4) Issue #21376: document asyncio.TimeoutError
2014-05-28 Victor StinnerIssue #21376: document asyncio.TimeoutError
2014-05-28 Serhiy StorchakaRestore performance of some dumb database methods ...
2014-05-28 Serhiy StorchakaRestore performance of some dumb database methods ...
2014-05-28 Serhiy StorchakaIssue #21402: tkinter.ttk now works when default root...
2014-05-28 Serhiy StorchakaIssue #21402: tkinter.ttk now works when default root...
2014-05-28 Serhiy StorchakaIssue #21493: Added test for ntpath.expanduser(). ...
2014-05-28 Serhiy StorchakaIssue #21493: Added test for ntpath.expanduser(). ...
2014-05-28 Serhiy StorchakaIssue #3015: _tkinter.create() now creates tkapp object...
2014-05-28 Serhiy StorchakaIssue #10203: sqlite3.Row now truly supports sequence...
2014-05-28 Serhiy StorchakaIssue #10203: sqlite3.Row now truly supports sequence...
2014-05-28 Vinay SajipIssue #18807: Merged fix from 3.4.
2014-05-28 Vinay SajipIssue #18807: If copying (no symlinks) specified for...
2014-05-27 Andrew SvetlovFix for raising exception not derived from BaseExceptio...
2014-05-27 Andrew SvetlovFix for raising exception not derived from BaseExceptio...
2014-05-27 Terry Jan ReedyMerge with 3.4
2014-05-27 Terry Jan ReedyIssue #21477: Add htests for Search and Replace dialogs.
2014-05-27 Raymond Hettingermerge
2014-05-27 Raymond HettingerIssue 21439: Minor issues in the reference manual.
2014-05-27 Raymond HettingerIssue 21575: Show list.sort() arguments in the tutorial.
2014-05-27 Raymond HettingerMinor clean-ups for heapq.merge().
2014-05-26 Benjamin Petersonnull merge 3.4
2014-05-26 Benjamin Petersona post 3.4.1 world
2014-05-26 Benjamin Petersonmerge 3.4
2014-05-26 Benjamin Petersongrammar and sentence flow fix
2014-05-26 Benjamin Petersonmerge 3.4
2014-05-26 Benjamin Petersonformat reST directive in the usual way
2014-05-26 Benjamin Petersonmerge 3.4
2014-05-26 Benjamin Petersonlink to wikipedia description of cryptographic salt
2014-05-26 Benjamin Petersonoxford comma
2014-05-26 Benjamin Petersonmerge 3.4 (#21587)
2014-05-26 Benjamin Petersonremove tab (closes #21587)
2014-05-26 Benjamin Petersonmerge 3.4 (#21586)
2014-05-26 Benjamin Petersonfix typo in variable name (closes #21586)
2014-05-26 Raymond HettingerMinor clean-ups for heapq.
2014-05-26 Raymond Hettingermerge
2014-05-26 Raymond HettingerIssue #21481: Teach argparse equality tests to return...
2014-05-26 Raymond Hettingermerge
2014-05-26 Raymond HettingerIssue 8743: Improve interoperability between sets and...
2014-05-26 Raymond HettingerIssue 16774: Add a new itertools recipe (suggested...
2014-05-26 Raymond HettingerIssue 15246: Improve test coverage for collections...
2014-05-26 Raymond HettingerIssue 21137: Better repr for threading.Lock()
2014-05-26 Raymond Hettingermerge
2014-05-26 Raymond HettingerIssue 21558: Fix a typo in the contextlib docs
2014-05-26 Raymond Hettingermerge
2014-05-26 Raymond HettingerIssue 13355: Make random.triangular degrade gracefully...
2014-05-25 Terry Jan ReedyMerge with 3.4
2014-05-25 Terry Jan ReedyIssue #21477: Idle htest: modify run; add more tests.
2014-05-25 Nick CoghlanMerge from 3.4
2014-05-25 Nick CoghlanMention setuptools & wheel as key terms for distribution
2014-05-25 Serhiy StorchakaIssue #19925: Added tests for the spwd module. Original...
2014-05-25 Serhiy StorchakaIssue #19925: Added tests for the spwd module. Original...
2014-05-25 Charles-François... Issue #21565: multiprocessing: use contex-manager proto...
2014-05-25 Serhiy StorchakaIssue #18918: Removed non-existing topic from a list...
2014-05-25 Serhiy StorchakaIssue #18918: Removed non-existing topic from a list...
2014-05-25 Serhiy StorchakaIssue #20197: Added support for the WebP image type...
2014-05-24 Terry Jan ReedyMerge with 3.4
2014-05-24 Terry Jan ReedyIssue #21477: Idle htest: merge and modify run and...
2014-05-24 Antoine PitrouCleanup other stats formatting code in gcmodule.c
2014-05-24 Antoine PitrouIssue #21555: simplify code in gcmodule.c by using...
2014-05-23 Antoine PitrouRefactor precomputed constants in the ipaddress module...
2014-05-23 Antoine PitrouIssue #21513: Speedup some properties of IP addresses...
2014-05-23 Serhiy StorchakaFixed new Tkinter tests added in issue #21522 with...
2014-05-23 Serhiy StorchakaFixed new Tkinter tests added in issue #21522 with...
2014-05-23 Brett CannonMerge for issue #14710
2014-05-23 Brett CannonIssue #14710: Fix both pkgutil.find_loader() and get_lo...
2014-05-23 Serhiy StorchakaIssue #21538: The plistlib module now supports loading...
2014-05-23 Serhiy StorchakaIssue #21538: The plistlib module now supports loading...
2014-05-23 Serhiy StorchakaMove NEWS entry to correct place.
2014-05-23 Serhiy StorchakaIssue #21522: Added Tkinter tests for Listbox.itemconfi...
2014-05-23 Serhiy StorchakaIssue #21522: Added Tkinter tests for Listbox.itemconfi...
2014-05-23 Antoine PitrouIssue #21523: Fix over-pessimistic computation of the...
2014-05-23 Antoine PitrouIssue #21523: Fix over-pessimistic computation of the...
2014-05-23 Terry Jan ReedyMerge with 3.4
2014-05-23 Terry Jan ReedyIssue #21545: Add .pop example and tweak comment about...
2014-05-23 Raymond Hettingermerge
next