]> granicus.if.org Git - python/shortlog
python
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 Victor StinnerAdd Py_MEMBER_SIZE macro
2016-09-08 Victor StinnerImplement compact dict
2016-09-08 Berker PeksagIssue #27445: Merge from 3.5
2016-09-08 Berker PeksagIssue #27445: Don't pass str(_charset) to MIMEText...
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 Senthil KumaranIssue11551 - Increase the test coverage of _dummy_threa...
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 Gregory P.... Move my news entries to the build section.
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.... 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...
2016-09-07 Benjamin Petersonrequire C99 bool
2016-09-07 R David MurrayMerge: #26209: Clarify type of *localaddr*/*remoteadr...
2016-09-07 R David Murray#26209: Clarify type of *localaddr*/*remoteadr* in...
2016-09-07 R David MurrayMerge: 27988: Make sure iter_attachments does not mutat...
2016-09-07 R David Murray27988: Make sure iter_attachments does not mutate the...
2016-09-07 Benjamin Petersonmake _Py_static_string_init use a designated initializer
2016-09-07 Steve DowerIssue #27959: Prevent ImportError from escaping codec...
2016-09-07 Benjamin Petersonreplace PY_SIZE_MAX with SIZE_MAX
2016-09-07 Benjamin Petersonmerge 3.5 (closes #27968)
2016-09-07 Benjamin Petersoncapture stderr to silence output during test_coroutines...
2016-09-07 Benjamin Petersonnew and exciting shutdown error on windows
2016-09-07 Benjamin Petersonmerge 3.5 (#27968)
2016-09-07 Benjamin Petersonsupress coroutine warning when an exception is pending...
2016-09-07 Ethan Furmanadd recipes for pseudo-valueless enums
2016-09-07 Christian HeimesIssue #16113: one more C90 violation in big endian...
2016-09-07 Martin PanterIssue #27993: Fix problems with plural objects in docs...
2016-09-07 Martin PanterIssue #27895: Spelling fixes (Contributed by Ville...
2016-09-07 Martin PanterIssue #27570: Avoid zero-length memcpy() calls with...
2016-09-07 Christian HeimesIssue #16113: take 2 on big endian machines.
2016-09-07 Christian HeimesIssue #16113: compile the module on Windows, too.
next