index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
49
-140/+140
*
Use https:// URLs in the HTML templates.
Georg Brandl
2014-10-29
4
-12/+12
*
Doc readme: Fix markup, use https:// URLs.
Georg Brandl
2014-10-29
1
-36/+36
*
Adjust the author field of the .tex files to reflect that docs are now mainta...
Georg Brandl
2014-10-29
1
-1/+1
*
Move Sphinx templates and extensions to their own subdirs.
Georg Brandl
2014-10-29
10
-26/+10
*
Fix link to ABOP install chapter.
Georg Brandl
2014-10-28
1
-2/+2
*
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
[next]