]> granicus.if.org Git - python/shortlog
python
2016-01-28 Serhiy StorchakaIssue #26202: copy.deepcopy() now correctly copies...
2016-01-28 Serhiy StorchakaIssue #26202: copy.deepcopy() now correctly copies...
2016-01-28 Serhiy StorchakaIssue #19883: Fixed possible integer overflows in zipim...
2016-01-28 Serhiy StorchakaIssue #19883: Fixed possible integer overflows in zipim...
2016-01-28 Serhiy StorchakaNull merge
2016-01-28 Serhiy StorchakaMerge heads
2016-01-28 Serhiy StorchakaIssue #26198: Added tests for "es", "et", "es#", "et...
2016-01-28 Serhiy StorchakaIssue #26198: Added tests for "es", "et", "es#", "et...
2016-01-28 Victor StinnerNull merge 3.5
2016-01-28 Victor StinnerBackport fixes on test_eintr
2016-01-28 Berker PeksagIssue #24705: Add a test case for ef84d21f5292
2016-01-28 Berker PeksagIssue #24705: Add a test case for ef84d21f5292
2016-01-28 Victor StinnerMerge 3.5: Issue #26227
2016-01-28 Victor StinnerWindows: Decode hostname from ANSI code page
2016-01-28 Berker PeksagAdd a link to PEP 384 in stable.rst
2016-01-29 Martin PanterIssue #19023: Merge ctypes doc and tests from 3.5
2016-01-29 Martin PanterIssue #19023: Document ctypes array and pointer classes
2016-01-28 Berker PeksagAdd a link to PEP 384 in stable.rst
2016-01-28 Berker PeksagIssue #26034: Improve wording of clear parameter
2016-01-28 Berker PeksagIssue #26034: Improve wording of clear parameter
2016-01-28 Berker PeksagIssue #26034: Sync documentation of --clear with its...
2016-01-28 Berker PeksagIssue #26034: Sync documentation of --clear with its...
2016-01-28 Berker PeksagIssue #26199: Fix broken link in unittest.mock-examples.rst
2016-01-29 Martin PanterIssue #26220: Merge Unicode how-to from 3.5
2016-01-29 Martin PanterIssue #26220: Remove outdated comment about a question...
2016-01-28 Berker PeksagIssue #26199: Fix broken link in unittest.mock-examples.rst
2016-01-27 Terry Jan ReedyMerge with 3.5
2016-01-27 Terry Jan ReedyIssue #25507: revert incorrect movement of idleConf...
2016-01-27 Victor StinnerMerge 3.5
2016-01-27 Victor StinnerFix resize_compact()
2016-01-27 Raymond Hettingermerge
2016-01-27 Raymond HettingerIssue #26194: Fix undefined behavior for deque.insert...
2016-01-26 Victor StinnerIssue #26146: enhance ast.Constant error message
2016-01-26 Victor StinnerIssue #26146: remove useless code
2016-01-26 Victor StinnerFix a refleak in validate_constant()
2016-01-26 Raymond HettingerFix typo
2016-01-26 Senthil Kumaranmerge from 3.5
2016-01-26 Senthil KumaranRemove unnecessary test case comment in urllib.parse...
2016-01-25 Victor StinnerAdd ast.Constant
2016-01-25 Raymond HettingerTests versus zero are more compact than tests versus -1.
2016-01-25 Raymond HettingerFix compiler warning about obviously unreachable code.
2016-01-24 Raymond HettingerConvert another post-decrement while-loop to pre-decrem...
2016-01-24 Raymond HettingerConvert two other post-decrement while-loops to pre...
2016-01-24 Raymond HettingerMiscellaneous refactorings
2016-01-23 Victor StinnerIssue #26146: marshal.loads() now uses the empty frozen...
2016-01-23 Victor StinnerCleanup test_dict
2016-01-23 Victor Stinnertest_gc: remove unused imports
2016-01-23 Brett CannonIssue #18018: Raise an ImportError if a relative import...
2016-01-22 Brett CannonIssue #25234: Skip test_eintr.test_open() under OS...
2016-01-22 Brett Cannonwhitespace cleanup
2016-01-22 Brett CannonIssue #25791: Warn when __package__ != __spec__.parent.
2016-01-22 Brett CannonMerge from 3.5
2016-01-22 Brett CannonFix a typo in a code example
2016-01-22 Victor StinnerMerge 3.5 (i18n doc, issue #25907)
2016-01-22 Victor Stinnerdoc: i18n HTML templates
2016-01-22 Victor StinnerNull merge 3.5 (change already applied to default)
2016-01-22 Victor StinnerIssue #25876: Fix also test_set() of test_gdb when...
2016-01-22 Victor StinnerIssue #25876: test_gdb: use subprocess._args_from_inter...
2016-01-22 Victor StinnerUse Py_uintptr_t for atomic pointers
2016-01-22 Victor Stinnercode_richcompare() now uses the constants types
2016-01-22 Victor Stinnercode_richcompare() now uses the constants types
2016-01-22 Victor Stinnersite: error on sitecustomize import error
2016-01-22 Benjamin Petersonmerge 3.5
2016-01-22 Benjamin Petersonmerge 3.4
2016-01-22 Benjamin Petersonreject negative data_size
2016-01-22 Senthil Kumaranmerge from 3.5
2016-01-22 Senthil Kumaranminor clarification on Zipfile 'x' mode - exclusive...
2016-01-22 Donald StufftMerge update to pip
2016-01-22 Donald StufftMerge update to pip
2016-01-22 Donald StufftUpgrade pip to 8.0.2
2016-01-21 Berker PeksagIssue #18620: Improve Pool examples in multiprocessing...
2016-01-21 Berker PeksagIssue #18620: Improve Pool examples in multiprocessing...
2016-01-21 Senthil Kumaranmerge from 3.5
2016-01-21 Senthil Kumaranissue25909 - Correct the documentation of PyMapping_Ite...
2016-01-21 Victor StinnerIssue #26107: Fix typo in Objects/lnotab_notes.txt
2016-01-21 Victor StinnerMerge 3.5 (doc)
2016-01-21 Victor StinnerIssue #26106: doc: Move text of licenses to parsed...
2016-01-21 Benjamin Petersonmerge 3.5 (#26171)
2016-01-21 Benjamin Petersonmerge 3.4 (#26171)
2016-01-21 Benjamin Petersonprevent buffer overflow in get_data (closes #26171)
2016-01-21 Benjamin Petersonmerge 3.5
2016-01-21 Benjamin Petersonmerge 3.4
2016-01-21 Benjamin Petersonfix refleak in error condition
2016-01-21 Benjamin Petersonmerge 3.5 (#26172)
2016-01-21 Benjamin Petersonmerge 3.4 (#26172)
2016-01-21 Benjamin Petersonremove script from epub (closes #26172)
2016-01-20 Victor StinnerMerge 3.5 (issue #24520)
2016-01-20 Victor StinnerReplace fpgetmask() with fedisableexcept()
2016-01-20 Victor Stinnerco_lnotab supports negative line number delta
2016-01-20 Senthil Kumaranmerge from 3.5
2016-01-20 Senthil Kumaranissue25982 - Add a class definition for managers.Namesp...
2016-01-20 Victor StinnerMerge 3.5
2016-01-20 Victor StinnerAdd _PyThreadState_UncheckedGet()
2016-01-20 Serhiy StorchakaIssue #26147: xmlrpc now works with strings not encodab...
2016-01-20 Serhiy StorchakaIssue #26147: xmlrpc now works with strings not encodab...
2016-01-20 Berker PeksagIssue #5626: Remove misleading comment from socket...
2016-01-20 Berker PeksagIssue #5626: Remove misleading comment from socket...
2016-01-20 Berker PeksagIssue #26157: Fix typos in asyncio-eventloop.rst
2016-01-20 Berker PeksagIssue #26157: Fix typos in asyncio-eventloop.rst
2016-01-20 Donald StufftMerge update to pip/setuptools
next