| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update Opensolaris advice to OpenCSW instead of defunct Blastwave. | Georg Brandl | 2014-10-28 | 1 | -3/+2 |
|
|
* | Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad... | Georg Brandl | 2014-10-28 | 1 | -1/+1 |
|
|
* | Closes #22748: there are no PyString C functions in 3.x. | Georg Brandl | 2014-10-28 | 1 | -4/+3 |
|
|
* | Closes #22736: move seealso to the bottom of the section about RE syntax. | Georg Brandl | 2014-10-28 | 1 | -7/+8 |
|
|
* | #22237: fix patch attribution. | Ezio Melotti | 2014-10-28 | 1 | -1/+1 |
|
|
* | #22237: document that sorted() is guaranteed to be stable. Initial patch by ... | Ezio Melotti | 2014-10-28 | 3 | -1/+9 |
|
|
* | Update OpenSSL version in PCbuild\readme.txt | Zachary Ware | 2014-10-26 | 1 | -1/+1 |
|
|
* | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 6 | -20/+278 |
|
|
* | Issue #16863: Explain difference between text and 2.7 behavior. | Terry Jan Reedy | 2014-10-22 | 1 | -0/+2 |
|
|
* | Updated cookbook entry to replace shutil.chown with os.chown. | Vinay Sajip | 2014-10-22 | 1 | -2/+7 |
|
|
* | Issue #22660: update various mentions in the ssl module documentation. | Antoine Pitrou | 2014-10-20 | 1 | -115/+95 |
|
|
* | make plural s lowercase | Benjamin Peterson | 2014-10-19 | 1 | -1/+1 |
|
|
* | Closes #22663: patchcheck: only modify text files under Doc/ | Georg Brandl | 2014-10-19 | 1 | -1/+2 |
|
|
* | Fix a typo caught by Gabriella Capone on docs@ | Zachary Ware | 2014-10-19 | 1 | -1/+1 |
|
|
* | Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, | Terry Jan Reedy | 2014-10-18 | 1 | -1/+1 |
|
|
* | #9351: set_defaults on subparser is no longer ignored if set on parent. | R David Murray | 2014-10-18 | 3 | -1/+18 |
|
|
* | Issue #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 3 | -5/+6 |
|
|
* | Issue #20221: Removed conflicting (or circular) hypot definition | Zachary Ware | 2014-02-20 | 2 | -0/+7 |
|
|
* | Fix badly merged NEWS item. | Zachary Ware | 2014-10-17 | 1 | -1/+4 |
|
|
* | add back NEWS entries removed by 1c2c44313408 | Benjamin Peterson | 2014-10-17 | 1 | -4/+208 |
|
|
* | remove link to the 'original package specification'; I doubt it's useful anym... | Benjamin Peterson | 2014-10-17 | 1 | -3/+1 |
|
|
* | Issue #22646: Accept list as well as tuple to support initialisation via dict... | Vinay Sajip | 2014-10-17 | 1 | -2/+2 |
|
|
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 8 | -82/+112 |
|
|
* | Issue #22628: Increase Treewidge line spacing so lines do not overlap. | Terry Jan Reedy | 2014-10-17 | 1 | -3/+4 |
|
|
* | Issue #16233: When the module browser is not invoked in an editor window with | Terry Jan Reedy | 2014-10-16 | 1 | -11/+10 |
|
|
* | Issue #3068: Change 0/1 to False/True so that extension configure dialog can | Terry Jan Reedy | 2014-10-14 | 1 | -58/+60 |
|
|
* | Issue #22632: replace dead link with version-specific doc link. | Terry Jan Reedy | 2014-10-14 | 1 | -1/+2 |
|
|
* | Issue #21855: Fixed the decimal module in unicode disabled build. | Serhiy Storchaka | 2014-10-14 | 2 | -5/+9 |
|
|
* | Use https:// URLs for the bug tracker in the :issue: role. | Alex Gaynor | 2014-10-13 | 1 | -1/+1 |
|
|
* | issue22626: Use https:// for a link to the bug tracker | Alex Gaynor | 2014-10-13 | 1 | -1/+1 |
|
|
* | merge heads | Benjamin Peterson | 2014-10-13 | 3 | -209/+21 |
|\ |
|
| * | Merge. | Charles-François Natali | 2014-10-13 | 440 | -20752/+49651 |
| |\ |
|
| * | | Issue #22435: Fix a file descriptor leak when SocketServer bind fails. | Charles-François Natali | 2014-10-13 | 3 | -2/+18 |
|
|
* | | | note xmlrpclib doesn't verify certs (yet) | Benjamin Peterson | 2014-10-13 | 1 | -0/+5 |
| |/
|/| |
|
* | | Fixed the test of issue #13664 on platforms without unicode filenames support. | Serhiy Storchaka | 2014-10-13 | 1 | -0/+4 |
|
|
* | | Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. | Terry Jan Reedy | 2014-10-13 | 1 | -0/+3 |
|
|
* | | Change deprecated Exception.message to Exception.args-[0] where the use of | Terry Jan Reedy | 2014-10-13 | 3 | -3/+3 |
|
|
* | | Issue #13664: GzipFile now supports non-ascii Unicode filenames. | Serhiy Storchaka | 2014-10-12 | 3 | -3/+23 |
|
|
* | | #13096: Fix segfault in CTypes POINTER handling of large values. | R David Murray | 2014-10-12 | 3 | -2/+18 |
|
|
* | | Always handle non-handled events before destoying root widget in tests. | Serhiy Storchaka | 2014-10-12 | 1 | -0/+1 |
|
|
* | | #17325: Improve distutils PyPI documentation. | R David Murray | 2014-10-12 | 1 | -56/+90 |
|
|
* | | #11973: add test for previously fixed kevent signed/unsigned bug. | R David Murray | 2014-10-12 | 1 | -0/+25 |
|
|
* | | Merge heads | Serhiy Storchaka | 2014-10-12 | 1 | -2/+3 |
|\ \ |
|
| * | | Closes #22586: clarify meaning of allow_fragments in urlparse. | Georg Brandl | 2014-10-12 | 1 | -2/+3 |
|
|
* | | | Fixed and optimized a test of issue #22526. | Serhiy Storchaka | 2014-10-12 | 1 | -6/+8 |
|/ / |
|
* | | Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-10-12 | 1 | -7/+2 |
|
|
* | | Issue #22604: Fix assertion error in debug mode when dividing a complex numbe... | Antoine Pitrou | 2014-10-10 | 3 | -4/+16 |
|
|
* | | Issue #15414: Clean and correct the os.path.join docs. | Zachary Ware | 2014-10-10 | 1 | -11/+16 |
|
|
* | | Issue #11694: Raise ConversionError in xdrlib as documented | Petri Lehtinen | 2014-10-10 | 3 | -8/+52 |
|
|
* | | Issue #22575: Revise bytearray entry for 2.7. | Terry Jan Reedy | 2014-10-10 | 1 | -3/+3 |
|
|