]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2016-09-09  Benjamin Petersonremove more READ_TIMESTAMP
2016-09-09  Benjamin Petersonremove READ_TIMESTAMP macro
2016-09-09  Benjamin Petersonremove ceval timestamp support
2016-09-09  Steve DowerIssue #24186: Reenable optimised OpenSSL function
2016-09-09  Brett CannonIssue #26331: Implement the parsing part of PEP 515.
2016-09-09  Serhiy StorchakaMerge heads
2016-09-09  Serhiy StorchakaIssue #25856: The __module__ attribute of extension...
2016-09-09  Gregory P.... issue27985 - fix the incorrect duplicate class name...
2016-09-09  Victor StinnerIssue #27810: Add _PyCFunction_FastCallKeywords()
2016-09-09  Steve DowerIssue #27874: Allows use of pythonXX.zip file as landma...
2016-09-09  Steve DowerPrevent PGO build for x86 releases.
2016-09-09  Benjamin Petersonremove all usage of Py_LOCAL
2016-09-09  Eric SnowIssue #24320: Drop an old setuptools-induced hack.
2016-09-09  Zachary WareRemove unused suspicious rules
2016-09-09  Zachary WareAdd tix deprecation to whatsnew
2016-09-09  Steve DowerCloses #27314: Fixes launcher installer upgrade table.
2016-09-09  Zachary WareIssue #19489: Merge with 3.5
2016-09-09  Zachary WareIssue #19489: Add NEWS and ACKS
2016-09-09  Zachary WareCloses #19489: Merge with 3.5
2016-09-09  Zachary WareIssue #19489: Move the search box from sidebar to heade...
2016-09-09  Guido van RossumRename Future._blocking to _asyncio_future_blocking.
2016-09-09  Zachary WareRename test_pep####.py files
2016-09-09  Zachary WareFix running test_tokenize directly
2016-09-09  Guido van RossumRename Future._blocking to _asyncio_future_blocking.
2016-09-09  Benjamin Petersonrepair errors in (set|get)_task_factory note (#28051)
2016-09-09  Victor StinnerIssue #27213: document changes in Misc/NEWS
2016-09-09  Victor StinnerAdd _PyObject_FastCallKeywords()
2016-09-09  Benjamin Petersonmerge 3.5 (#28051)
2016-09-09  Benjamin Petersonremove unconvincing use of Py_LOCAL
2016-09-09  Gregory P.... Add a note about queue not being safe for use from...
2016-09-09  Gregory P.... Add a note about queue not being safe for use from...
2016-09-09  Gregory P.... Fix make buildbottest to not re-trigger a profile-opt...
2016-09-09  Steve DowerIssue #24594: Validates persist parameter when opening...
2016-09-09  R David Murray#28047: Fix calculation of base64 line length.
2016-09-09  Steve DowerCloses #22731: Documents change of console mode.
2016-09-09  Steve DowerIssue #26619: Improves error message when installing...
2016-09-09  Victor StinnerRework CALL_FUNCTION* opcodes
2016-09-09  Gregory P.... Fix make buildbottest to not re-trigger a profile-opt...
2016-09-09  Steve DowerMerge with 3.5
2016-09-09  Eric SnowIssue #27576: Fix call order in OrderedDict.__init__().
2016-09-09  Benjamin Petersonremove --with(out)-signal-module, since the signal...
2016-09-09  Guido van RossumIssue #28049: Add documentation for typing.Awaitable...
2016-09-09  Yury SelivanovIssue #28008: Fix test_unparse
2016-09-09  Steve DowerCloses #22731: Documents change of console mode.
2016-09-09  Steve DowerIssue #26619: Improves error message when installing...
2016-09-09  Benjamin Petersonremove unused osx10.5 sdk check
2016-09-09  Zachary WareRemove Lib/test/test_pep247.py
2016-09-09  Eric SnowDoc updates for PEPs 520 and 468.
2016-09-09  Brett CannonMerge
2016-09-09  Brett CannonMention how requiring ordered dicts breaks backwards...
2016-09-09  Yury Selivanovtests: use subTest in test_unparse.test_files
2016-09-09  Brett CannonMention that the order-preserving aspect of the new...
2016-09-09  Zachary WareRemove Lib/_sysconfigdata.py from .gitignore
2016-09-09  Yury SelivanovIssue #28008: Implement PEP 530 -- asynchronous compreh...
2016-09-09  Benjamin Petersoncompile with -std=c99 instead of -std=gnu99; use kiddie...
2016-09-09  Guido van RossumAdd a few big-ticket items to What's new in 3.6.
2016-09-09  Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-09-09  Guido van RossumIssue #27999: Make "global after use" a SyntaxError...
2016-09-09  Guido van RossumMove news items for PEP 526 and 525 to the top of their...
2016-09-09  Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-09-09  Steve DowerSwitch to using |version| substitition in Windows docs.
2016-09-09  Benjamin Petersoncredit Raymond
2016-09-09  Steve DowerFixes expected error when getting encoding while shutti...
2016-09-09  Steve DowerChanges pyvenv.cfg trick into an actual sys.path file.
2016-09-09  Donald StufftMerge 3.5
2016-09-09  Donald StufftMerge 3.4
2016-09-09  Guido van RossumRemove duplicate entry for Ivan L.
2016-09-09  Donald StufftUpgrade setuptools to 27.1.2
2016-09-09  Guido van RossumIssue #28038: Remove Tools/parser/com2ann.py and its...
2016-09-09  Steve DowerIssue #27781: Fixes uninitialized fd when !MS_WINDOWS...
2016-09-09  Steve DowerRevert #27959: ImportError within an encoding module...
2016-09-09  Donald StufftMerge 3.5
2016-09-09  Donald StufftMerge 3.4
2016-09-09  Donald StufftUpgrade setuptools to 27.1.1
2016-09-09  Martin PanterIssue #27364: Raw strings to avoid deprecated escaping...
2016-09-09  Yury SelivanovIssue #28003: Fix a compiler warning
2016-09-09  Martin PanterIssue #27106: Add test for configparser.__all__
2016-09-09  Yury Selivanovceval: tighten the code of STORE_ANNOTATION
2016-09-09  Yury SelivanovIssue #28003: Implement PEP 525 -- Asynchronous Generators.
2016-09-09  Victor Stinnerregrtest: log FS and locale encodings
2016-09-09  Yury SelivanovIssue #27985: Implement PEP 526 -- Syntax for Variable...
2016-09-09  R David Murray#27364: Credit Emanuel Barry in NEWS item.
2016-09-09  R David MurrayMerge: #27630: Be consistent in how _XXX/_encoded_XXX...
2016-09-09  R David Murray#27630: Be consistent in how _XXX/_encoded_XXX vars...
2016-09-09  Berker PeksagIssue #28033: Fix typo in dictobject.c
2016-09-08  Gregory P.... issue28032: never imply --with-lto as part of --with...
2016-09-08  Benjamin Petersonmerge 3.5
2016-09-08  Gregory P.... issue28032: never imply --with-lto as part of --with...
2016-09-08  Christian HeimesIssue 18550: Check return value of ioctl() / fnctl...
2016-09-08  Christian HeimesFix potential NULL pointer dereference in _imp_create_b...
2016-09-08  Eric SnowIssue #24254: Drop cls.__definition_order__.
2016-09-08  R David Murray24277: Make it clearer that the new modules are not...
2016-09-08  Christian HeimesAdd NULL checks to the initializer of the locale module
2016-09-08  Christian HeimesFix potential NULL pointer dereference in update_symbols()
2016-09-08  Benjamin Petersonreplace PyInt16 with int16_t
2016-09-08  Christian HeimesAdditional safe-guard against dereferencing NULL in...
2016-09-08  Christian HeimesAdd NULL check for gen->gi_code in gen_send_ex()
2016-09-08  Christian HeimesAdd error checking to PyInit_pyexpact
2016-09-08  Christian HeimesUse PyModule_AddIntMacro() in signal module
2016-09-08  Christian HeimesSkip unused value in tokenizer code
next