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 #11016: Add C implementation of the stat module as _stat
Christian Heimes
2013-06-22
9
-23/+679
*
Merge from 3.3
Andrew Kuchling
2013-06-22
2
-3/+17
|
\
|
*
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...
Andrew Kuchling
2013-06-22
2
-3/+17
*
|
... also TLSv1.1 and TLSv1.2
Christian Heimes
2013-06-22
1
-0/+3
*
|
Add my SSL module patches to whatsnew 3.4
Christian Heimes
2013-06-22
1
-0/+12
*
|
BSD: block devices are gone
Christian Heimes
2013-06-22
1
-1/+1
|
\
\
|
|
/
|
*
BSD: block devices are gone
Christian Heimes
2013-06-22
1
-1/+1
*
|
merge for issue #18278
Brett Cannon
2013-06-21
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18278: properly document how the loaders are called for FileFinder
Brett Cannon
2013-06-21
1
-0/+2
*
|
marshal: optimize parsing of empty Unicode strings
Victor Stinner
2013-06-21
1
-12/+17
*
|
Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links
Christian Heimes
2013-06-21
1
-1/+2
|
\
\
|
|
/
|
*
Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links
Christian Heimes
2013-06-21
1
-1/+2
*
|
Add tests for untested features of the 'stat' module (part of issue #11016)
Christian Heimes
2013-06-21
1
-13/+132
|
\
\
|
|
/
|
*
Add tests for untested features of the 'stat' module (part of issue #11016)
Christian Heimes
2013-06-21
1
-13/+132
*
|
#12716: reorganize docs for os module a bit
Andrew Kuchling
2013-06-21
1
-76/+70
*
|
#13226: update references from ctypes/DLFCN modules to os module
Andrew Kuchling
2013-06-21
2
-6/+7
*
|
Merge from 3.3
Andrew Kuchling
2013-06-21
2
-2/+2
|
\
\
|
|
/
|
*
Closes #18218: use correct variable name for starting point
Andrew Kuchling
2013-06-21
1
-1/+1
|
*
Closes #18239: correct description of count() in module docstring
Andrew Kuchling
2013-06-21
1
-1/+1
*
|
Closes #18247: add Lib/test/data/* to .gitignore
Andrew Kuchling
2013-06-21
1
-0/+1
*
|
Merge from 3.3
Andrew Kuchling
2013-06-21
1
-2/+2
|
\
\
|
|
/
|
*
Closes #18267: use floor division in code example
Andrew Kuchling
2013-06-21
1
-2/+2
*
|
Grammatical mistake in a comment
Brett Cannon
2013-06-21
1
-1/+1
*
|
Merge from 3.3
Andrew Kuchling
2013-06-21
2
-2/+2
|
\
\
|
|
/
|
*
Closes #18272: use 'builtins' for 3.3 instead of __builtin__
Andrew Kuchling
2013-06-21
2
-2/+2
*
|
whatsnew/3.4: mention functools.singledispatch, PEP 443
Victor Stinner
2013-06-20
1
-0/+6
*
|
whatsnew/3.4: mention the new enum module, PEP 435
Victor Stinner
2013-06-20
1
-2/+2
*
|
Merge from 3.3
Andrew Kuchling
2013-06-20
1
-95/+162
|
\
\
|
|
/
|
*
#4153: update Unicode howto for Python 3.3
Andrew Kuchling
2013-06-20
1
-95/+162
*
|
merge from 3.3
Senthil Kumaran
2013-06-20
1
-4/+18
|
\
\
|
|
/
|
*
Add -b and -X options to python man page.
Senthil Kumaran
2013-06-20
1
-4/+18
*
|
Merge: Tweak programming faq examples so that it (mostly) passes doctest.
R David Murray
2013-06-19
1
-18/+19
|
\
\
|
|
/
|
*
Tweak programming faq examples so that it (mostly) passes doctest.
R David Murray
2013-06-19
1
-18/+19
*
|
merge 3.3 (#18248)
Benjamin Peterson
2013-06-19
3
-2/+4
|
\
\
|
|
/
|
*
fix libffi build on AIX (closes #18248)
Benjamin Peterson
2013-06-19
3
-2/+4
*
|
Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.
Serhiy Storchaka
2013-06-19
1
-12/+13
|
\
\
|
|
/
|
*
Issue #18202: Fix minor bugs and cleanup test_coding.py.
Serhiy Storchaka
2013-06-19
1
-17/+15
*
|
merge
Brett Cannon
2013-06-19
3
-1/+10
|
\
\
|
*
\
fixed libffi on PPC without __NO_FPRS__
Christian Heimes
2013-06-19
1
-1/+3
|
|
\
\
|
|
|
/
|
|
*
fixed libffi on PPC without __NO_FPRS__
Christian Heimes
2013-06-19
1
-1/+3
|
|
*
merge heads
Christian Heimes
2013-06-19
3
-0/+7
|
|
|
\
|
*
|
\
merge heads
Christian Heimes
2013-06-19
4
-1/+7
|
|
\
\
\
|
*
\
\
\
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
2
-0/+7
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
2
-0/+7
*
|
|
|
|
Issue #17177: Clarify some deprecations
Brett Cannon
2013-06-19
1
-3/+11
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Fix compilation warning with gcc 4.8 (unused typedef)
Antoine Pitrou
2013-06-18
1
-1/+0
*
|
|
|
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
3
-0/+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
3
-0/+7
|
|
/
*
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
4
-2/+8
|
\
\
|
|
/
|
*
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
4
-2/+8
[next]