]> granicus.if.org Git - python/shortlog
python
2016-09-09 Yury SelivanovIssue #28008: Fix test_unparse
2016-09-09 Steve DowerCloses #22731: Documents change of console mode.
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 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...
2016-09-08 Vinay SajipFixes #27930: improved QueueListener behaviour.
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 Gregory P.... Fixes issue# 27983: Cause lack of llvm-profdata tool...
2016-09-07 R David Murray#22233: Only split headers on \r and/or \n, per email...
2016-09-07 R David Murray#26209: Clarify type of *localaddr*/*remoteadr* in...
2016-09-07 R David Murray27988: Make sure iter_attachments does not mutate the...
2016-09-07 Benjamin Petersoncapture stderr to silence output during test_coroutines...
2016-09-07 Benjamin Petersonsupress coroutine warning when an exception is pending...
2016-09-07 Senthil Kumaran[backport to 3.5] - issue26896 - Disambiguate uses...
2016-09-07 Guido van RossumIssue #27905: Docs for typing.Type[C], by Michael Lee.
2016-09-07 Benjamin Petersonpromote some shifts to unsigned, so as not to invoke...
2016-09-07 Benjamin Petersondo not memcpy from NULL
2016-09-07 Berker PeksagUse shorter version of Connection.isolation_level in...
2016-09-07 Benjamin Petersonmake sure to not call memcpy with a NULL second argument
2016-09-07 Brett CannonIssue #26359: Add the --with-optimizations flag.
2016-09-06 Gregory P.... Fixes issue26307: The profile-opt build now applys...
2016-09-06 Berker PeksagIssue #21250: Add tests for SQLite's ON CONFLICT clause
2016-09-06 Benjamin Petersondo not leak addrinfo in configure test
2016-09-06 Christian HeimesIssue #27691: Fix ssl module's parsing of GEN_RID subje...
2016-09-06 Christian HeimesIssues #27850 and #27766: Remove 3DES from ssl default...
2016-09-06 Benjamin Petersonsuppress stderr output when checking gdb (closes #27969)
2016-09-06 Jason R. CoombsIssue #27960: Merge with 3.4
2016-09-06 Jason R. CoombsIssue #27960: Revert state to 675e20c38fdac6, backing...
next