summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-2949-140/+140
* Use https:// URLs in the HTML templates.Georg Brandl2014-10-294-12/+12
* Doc readme: Fix markup, use https:// URLs.Georg Brandl2014-10-291-36/+36
* Adjust the author field of the .tex files to reflect that docs are now mainta...Georg Brandl2014-10-291-1/+1
* Move Sphinx templates and extensions to their own subdirs.Georg Brandl2014-10-2910-26/+10
* Fix link to ABOP install chapter.Georg Brandl2014-10-281-2/+2
* Update Opensolaris advice to OpenCSW instead of defunct Blastwave.Georg Brandl2014-10-281-3/+2
* Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad...Georg Brandl2014-10-281-1/+1
* Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
* Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8
* #22237: fix patch attribution.Ezio Melotti2014-10-281-1/+1
* #22237: document that sorted() is guaranteed to be stable. Initial patch by ...Ezio Melotti2014-10-283-1/+9
* Update OpenSSL version in PCbuild\readme.txtZachary Ware2014-10-261-1/+1
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-236-20/+278
* Issue #16863: Explain difference between text and 2.7 behavior.Terry Jan Reedy2014-10-221-0/+2
* Updated cookbook entry to replace shutil.chown with os.chown.Vinay Sajip2014-10-221-2/+7
* Issue #22660: update various mentions in the ssl module documentation.Antoine Pitrou2014-10-201-115/+95
* make plural s lowercaseBenjamin Peterson2014-10-191-1/+1
* Closes #22663: patchcheck: only modify text files under Doc/Georg Brandl2014-10-191-1/+2
* Fix a typo caught by Gabriella Capone on docs@Zachary Ware2014-10-191-1/+1
* Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,Terry Jan Reedy2014-10-181-1/+1
* #9351: set_defaults on subparser is no longer ignored if set on parent.R David Murray2014-10-183-1/+18
* Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-173-5/+6
* Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-202-0/+7
* Fix badly merged NEWS item.Zachary Ware2014-10-171-1/+4
* add back NEWS entries removed by 1c2c44313408Benjamin Peterson2014-10-171-4/+208
* remove link to the 'original package specification'; I doubt it's useful anym...Benjamin Peterson2014-10-171-3/+1
* Issue #22646: Accept list as well as tuple to support initialisation via dict...Vinay Sajip2014-10-171-2/+2
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-178-82/+112
* Issue #22628: Increase Treewidge line spacing so lines do not overlap.Terry Jan Reedy2014-10-171-3/+4
* Issue #16233: When the module browser is not invoked in an editor window withTerry Jan Reedy2014-10-161-11/+10
* Issue #3068: Change 0/1 to False/True so that extension configure dialog canTerry Jan Reedy2014-10-141-58/+60
* Issue #22632: replace dead link with version-specific doc link.Terry Jan Reedy2014-10-141-1/+2
* Issue #21855: Fixed the decimal module in unicode disabled build.Serhiy Storchaka2014-10-142-5/+9
* Use https:// URLs for the bug tracker in the :issue: role.Alex Gaynor2014-10-131-1/+1
* issue22626: Use https:// for a link to the bug trackerAlex Gaynor2014-10-131-1/+1
* merge headsBenjamin Peterson2014-10-133-209/+21
|\
| * Merge.Charles-François Natali2014-10-13440-20752/+49651
| |\
| * | Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-François Natali2014-10-133-2/+18
* | | note xmlrpclib doesn't verify certs (yet)Benjamin Peterson2014-10-131-0/+5
| |/ |/|
* | Fixed the test of issue #13664 on platforms without unicode filenames support.Serhiy Storchaka2014-10-131-0/+4
* | Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.Terry Jan Reedy2014-10-131-0/+3
* | Change deprecated Exception.message to Exception.args-[0] where the use ofTerry Jan Reedy2014-10-133-3/+3
* | Issue #13664: GzipFile now supports non-ascii Unicode filenames.Serhiy Storchaka2014-10-123-3/+23
* | #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-123-2/+18
* | Always handle non-handled events before destoying root widget in tests.Serhiy Storchaka2014-10-121-0/+1
* | #17325: Improve distutils PyPI documentation.R David Murray2014-10-121-56/+90
* | #11973: add test for previously fixed kevent signed/unsigned bug.R David Murray2014-10-121-0/+25
* | Merge headsSerhiy Storchaka2014-10-121-2/+3
|\ \
| * | Closes #22586: clarify meaning of allow_fragments in urlparse.Georg Brandl2014-10-121-2/+3