]> granicus.if.org Git - python/shortlog
python
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 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...
2016-09-06 Benjamin Petersonexplicitly cast away constness to silence compiler...
2016-09-06 Benjamin PetersonBacked out changeset 8b6be1341770
2016-09-06 Senthil KumaranUpdate pkgutil docs to reference appropriate finder...
2016-09-05 Benjamin Petersonremove long double from ctypes value union
2016-09-05 Christian HeimesIssue #26470: Use short name rather than name for compr...
2016-09-05 Zachary WareIssue #27748: Backed out changeset f845e24d794e
2016-09-05 Benjamin Petersondo not pretend to support passing a fd to access()
2016-09-05 Zachary WareIssue #27748: strengthen test_alias_nofallback
2016-09-05 Christian HeimesIssue #26470: Port ssl and hashlib module to OpenSSL...
2016-09-05 Zachary WareIssue #27748: Simplify test_winsound.
2016-09-05 Benjamin Petersonremove ungrammarical apostrophe (closes #27957)
2016-09-05 Raymond HettingerImprove recipe by showing results of intermediate steps
2016-09-05 Zachary WareIssue #27407: Make PCbuild/prepare_ssl.py Python 2...
2016-09-05 Benjamin Petersonclear out f_gen during generator finalization (closes...
2016-09-05 Benjamin Petersonmerge heads
2016-09-05 Benjamin Petersondo not allow _PyGen_Finalize to fail (closes #27811)
2016-09-05 Steve DowerMinor improvements to the vcs ignore files
2016-09-05 Terry Jan ReedyIssue #27918# test.resource.is_gui_available no longer...
2016-09-04 Raymond HettingerIssue 27936: Update doc for round() to indicate that...
2016-09-04 Raymond HettingerImprove docs for random.seed()
2016-09-03 Vinay SajipFixes #27937: optimise code used in all logging calls.
2016-09-03 Raymond HettingerIssue 27936: Fix inconsistent round() behavior between...
2016-09-02 Jason R. CoombsIssue #12885: Merge with 3.4, retaining commits reverte...
2016-09-02 Jason R. CoombsIssue #12885: Revert commits in 3.4 branch which is...
2016-09-02 Jason R. CoombsIssue #12885: Merge 3.4
2016-09-02 Jason R. CoombsIssue #12885: Correct issue reference in NEWS
2016-09-02 Jason R. CoombsMerge backout for test suite fix
2016-09-02 Jason R. CoombsBacked out changeset cc86e9e102e8
2016-09-02 Jason R. CoombsIssue #12285: Merge with 3.4
2016-09-02 Jason R. CoombsIssue #12285: Update NEWS
2016-09-01 Serhiy StorchakaIssue #27881: Fixed possible bugs when setting sqlite3...
2016-09-01 Terry Jan ReedyIssue #27922: IDLE tests no longer flash tk widgets.
2016-08-31 Raymond HettingerIssue #27706: Fix regression in random.seed(somestr...
2016-08-31 Guido van RossumFix ordering issues in UNIX read/write pipe transport...
2016-08-31 Guido van RossumDon't select for read on character devices in _UnixWrit...
2016-08-31 Guido van RossumIssue #27907: variable rename. (Ville Skyttä)
2016-08-31 Raymond HettingerIssue #27909: Fix INCREF for possible NULL value
2016-08-31 Steve DowerIssue #1602: Windows console doesn't input or print...
2016-09-08 Eric SnowIssue #28030: Update the language reference for PEP...
2016-09-08 Gregory P.... Remove legacy "from __future__ import with_statement...
2016-09-08 Berker PeksagAdd missing versionadded directive
2016-09-08 Benjamin Petersonindicate the dependence of odict and dictobject on...
2016-09-08 Benjamin Petersondo not worry about 64-bit dict sizes on 32-bit platforms
2016-09-08 Victor StinnerAdd a new private version to the builtin dict type
2016-09-08 Davin PottsIssue #21201: Improves readability of multiprocessing...
2016-09-08 R David Murray#27364: Deprecate invalid escape strings in str/byutes.
2016-09-08 Benjamin Petersonaccess dk_indices through a union
2016-09-08 Victor StinnerAdd documentation to the dict implementation
2016-09-08 Victor StinnerReindeint DK_xxx macros
next