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
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson
2013-03-18
1
-10/+9
*
make some freezing related stuff const
Benjamin Peterson
2013-03-13
1
-3/+3
*
Issue #17047: remove doubled words added in 3.4,
Terry Jan Reedy
2013-03-11
1
-1/+1
*
Add PyDict_SetDefault. (closes #17327)
Benjamin Peterson
2013-03-08
1
-0/+2
*
Issue #1783: Remove declarations of nonexistent private variables.
Serhiy Storchaka
2013-02-01
1
-4/+0
|
\
|
*
Issue #1783: Remove declarations of nonexistent private variables.
Serhiy Storchaka
2013-02-01
1
-4/+0
|
|
\
|
|
*
Issue #1783: Remove declarations of nonexistent private variables.
Serhiy Storchaka
2013-02-01
1
-4/+0
|
*
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+3
*
|
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-14
1
-0/+3
*
|
|
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
Christian Heimes
2013-01-06
1
-2/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
Christian Heimes
2013-01-06
1
-2/+5
*
|
|
Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python cor...
Andrew Svetlov
2012-12-26
1
-1/+1
*
|
|
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov
2012-12-25
1
-1/+1
*
|
|
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
1
-1/+1
*
|
|
Using 'long double' to force this structure to be worst case aligned is no
Gregory P. Smith
2012-12-11
1
-1/+1
*
|
|
Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...
Antoine Pitrou
2012-12-09
1
-0/+2
*
|
|
Issue #16602: When a weakref's target was part of a long deallocation chain, ...
Antoine Pitrou
2012-12-08
1
-1/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #16602: When a weakref's target was part of a long deallocation chain, ...
Antoine Pitrou
2012-12-08
1
-1/+11
|
|
\
\
|
|
|
/
|
|
*
Issue #16602: When a weakref's target was part of a long deallocation chain, ...
Antoine Pitrou
2012-12-08
1
-1/+11
*
|
|
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson
2012-12-06
2
-2/+11
*
|
|
Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_stat...
Andrew Svetlov
2012-12-05
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_stat...
Andrew Svetlov
2012-12-05
1
-2/+2
|
*
|
Issue 10052: merge fix from 3.2.
Mark Dickinson
2012-12-02
1
-8/+21
|
|
\
\
|
|
|
/
|
|
*
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...
Mark Dickinson
2012-12-02
1
-8/+21
|
*
|
Backport 9dd4638de73b.
Stefan Krah
2012-11-18
1
-1/+1
*
|
|
Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Victor Stinner
2012-12-04
1
-1/+1
*
|
|
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...
Mark Dickinson
2012-12-02
1
-8/+21
*
|
|
remove unused flag (closes #16505)
Benjamin Peterson
2012-11-19
1
-1/+0
*
|
|
Issue #6308: Try to fix the termios build failure on HP-UX.
Stefan Krah
2012-11-18
1
-1/+1
*
|
|
Issue #16451: Refactor to remove duplication between range and slice in slice...
Mark Dickinson
2012-11-17
1
-0/+3
*
|
|
Merge 3.3.
Stefan Krah
2012-11-12
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #15835: Define PATH_MAX on HP-UX.
Stefan Krah
2012-11-12
1
-0/+8
*
|
|
Issue #5765: Merge from 3.3
Nick Coghlan
2012-11-04
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #5765: Apply a hard recursion limit in the compiler
Nick Coghlan
2012-11-04
1
-0/+2
*
|
|
point errors related to nonlocals and globals to the statement declaring them...
Benjamin Peterson
2012-11-01
1
-0/+1
*
|
|
make PyGrammar_LabelRepr return a const char * (closes #16369)
Benjamin Peterson
2012-10-31
1
-1/+1
*
|
|
Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned
Victor Stinner
2012-10-30
1
-21/+21
*
|
|
Issue #16330: Use surrogate-related macros
Victor Stinner
2012-10-30
1
-3/+3
*
|
|
Minor typo fix.
Georg Brandl
2012-10-28
1
-1/+1
*
|
|
make _PyParser_TokenNames const
Benjamin Peterson
2012-10-24
1
-1/+1
*
|
|
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes
2012-10-17
1
-0/+14
*
|
|
Issue #16148: Small improvements and cleanup. Added version information
Armin Ronacher
2012-10-07
1
-1/+3
*
|
|
Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API
Victor Stinner
2012-10-06
1
-1/+17
*
|
|
Issue #16148: implemented PEP 424
Armin Ronacher
2012-10-06
1
-3/+2
*
|
|
#16127: merge with 3.3.
Ezio Melotti
2012-10-05
1
-2/+1
|
\
\
\
|
|
/
/
|
*
|
#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
Ezio Melotti
2012-10-05
1
-2/+1
|
*
|
merge mostly from default
Benjamin Peterson
2012-09-29
4
-11/+22
|
|
\
\
[next]