]> granicus.if.org Git - python/shortlog
python
2016-09-08 Davin PottsIssue #21201: Improves readability of multiprocessing...
2016-09-08 Gregory P.... Fixes issue# 27983: Cause lack of llvm-profdata tool...
2016-09-08 Gregory P.... Issue #26359: Add the --with-optimizations flag.
2016-09-08 Martin PanterIssue #27993: Fix problems with the plural “objects...
2016-09-08 Martin PanterCorrect occurance → occurrence; extracted from patch...
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-08 Gregory P.... Fix placement of Misc/NEWS item for issue #15578.
2016-09-08 Eric SnowIssue #15578: Correctly incref the parent module while...
2016-09-08 Gregory P.... lib2to3.pgen3.driver.load_grammar() now creates a stabl...
2016-09-07 R David Murray#26209: Clarify type of *localaddr*/*remoteadr* in...
2016-09-07 Benjamin Petersonpromote some shifts to unsigned, so as not to invoke...
2016-09-07 Gregory P.... Fixes issue26307: The profile-opt build now applys...
2016-09-07 Benjamin Petersonmake sure to not call memcpy with a NULL second argument
2016-09-06 Benjamin Petersondo not leak addrinfo in configure test
2016-09-06 Christian HeimesFix ssl documentation and remove merge accident
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 Benjamin Petersonfix unused variable warnings in pysqlite (closes #27967)
2016-09-06 Benjamin PetersonBacked out changeset 8b6be1341770
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 6137d0ed0a15
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 Petersonmove declaration to top of the function to appease...
2016-09-05 Benjamin Petersonrewrite unpack_add_info, so it has less memory corrupti...
2016-09-05 Zachary WareIssue #27407: Make PCbuild/prepare_ssl.py Python 2...
2016-09-05 Zachary WareIssue #27407: Add prepare_ssl.py to 2.7
2016-09-05 Terry Jan ReedyIssue #27918# test.resource.is_gui_available no longer...
2016-09-04 Terry Jan ReedyIssue #27922: IDLE test_idlehistory no longer flash...
2016-09-03 Mark DickinsonIssue #27934: Use float.__repr__ instead of plain repr...
2016-09-01 Steve DowerIssue #27888: Prevent Windows installer from displaying...
2016-09-01 Terry Jan ReedyIssue #27922: IDLE tests no longer flash tk widgets.
2016-08-31 Raymond HettingerIssue #27706: Document that random.seed() is non-deter...
2016-08-31 Terry Jan ReedyIssue #17642: add larger font sizes for classroom proje...
2016-08-30 Terry Jan ReedyBackport spelling fix.
2016-08-29 Mark DickinsonIssue #27870: A left shift of zero by a large integer...
2016-08-29 Serhiy StorchakaIssue #27861: Fixed a crash in sqlite3.Connection.curso...
2016-08-27 Martin PanterIssue #19884: Avoid spurious output on OS X with Gnu...
2016-08-26 Berker PeksagIssue #10513: Fix a regression in Connection.commit()
2016-08-26 Terry Jan ReedyAdd version to title of IDLE help window.
2016-08-25 Terry Jan ReedyIssue #25564: Mention exec and __builtins__ in IDLE...
2016-08-24 Zachary WareIssue #12660: Backport 84bbb8d2d237
2016-08-24 R David Murray#2466: fix test failure on windows.
2016-08-23 R David Murray# 2466: ismount now recognizes mount points user can...
2016-08-21 Mark DickinsonIssue #25604: Fix bug in integer true division that...
2016-08-21 Terry Jan ReedyFix typo in IDLE News.
2016-08-21 Terry Jan ReedyAdd 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.
2016-08-21 Terry Jan ReedyIssue #27714: Remove unneeded non-idempotent call that...
2016-08-20 Martin PanterFix some spelling errors
2016-08-18 Martin PanterIssue #27614: Avoid race in test_docxmlrpc server setup
2016-08-19 Victor StinnerFix a refleak in call_maybe()
2016-08-19 Victor StinnerFix a refleak in call_method()
2016-08-17 Benjamin Petersonrearrange methodcaller_new so that the main error case...
2016-08-16 Terry Jan ReedyIssue #27611: Don't import volatile attribute.
2016-08-16 Benjamin Petersondo not decref value borrowed from list (closes #27774)
2016-08-16 Benjamin Petersonfail when negative values are passed to instr()
2016-08-15 Ned DeilyIssue #10910: Update FreedBSD version checks for the...
2016-08-15 Ned DeilyIssue #10910: Avoid C++ compilation errors on FreeBSD...
2016-08-14 Donald StufftUpgrade setuptools/pip to to 25.2.0/8.1.2
2016-08-14 Benjamin Petersonfix possible integer overflow in binascii.b2a_qp (close...
2016-08-14 Benjamin Petersondo not allow reading negative values with getstr()
2016-08-14 Benjamin Petersoncheck for overflow in join_append_data (closes #27758)
2016-08-13 Benjamin Petersonfix possible overflow in encode_basestring_ascii (...
2016-08-13 R David Murray#27753: fix typo (name->named).
2016-08-13 Raymond HettingerIssue #27720: Fix error in eng_to_decimal docs and...
2016-08-10 Terry Jan ReedyIssue #27714: For IDLE's test_textview, backport 3...
2016-08-10 Martin PanterCorrect misspellings of ISO-8859
2016-08-09 Zachary WareIssue #27205: Fix doctests in Doc/library/collections.rst
2016-08-09 Zachary WareIssue #27204: Fix doctests in Doc/howto
2016-08-09 Vinay SajipIssue #21999: Handled empty strings correctly when...
2016-08-05 Vinay SajipIssue #20160: Handled passing of large structs to callb...
2016-07-28 Martin PanterSpelling and grammar fixes in code comments and documen...
2016-07-26 Martin PanterIssue #26462: Doc: avoid literal_block warnings, fix...
2016-08-04 Benjamin Petersonhttps link to the bug tracker (closes #27670)
2016-07-29 Martin PanterIssue #27641: Comment out regeneration rules when cross...
2016-08-03 Donald StufftSwitch upload.pypi.io to upload.pypi.org
2016-08-03 Stefan KrahIssue #20767: Fix -R option for FreeBSD/clang.
2016-07-30 Senthil KumaranPrevent HTTPoxy attack (CVE-2016-1000110)
2016-07-28 Martin PanterIssue #27626: Spelling fixes in docs, comments and...
2016-07-28 Martin PanterIssue #23943: Fix typos. Patch by Piotr Kasprzyk.
2016-07-28 Martin PanterIssue #27490: Do not build pgen when cross-compiling
2016-07-27 Victor Stinnerctypes: fix CThunkObject_new()
2016-07-25 Martin PanterIssue #27581: Don’t rely on overflow wrapping in PySequ...
2016-07-23 Martin PanterIssue #27130: Fix handling of buffers exceeding (U...
2016-07-19 Zachary WareIssue #25393: Fix probable copy/paste error in resource...
2016-07-19 Martin PanterIssue #27528: Document and test warning messages must...
2016-07-18 Martin PanterIssue #27507: Check for integer overflow in bytearray...
2016-07-15 Benjamin Petersonmake too many nested blocks be a SyntaxError instead...
2016-07-14 Martin PanterIssue #27369: Don’t test error message detail that...
2016-07-12 Serhiy StorchakaIssue #27473: Fixed possible integer overflow in str...
2016-07-11 Martin PanterEnglish spelling and grammar fixes
2015-11-02 Martin PanterIssue #25523: Correct "a" article to "an" article
2016-07-11 Martin PanterIssue #23804: Fix SSL zero-length recv() calls to not...
2016-07-10 Senthil Kumaran[port to 2.7] - Issue #27466: Change time format return...
2016-07-07 Benjamin Petersoninitialize variable to appease gcc
2016-07-07 Benjamin Petersonassume egd unless OPENSSL_NO_EGD is defined—remove...
next