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
*
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware
2014-11-01
5
-7/+24
*
Null merge with 3.4
Zachary Ware
2014-11-01
0
-0/+0
|
\
|
*
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware
2014-11-01
4
-1/+21
*
|
#22734 marshal needs a lower stack depth for debug builds on Windows
Steve Dower
2014-11-01
2
-2/+2
*
|
#22732 ctypes tests don't set correct restype for intptr_t functions
Steve Dower
2014-11-01
2
-2/+8
*
|
#22731 test_capi test fails because of mismatched newlines
Steve Dower
2014-11-01
1
-3/+4
*
|
Closes #22776: Merged fix from 3.4.
Vinay Sajip
2014-11-01
2
-14/+17
|
\
\
|
|
/
|
*
Brought excluded code into the scope of a try block in SysLogHandler.emit().
Vinay Sajip
2014-11-01
2
-14/+17
*
|
standardize Enum docs by referring to 'special methods' instead of __dunder__...
Ethan Furman
2014-11-01
1
-5/+5
*
|
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
Berker Peksag
2014-11-01
3
-1/+23
|
\
\
|
|
/
|
*
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
Berker Peksag
2014-11-01
3
-1/+23
*
|
Issue #6623: Remove deprecated Netrc class in the ftplib module.
Berker Peksag
2014-11-01
5
-129/+23
*
|
issue22780: update NotImplemented description
Ethan Furman
2014-10-31
1
-3/+3
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-2/+2
|
\
\
|
|
/
|
*
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl
2014-10-31
1
-2/+2
*
|
Null merge
Serhiy Storchaka
2014-10-31
0
-0/+0
|
\
\
|
|
/
|
*
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Serhiy Storchaka
2014-10-31
3
-15/+71
*
|
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Serhiy Storchaka
2014-10-31
8
-28/+99
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-1/+1
|
\
\
|
|
/
|
*
Closes #22771: "verbose" is unused; deprecate it.
Georg Brandl
2014-10-31
1
-1/+1
*
|
merge with 3.4
Georg Brandl
2014-10-31
24
-117/+140
|
\
\
|
|
/
|
*
#22613: remaining corrections in extending/reference docs (thanks Jacques Duc...
Georg Brandl
2014-10-31
8
-54/+44
|
*
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
9
-30/+35
|
*
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-1/+8
|
*
#22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-14/+14
|
*
#22613: elaborate on arguments of shutil archival functions (thanks Jacques D...
Georg Brandl
2014-10-31
1
-3/+13
|
*
#22613: explain what "buffer" is in the struct documentation (thanks Jacques ...
Georg Brandl
2014-10-31
1
-1/+9
|
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
3
-14/+17
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-2/+2
|
\
\
|
|
/
|
*
minor grammar fixes (from docs@python.org)
Georg Brandl
2014-10-31
1
-2/+2
*
|
Doc: updadate suspicious ignore rules
Georg Brandl
2014-10-31
1
-5/+7
*
|
merge with 3.4
Georg Brandl
2014-10-31
0
-0/+0
|
\
\
|
|
/
|
*
unittest.mock docs: fix use of default role
Georg Brandl
2014-10-31
2
-360/+360
*
|
unittest.mock docs: fix use of default role
Georg Brandl
2014-10-31
2
-402/+403
*
|
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka
2014-10-30
1
-1/+6
|
\
\
|
|
/
|
*
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka
2014-10-30
1
-1/+6
*
|
Null merge
Serhiy Storchaka
2014-10-30
0
-0/+0
|
\
\
|
|
/
|
*
Merge heads
Serhiy Storchaka
2014-10-30
3
-9/+22
|
|
\
*
|
\
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka
2014-10-30
3
-2/+49
|
\
\
\
|
|
/
/
|
*
|
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka
2014-10-30
3
-2/+49
*
|
|
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ...
Antoine Pitrou
2014-10-30
3
-9/+22
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ...
Antoine Pitrou
2014-10-30
3
-9/+22
|
|
/
*
|
merge with 3.4
Georg Brandl
2014-10-30
1
-28/+33
|
\
\
|
|
/
|
*
Sphinx extension: move imports to the module top
Georg Brandl
2014-10-30
1
-28/+33
*
|
merge with 3.4
Georg Brandl
2014-10-30
1
-4/+4
|
\
\
|
|
/
|
*
pyporting howto: fix link target
Georg Brandl
2014-10-30
1
-4/+4
*
|
merge with 3.4
Georg Brandl
2014-10-30
1
-1/+1
|
\
\
|
|
/
|
*
distutils example: fix invalid rst in description string
Georg Brandl
2014-10-30
1
-1/+1
*
|
merge with 3.4
Georg Brandl
2014-10-30
1
-1/+1
|
\
\
|
|
/
|
*
rstlint: make the "html leaked markup" regex a bit less sensitive
Georg Brandl
2014-10-30
1
-1/+1
[next]