]> granicus.if.org Git - python/shortlog
python
2016-09-28 Berker PeksagIssue #26550: Fix typo in webservers HOWTO
2016-09-28 Alexander BelopolskyIssue #28253: Fixed calendar functions for extreme...
2016-09-27 Serhiy StorchakaIssue #27963: Fixed possible null pointer dereference...
2016-09-27 Benjamin Petersonbe extremely careful about overflows in encode_basestri...
2016-09-27 Martin PanterIssue #26439: Document that RTLD_NOW is always added
2016-09-26 Serhiy StorchakaIssue #27897: Backported tests.
2016-09-25 Serhiy StorchakaIssue #27611: Fixed support of default root window...
2016-09-24 Martin PanterRevert unintended commit to asdl_c.py
2016-09-24 Martin PanterFix incomplete format error in asdl.py
2016-09-23 Martin PanterIssue #28221: Remove unused assignment from test_asynco...
2016-09-22 Christian Heimesmerge
2016-09-22 Christian HeimesAdd Lib/test/ssltests.py for faster testing of OpenSSL
2016-09-21 Steve DowerIssue #26513: Use winver.product_type instead of .product
2016-09-20 Ned DeilyMake 3.7 the current dev version in the html version...
2016-09-20 Benjamin Petersonremove trailing whitespace
2016-09-19 Benjamin Petersonproperly handle the single null-byte file (closes ...
2016-09-18 Ned DeilyIssue #27806: add Aleks to Misc/ACKS.
2016-09-18 Christian HeimesIssue #26661: setup.py now detects system libffi with...
2016-09-17 Steve DowerIssue #27932: Prevent memory leak in win32_ver().
2016-09-17 Martin PanterIssue #28139: Fix messed up indentation
2016-09-16 sashkIssue #27806: Fix 32-bit builds on macOS Sierra 10...
2016-09-16 Martin PanterIssue #24363: Continue parsing HTTP header in spite...
2016-09-16 Martin PanterIssue #28145: Spelling fixes
2016-09-15 Martin PanterIssue #24366: Fix indentation
2016-09-14 Serhiy StorchakaIssue #27599: Fixed buffer overrun in binascii.b2a_qp...
2016-09-14 Benjamin Petersonfix misleading indentation (closes #28139)
2016-09-13 Martin PanterIssue #15819: Drop dead code; -IInclude already added...
2016-09-13 Raymond HettingerIssue #28104: More accurately document set method signa...
2016-09-12 Terry Jan ReedyIssue #15308: Add 'interrupt execution' (^C) to Shell...
2016-09-12 Raymond HettingerIssue #26557: Note that mapping view methods are not...
2016-09-11 Vinay SajipIssue #23105: Updated documentation on open() flag...
2016-09-11 Martin PanterIssue #27952: Get fixcid.py working with the re module
2016-09-10 Serhiy StorchakaBackported tests for issue #28070.
2016-09-10 Terry Jan ReedyIDLE newx items.
2016-09-10 Martin PanterCorrect spelling in documentation and code comments
2016-09-10 Martin PanterCorrect print() calls to print a blank line in various...
2016-09-10 Serhiy StorchakaIssue #28019: Backported additional tests for itertools...
2016-09-10 Steve DowerIssue #27566: Fix clean target in freeze makefile ...
2016-09-10 Gregory P.... remove fix_callable, callable() was readded long ago...
2016-09-10 Gregory P.... Issue #25969: Update the lib2to3 grammar to handle...
2016-09-09 Raymond HettingerIssue #22450: Use "Accept: */*" in the default headers...
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 Steve DowerRemoves file from installer.
2016-09-09 Steve DowerIssue #26132: Only adds manifest to executables and...
2016-09-09 Donald StufftUpgrade setuptools to 27.1.2
2016-09-09 Gregory P.... Disable test_gdb.PrettyPrintTests when compiled with...
2016-09-08 Gregory P.... issue28032: never imply --with-lto as part of --with...
2016-09-08 Raymond HettingerIssue #26020: Add news entry
2016-09-08 Raymond HettingerIssue #26020: Fix evaluation order for set literals
2016-09-08 Gregory P.... skip two test_gdb tests that fail when compiled in...
2016-09-08 Gregory P.... document --with-optimizations in the README for issue26359.
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...
next