]> granicus.if.org Git - python/shortlog
python
2016-09-08 Davin PottsIssue #21201: Improves readability of multiprocessing...
2016-09-08 Davin PottsIssue #21201: Improves readability of multiprocessing...
2016-09-08 R David Murray#27364: Deprecate invalid escape strings in str/byutes.
2016-09-08 Benjamin Petersonaccess dk_indices through a union
2016-09-08 Victor StinnerAdd documentation to the dict implementation
2016-09-08 Victor StinnerReindeint DK_xxx macros
2016-09-08 Victor Stinnerdk_get_index/dk_set_index uses a type indices variable
2016-09-08 Benjamin Petersonmake some peps high level sections
2016-09-08 Benjamin Petersonuse static inline instead of Py_LOCAL_INLINE
2016-09-08 Raymond HettingerIssue #27350: Add credits
2016-09-08 Benjamin Petersonmerge heads
2016-09-08 Zachary WareIssue #28027: Mention the names of the removed modules...
2016-09-08 Zachary WareIssue #28027: Remove Lib/plat-* files
2016-09-08 Benjamin Petersonsimplify Py_UCSN definitions with stdint types
2016-09-08 Gregory P.... document --with-optimizations in the README for issue26359.
2016-09-08 Gregory P.... document --with-optimizations in the README for issue26359.
2016-09-08 Benjamin Petersonuse Py_MAX
2016-09-08 Steve DowerIssue #23524: Finish removing _PyVerify_fd from sources
2016-09-08 Victor StinnerSplit lookdict_unicode_nodummy() assertion to debug
2016-09-08 Eric SnowIssue #28026: Raise ImportError when exec_module()...
2016-09-08 Steve DowerFixes tests broken by issue #27781.
2016-09-08 Benjamin Petersonfix spelling
2016-09-08 Benjamin Petersonfix pep role
2016-09-08 Victor StinnerAdd assertions to dk_set_index()
2016-09-08 R David Murray#27364: fix "incorrect" uses of escape character in...
2016-09-08 Steve DowerFix mismatched if blocks in posixmodule.c.
2016-09-08 Steve DowerIssue #27781: Change file system encoding on Windows...
2016-09-08 Benjamin Petersonadd a note about c99
2016-09-08 Benjamin Petersonlink to canonical blogspot
2016-09-08 Benjamin Petersonimprove compact dict changelog
2016-09-08 Brett CannonIssue #27853: Add section headers to the importlib...
2016-09-08 Benjamin Petersonuse native inline instead of Py_LOCAL_INLINE
2016-09-08 Benjamin Petersonrearrange to make gcc happy
2016-09-08 Berker PeksagIssue #27445: Don't pass str(_charset) to MIMEText...
2016-09-08 Victor StinnerAdd Py_MEMBER_SIZE macro
2016-09-08 Senthil KumaranIssue11551 - Increase the test coverage of _dummy_threa...
2016-09-08 Gregory P.... Move my news entries to the build section.
2016-09-08 Gregory P.... Fix indentation (reindent.py).
2016-09-08 Victor StinnerImplement compact dict
2016-09-08 Berker PeksagIssue #27445: Merge from 3.5
2016-09-08 Benjamin Petersonclinic: PY_LONG_LONG -> long long
2016-09-08 Benjamin Petersonfix a PY_LONG_LONG straggler
2016-09-08 Steve DowerAdds MAX_PATH button to the installer.
2016-09-08 Benjamin Petersonmore PY_LONG_LONG to long long
2016-09-08 Christian Heimessha3: let's keep it simple and always allocate enough...
2016-09-08 Serhiy StorchakaRemove old typo.
2016-09-08 Christian HeimesIssue #26798: Coverity complains about potential memcpy...
2016-09-08 Christian HeimesIssue #16113: SHA3: allocate extra memory for lane...
2016-09-08 Senthil Kumaran[merge from 3.5] Issue11551 - Increase the test coverag...
2016-09-08 Christian HeimesIssue 28017: Use -std=gnu99 to get C99 with GNU extensi...
2016-09-08 Christian HeimesIssue 26798: fetch OSError and HTTPException like other...
2016-09-08 Gregory P.... Remove the subjective security and performance claims...
2016-09-08 Gregory P.... move my news entries to the build section as appropriate.
2016-09-08 Ethan Furmanimprove Enum docs
2016-09-08 Eric SnowIssue #15352: Rebuild frozen modules when marshal.c...
2016-09-08 R David Murray#24277: Fix some incorrect backslashes in email example.
2016-09-08 R David Murray#24277: Fix 3.4 whats new link broken by email doc...
2016-09-08 Brett CannonIssue #26667: Add path-like object support to importlib...
2016-09-08 Eric SnowIssue #17211: Yield a namedtuple in pkgutil.
2016-09-08 R David Murray#24277: What's New and news entries for previous commit.
2016-09-08 R David Murray#24277: The new email API is no longer provisional.
2016-09-08 Benjamin Petersonfix reST
2016-09-08 Benjamin Petersonmake sure expected values are interpreted as doubles
2016-09-08 Davin PottsUpdated Misc/NEWS
2016-09-08 Steve DowerFix expected error message in PyTextIOWrapperTest
2016-09-08 Gregory P.... Fix indentation (reindent.py).
2016-09-08 Gregory P.... merge heads
2016-09-08 Gregory P.... lib2to3.pgen3.driver.load_grammar() now creates a stabl...
2016-09-08 Gregory P.... lib2to3.pgen3.driver.load_grammar() now creates a stabl...
2016-09-08 Vinay SajipAdded back test code lost during merge.
2016-09-08 Steve DowerIssue #28005: Allow ImportErrors in encoding implementa...
2016-09-08 Vinay SajipNull merge.
2016-09-08 Vinay SajipCloses #27930: Merged fix from 3.5.
2016-09-08 Vinay SajipFixes #27930: improved QueueListener behaviour.
2016-09-08 Vinay SajipFixes #27930: improved QueueListener behaviour.
2016-09-08 Brett CannonIssue #27911: Remove some unnecessary error checks...
2016-09-07 Eric SnowIssue #15767: Use ModuleNotFoundError.
2016-09-07 Eric SnowIssue #15767: Add ModuleNotFoundError.
2016-09-07 Davin PottsFixes issue #6766: Updated multiprocessing Proxy Object...
2016-09-07 Martin PanterIssue #27993: Merge plural fixes from 3.5
2016-09-07 Martin PanterIssue #27570: Merge null pointer fixes from 3.5
2016-09-07 Gregory P.... Fixes Issue #27983: Cause lack of llvm-profdata tool...
2016-09-07 Gregory P.... Fixes issue# 27983: Cause lack of llvm-profdata tool...
2016-09-07 Benjamin Petersonreplace some Py_LOCAL_INLINE with the inline keyword
2016-09-07 Benjamin Petersonfix expected layout of code objects
2016-09-07 Benjamin Petersonmore linux -> __linux__
2016-09-07 R David MurrayMerge: #22233: Only split headers on \r and/or \n,...
2016-09-07 R David Murray#22233: Only split headers on \r and/or \n, per email...
2016-09-07 Brett CannonMake PyCodeObject.co_extra even more private to force...
2016-09-07 Benjamin Petersonuse c++ style comments
2016-09-07 Benjamin Petersonuse the '__linux__' instead 'linux' preprocessor define
2016-09-07 Brett CannonEliminate a tautological-pointer-compare warning found...
2016-09-07 R David Murray#27331: add policy keyword argument to all MIME subclasses.
2016-09-07 Brett CannonChange error return value to be more consistent with...
2016-09-07 Benjamin Petersonput -std=c99 in CFLAGS_NODIST
2016-09-07 Benjamin Petersoncompile with -std=c99
2016-09-07 Benjamin Petersonpermit intermingled declarations
2016-09-07 Benjamin Petersonhardcode sizeof(_Bool) on windows
2016-09-07 Benjamin Petersonuse a the bool type for a boolean variable
2016-09-07 Brett CannonAdd the co_extra field and accompanying APIs to code...
next