]> granicus.if.org Git - python/shortlog
python
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
2016-09-08 Christian HeimesCheck return value of PyList_Append() in Py_Main()...
2016-09-08 R David MurrayAdd policy keyword to email.generator.DecodedGenerator.
2016-09-08 Raymond HettingerMerge
2016-09-08 Raymond HettingerIssue #26020: Fix evaluation order for set literals
2016-09-08 Steve DowerMore lenient skipping of console tests.
2016-09-08 Steve DowerSkips console open_fd tests when we don't have real...
2016-09-08 Senthil Kumaran[merge from 3.5] - Issue28010 - Make http.client.HTTPCo...
2016-09-08 Senthil KumaranIssue28010 - Make http.client.HTTPConnection.putrequest...
2016-09-08 Davin PottsIssue #21201: Improves readability of multiprocessing...
2016-09-08 Gregory P.... document --with-optimizations in the README for issue26359.
2016-09-08 Berker PeksagIssue #27445: Don't pass str(_charset) to MIMEText...
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 Gregory P.... lib2to3.pgen3.driver.load_grammar() now creates a stabl...
next