summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-086-20/+118
* #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.R David Murray2016-09-072-3/+6
* promote some shifts to unsigned, so as not to invoke undefined behaviorBenjamin Peterson2016-09-071-2/+2
* Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-072-1/+3
* make sure to not call memcpy with a NULL second argumentBenjamin Peterson2016-09-071-6/+9
* do not leak addrinfo in configure testBenjamin Peterson2016-09-062-0/+4
* Fix ssl documentation and remove merge accidentChristian Heimes2016-09-061-6/+2
* Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-065-5/+142
* Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-063-15/+33
* suppress stderr output when checking gdb (closes #27969)Benjamin Peterson2016-09-061-0/+1
* fix unused variable warnings in pysqlite (closes #27967)Benjamin Peterson2016-09-062-6/+2
* Backed out changeset 8b6be1341770Benjamin Peterson2016-09-061-0/+2
* remove long double from ctypes value unionBenjamin Peterson2016-09-051-2/+0
* Issue #26470: Use short name rather than name for compression name to fix #27...Christian Heimes2016-09-051-6/+1
* Issue #27748: Backed out changeset 6137d0ed0a15Zachary Ware2016-09-051-4/+1
* Issue #27748: strengthen test_alias_nofallbackZachary Ware2016-09-051-1/+4
* Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-056-135/+342
* Issue #27748: Simplify test_winsound.Zachary Ware2016-09-052-204/+63
* move declaration to top of the function to appease the c89 godsBenjamin Peterson2016-09-051-1/+2
* rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944)Benjamin Peterson2016-09-052-22/+24
* Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatibleZachary Ware2016-09-051-1/+6
* Issue #27407: Add prepare_ssl.py to 2.7Zachary Ware2016-09-051-0/+196
* Issue #27918# test.resource.is_gui_available no longer flashes tk window.Terry Jan Reedy2016-09-051-2/+3
* Issue #27922: IDLE test_idlehistory no longer flash tk widgets.Terry Jan Reedy2016-09-041-0/+1
* Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...Mark Dickinson2016-09-035-3/+18
* Issue #27888: Prevent Windows installer from displaying console windows and f...Steve Dower2016-09-014-16/+34
* Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-015-5/+13
* Issue #27706: Document that random.seed() is non-deterministic when PYTHONHA...Raymond Hettinger2016-08-311-0/+3
* Issue #17642: add larger font sizes for classroom projection.Terry Jan Reedy2016-08-311-1/+2
* Backport spelling fix.Terry Jan Reedy2016-08-302-15/+18
* Issue #27870: A left shift of zero by a large integer no longer attempts to a...Mark Dickinson2016-08-293-0/+23
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-294-9/+35
* Issue #19884: Avoid spurious output on OS X with Gnu ReadlineMartin Panter2016-08-273-13/+18
* Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-263-1/+33
* Add version to title of IDLE help window.Terry Jan Reedy2016-08-261-1/+2
* Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-253-23/+25
* Issue #12660: Backport 84bbb8d2d237Zachary Ware2016-08-241-0/+4
* #2466: fix test failure on windows.R David Murray2016-08-241-3/+3
* # 2466: ismount now recognizes mount points user can't access.R David Murray2016-08-234-2/+70
* Issue #25604: Fix bug in integer true division that could have resulted in of...Mark Dickinson2016-08-212-2/+6
* Fix typo in IDLE News.Terry Jan Reedy2016-08-212-2/+2
* Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-212-0/+12
* Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
* Fix some spelling errorsMartin Panter2016-08-204-5/+5
* Issue #27614: Avoid race in test_docxmlrpc server setupMartin Panter2016-08-181-29/+11
* Fix a refleak in call_maybe()Victor Stinner2016-08-191-1/+3
* Fix a refleak in call_method()Victor Stinner2016-08-191-1/+3
* rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-172-8/+9
* Issue #27611: Don't import volatile attribute.Terry Jan Reedy2016-08-161-3/+4
* do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-162-3/+3