]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - config.sub
gh-118527: Intern code consts in free-threaded build (#118667)
[thirdparty/Python/cpython.git] / config.sub
2024-02-26  Russell Keith-Mageegh-114099: Add configure and Makefile targets to suppor...
2024-02-12  Russell Keith-Mageegh-114099: Refactor configure and Makefile to accomodat...
2021-11-25  Christian Heimesbpo-33393: Update config.guess and config.sub (GH-29781)
2021-05-03  Pablo GalindoUpdate CI files to account for the master -> main renam...
2018-04-30  Matthias Klosebpo-33393: Update config.guess and config.sub files...
2017-06-07  Matthias Klosetrivial: update config.{guess,sub} from gnu.org. (GH...
2017-02-10  Łukasz LangaMerge 3.5 (fix #29519)
2017-02-09  Nick CoghlanMerge issue #26355 fix from Python 3.5
2017-02-07  Berker PeksagIssue #29441: Merge from 3.5
2017-02-07  Mariatta WijayaIssue #29314: Merge with 3.5
2017-02-07  Mariatta WijayaIssue #29371: merge with 3.5
2017-02-06  Steve DowerIncludes ensurepip and venv packages in nuget package.
2017-02-04  Steve DowerIssue #29319: Prevent RunMainFromImporter overwriting...
2017-02-04  Steve DowerIssue #29392: Prevent crash when passing invalid argume...
2017-02-04  Steve DowerIssue #29416: Prevent infinite loop in pathlib.Path...
2017-02-04  Serhiy StorchakaIssue #29444: Fixed out-of-bounds buffer access in...
2017-02-04  Serhiy StorchakaIssue #27867: Silenced may-be-used-uninitialized warnin...
2017-02-04  Berker PeksagIssue #29198: Merge from 3.5
2017-02-04  Berker PeksagIssue #29198: Merge from 3.5
2017-02-02  Vinay SajipFixes #29213: merged fix from 3.5.
2017-02-02  Vinay SajipFixes #24875: Merged fix from 3.5.
2017-02-02  Victor StinnerMerge 3.5
2017-02-01  Berker PeksagIssue #29407: Merge from 3.5
2017-02-01  doko@ubuntu.comMerge 3.5
2017-02-01  Benjamin Petersonmerge 3.5 (#29398)
2017-01-31  doko@ubuntu.commerge 3.5
2017-01-31  doko@ubuntu.commerge 3.5
2017-01-29  Martin PanterIssues #11670: Merge configparser doc from 3.5
2017-01-29  Martin PanterIssues #29349: Merge Py 2.6+ compatibility from 3.5
2017-01-29  Martin PanterIssues #29349: Merge Py 2 fix 3.5
2017-01-29  Martin PanterIssues #12067: Merge hash recommendation from 3.5
2017-01-27  Vinay SajipFixes #29308: Merged fix from 3.5.
2017-01-25  Serhiy StorchakaIssue #27867: Function PySlice_GetIndicesEx() is replac...
2017-01-24  Serhiy StorchakaIssue #29083: Fixed the declaration of some public...
2017-01-24  Serhiy StorchakaIssue #29337: Fixed possible BytesWarning when compare...
2017-01-24  Martin PanterIssues #29189: Merge indentation fixes from 3.5
2017-01-23  Martin PanterIssues #29273: Merge test___all__ from 3.5
2017-01-23  Serhiy StorchakaIssue #26729: Fixed __text_signature__ for sorted().
2017-01-23  Gregory P. SmithSkip the test requiring ctypes if ctypes is unavailable.
2017-01-23  Gregory P. Smithtypo fix, extra '.' on MacOS :)
2017-01-23  Guido van RossumIssue #28556: Allow defining methods in NamedTuple...
2017-01-23  Guido van RossumIssue #28556: various style fixes for typing.py (3...
2017-01-23  Gregory P. SmithIssue #29335: Fix subprocess.Popen.wait() when the...
2017-01-22  Xiang ZhangIssue #29290: Merge 3.5.
2017-01-22  Xiang ZhangIssue #29092: Sync os.stat's doc and docstring on path...
2017-01-21  Serhiy StorchakaIssue #28735: Fixed the comparison of mock.MagickMock...
2017-01-20  Xiang ZhangIssue #29292: Merge 3.5.
2017-01-20  Larry HastingsNull merge from 3.5.
2017-01-18  Guido van RossumIssue #29198: add AsyncGenerator (Jelle Zijlstra) ...
2017-01-18  Guido van RossumIssue #28556: allow default values in class form of...
2017-01-18  Martin PanterIssue 29274: Merge doc fixes from 3.5
2017-01-18  Guido van RossumIssue #28556: merge 5 more typing changes from upstream...
2017-01-17  Larry HastingsMerge from 3.5.
2017-01-17  Larry HastingsMerge from 3.4.
2017-01-17  Raymond Hettingermerge
2017-01-16  Benjamin Petersonmerge 3.5
2017-01-14  Martin PanterMerge doc fixes from 3.5
2017-01-14  Martin PanterMerge tests from 3.5
2017-01-13  Vinay SajipFixes #29261: merged fix from 3.5.
2017-01-13  Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
2017-01-13  Serhiy StorchakaPy_SIZE() was misused for dict.
2017-01-12  Serhiy StorchakaNull merge
2017-01-12  Vinay SajipIssue #22343: Merged change from 3.5.
2017-01-12  Serhiy StorchakaIssue #28969: Fixed race condition in C implementation...
2017-01-12  Victor StinnerMerge 3.5
2017-01-11  Serhiy StorchakaMerge with 3.5.
2017-01-11  Vinay SajipIssue #292Merged fixes from 3.5.
2017-01-11  Martin PanterIssue #15657: Merge other doc fix from 3.5
2017-01-10  Xiang ZhangIssue #29217: Merge 3.5.
2017-01-10  Xiang ZhangIssue #29145: Merge 3.5.
2017-01-09  Stefan KrahMerge 3.5.
2017-01-09  Victor StinnerNull merge 3.5
2017-01-09  Serhiy StorchakaIssue #29190: Fixed possible errors in comparing string...
2017-01-09  Xiang ZhangIssue #29142: Merge 3.5.
2017-01-08  Martin PanterIssue #28815: Merge test tweak from 3.5
2017-01-06  Xavier de Gayetest_curses - substitute self.skip() with self.skipTest()
2017-01-04  Serhiy StorchakaIssue #29156: Remove superfluous pow test.
2017-01-03  Serhiy StorchakaFixed possible reference leaks in the _json module.
2017-01-03  Larry HastingsNull-merge from 3.5.
2017-01-03  Larry HastingsForward-merge from 3.4.
2017-01-03  Berker PeksagIssue #15812: Merge from 3.5
2017-01-03  Berker PeksagIssue #29012: Merge from 3.5
2017-01-02  Ned Deilymerge 3.5
2017-01-02  Ned Deilymerge 3.4
2017-01-02  Ned Deilymerge 3.3
2017-01-02  Larry HastingsNull merge from 3.5.
2017-01-02  Larry HastingsNull merge from 3.4.
2017-01-02  Benjamin Petersonmerge 3.5 (#29057)
2017-01-02  Benjamin Petersonmerge 3.5
2017-01-02  Benjamin Petersonmerge 3.5
2017-01-02  Benjamin Petersonmerge 3.4
2017-01-02  Benjamin Petersonmerge 3.3
2017-01-02  Berker PeksagIssue #15812: Merge from 3.5
2017-01-02  Berker PeksagIssue #29013: Merge from 3.5
2017-01-02  Berker PeksagIssue #29012: Merge from 3.5
2017-01-02  Berker PeksagIssue #29024: Merge from 3.5
2017-01-01  Serhiy StorchakaIssue #29094: Offsets in a ZIP file created with extern...
2016-12-31  Berker PeksagIssue #29123: Merge from 3.5
2016-12-31  Raymond Hettingermerge
2016-12-31  Berker PeksagIssue #26267: Merge from 3.5
next