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
...
|
*
Fixes path to patchlevel.py in doc/make.bat
Steve Dower
2014-11-06
1
-1/+1
|
*
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...
Steve Dower
2014-11-06
6
-18/+106
*
|
#22650: test suite: load Unicode test data files from www.pythontest.net
Georg Brandl
2014-11-06
6
-23/+15
|
/
*
Closes #22525: clarify documentation for ast.literal_eval().
Georg Brandl
2014-11-05
1
-6/+8
*
use pythontest.net for url fragment test
Benjamin Peterson
2014-11-05
1
-2/+2
*
Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
Victor Stinner
2014-11-05
1
-0/+4
*
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou
2014-11-04
2
-0/+7
*
allow keyfile argument to be None (closes #22787)
Benjamin Peterson
2014-11-04
2
-7/+26
*
test that keyfile can be None
Benjamin Peterson
2014-11-04
1
-1/+1
*
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Serhiy Storchaka
2014-11-02
4
-2/+23
*
#22751: fix test___all__ warning about modified environment in the tests. Pa...
Ezio Melotti
2014-11-02
2
-3/+5
*
Issue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware
2014-11-02
9
-42/+18
*
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Ned Deily
2014-11-02
2
-3/+4
*
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware
2014-11-01
4
-1/+21
*
Brought excluded code into the scope of a try block in SysLogHandler.emit().
Vinay Sajip
2014-11-01
2
-11/+14
*
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl
2014-10-31
1
-2/+2
*
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
Serhiy Storchaka
2014-10-31
3
-15/+88
*
Backported the optimization of compiling charsets in regular expressions
Serhiy Storchaka
2014-10-31
2
-128/+105
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
2
-6/+7
*
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
3
-7/+9
*
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-1/+8
*
minor grammar fixes (from docs@python.org)
Georg Brandl
2014-10-31
1
-2/+2
*
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka
2014-10-30
1
-1/+6
*
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka
2014-10-30
3
-4/+52
*
rstlint: make the "html leaked markup" regex a bit less sensitive
Georg Brandl
2014-10-30
1
-1/+1
*
rstlint: add more directives we use
Georg Brandl
2014-10-30
1
-6/+6
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
2
-2/+2
*
Issue #8876: distutils now falls back to copying files when hard linking does...
Antoine Pitrou
2014-10-30
3
-13/+68
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
25
-34/+32
*
linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on w...
Georg Brandl
2014-10-29
1
-0/+10
*
Fixing broken links in doc, part 3: the rest
Georg Brandl
2014-10-29
14
-61/+59
*
Fixing broken links in doc, part 2: howto/
Georg Brandl
2014-10-29
5
-45/+30
*
Fixing broken links in doc, part 1: faq/
Georg Brandl
2014-10-29
9
-35/+29
*
Fix external links to docs.python.org to use internal links instead.
Georg Brandl
2014-10-29
1
-3/+3
*
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial I...
Georg Brandl
2014-10-29
1
-2/+2
*
Update "where is python.org hosted" FAQ.
Georg Brandl
2014-10-29
1
-4/+5
*
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
[prev]
[next]