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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson
2013-10-10
1
-8/+6
*
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
Victor Stinner
2013-10-10
1
-17/+19
*
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
Victor Stinner
2013-10-10
1
-0/+5
*
Issue #19171: speed some cases of 3-argument long pow().
Tim Peters
2013-10-05
1
-4/+10
|
\
|
*
Issue #19171: speed some cases of 3-argument long pow().
Tim Peters
2013-10-05
1
-4/+10
*
|
#19069: merge with 3.3.
Ezio Melotti
2013-10-05
1
-11/+11
|
\
\
|
|
/
|
*
#19069: use imperative mood in float object docstrings. Patch by Marco Buttu.
Ezio Melotti
2013-10-05
1
-11/+11
*
|
#19068: merge with 3.3.
Ezio Melotti
2013-10-05
1
-2/+2
|
\
\
|
|
/
|
*
#19068: use imperative mood in complex object docstrings. Patch by Marco Buttu.
Ezio Melotti
2013-10-05
1
-2/+2
*
|
#19067: merge with 3.3.
Ezio Melotti
2013-10-05
1
-3/+3
|
\
\
|
|
/
|
*
#19067: use imperative mood in range object docstrings. Patch by Marco Buttu.
Ezio Melotti
2013-10-05
1
-3/+3
*
|
Hopefully fix Windows compilation error following 499a96611baa
Antoine Pitrou
2013-10-05
1
-10/+10
*
|
Issue #19087: Improve bytearray allocation in order to allow cheap popping of...
Antoine Pitrou
2013-10-05
1
-145/+163
*
|
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-1/+1
*
|
Close #19078: memoryview now supports reversed
Nick Coghlan
2013-10-02
1
-1/+1
*
|
merge
Raymond Hettinger
2013-10-01
1
-4/+1
|
\
\
|
|
/
|
*
Issue #18594: Fix the fast path for collections.Counter().
Raymond Hettinger
2013-10-01
1
-4/+1
*
|
Close #18596: Support address sanity checking in clang/GCC
Nick Coghlan
2013-09-28
1
-0/+20
*
|
Fix minor typo.
Georg Brandl
2013-09-25
1
-1/+1
*
|
Note that LINEAR_PROBES can be set to zero.
Raymond Hettinger
2013-09-22
1
-1/+1
*
|
Minor beautification. Put updates and declarations in a more logical order.
Raymond Hettinger
2013-09-21
1
-2/+2
*
|
When LINEAR_PROBES=0, let the compiler remove the dead code on its own.
Raymond Hettinger
2013-09-21
1
-12/+0
*
|
Make the linear probe sequence clearer.
Raymond Hettinger
2013-09-21
1
-8/+4
*
|
Update internal comments to say _something_ about the "API ID".
Tim Peters
2013-09-20
1
-1/+3
*
|
Issue 18771: Make it possible to set the number linear probes at compile-time.
Raymond Hettinger
2013-09-15
1
-5/+19
*
|
Put the defines in the logical section and fix indentation.
Raymond Hettinger
2013-09-08
1
-8/+8
*
|
Minor code beautification.
Raymond Hettinger
2013-09-08
1
-6/+5
*
|
Improve code clarity by removing two unattractive macros.
Raymond Hettinger
2013-09-08
1
-16/+18
*
|
Remove the freelist scheme for setobjects.
Raymond Hettinger
2013-09-08
2
-48/+8
*
|
Small rearrangement to bring together the three functions for probing the has...
Raymond Hettinger
2013-09-08
1
-32/+39
*
|
Move the overview comment to the top of the file.
Raymond Hettinger
2013-09-07
1
-22/+20
*
|
Nerge 3.3 into default.
Tim Peters
2013-09-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18942: sys._debugmallocstats() output was damaged on Windows.
Tim Peters
2013-09-06
1
-1/+1
*
|
Minor touchups.
Raymond Hettinger
2013-09-02
1
-4/+6
*
|
Factor-out the common code for setting a KeyError.
Raymond Hettinger
2013-09-02
2
-33/+5
*
|
Instead of XORed indicies, switch to a hybrid of linear probing and open addr...
Raymond Hettinger
2013-09-02
1
-91/+68
*
|
Update copyright.
Raymond Hettinger
2013-09-01
1
-1/+1
*
|
Further reduce the cost of hash collisions by inspecting an additional nearby...
Raymond Hettinger
2013-09-01
1
-4/+39
*
|
Close #18780: %-formatting now prints value for int subclasses with %d, %i, a...
Ethan Furman
2013-08-31
1
-5/+3
*
|
Tighten-up the lookkey() logic and beautify the code a bit.
Raymond Hettinger
2013-08-29
1
-88/+43
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
5
-61/+60
|
\
\
|
|
/
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
5
-61/+60
*
|
Restore changeset 5bd9db528aed (issue #18408)
Victor Stinner
2013-08-26
2
-0/+22
*
|
Issue #18408: _PyObject_Dump() now saves/restores the current exception
Victor Stinner
2013-08-26
1
-0/+6
*
|
Various clarifications based on feedback & questions over the years.
Tim Peters
2013-08-24
1
-19/+96
|
\
\
|
|
/
|
*
Various clarifications based on feedback & questions over the years.
Tim Peters
2013-08-24
1
-19/+96
*
|
Issue #18772: fix the gdb plugin after the set implementation changes
Antoine Pitrou
2013-08-24
2
-9/+3
*
|
Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures.
Antoine Pitrou
2013-08-23
2
-23/+0
*
|
Add the same dummy type that is used in dictionaries.
Raymond Hettinger
2013-08-23
1
-15/+49
[next]