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
...
|
*
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
3
-0/+18
*
|
#18581: merge with 3.3.
Ezio Melotti
2013-08-08
1
-32/+0
|
\
\
|
|
/
|
*
#18581: remove duplicate test and run a test class that was skipped. Initial...
Ezio Melotti
2013-08-08
1
-32/+0
*
|
Fix a typo in PyUnicode_CopyCharacters() documentation.
Serhiy Storchaka
2013-08-08
1
-1/+1
|
\
\
|
|
/
|
*
Fix a typo in PyUnicode_CopyCharacters() documentation.
Serhiy Storchaka
2013-08-08
1
-1/+1
*
|
#18267: merge with 3.3.
Ezio Melotti
2013-08-08
1
-9/+9
|
\
\
|
|
/
|
*
#18267: make whitespace consistent and fix an operator.
Ezio Melotti
2013-08-08
1
-9/+9
*
|
#18273: merge with 3.3.
Ezio Melotti
2013-08-08
21
-44/+25
|
\
\
|
|
/
|
*
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...
Ezio Melotti
2013-08-08
21
-44/+25
*
|
Issue #15301: Parsing fd, uid, and gid parameters for builtins
Larry Hastings
2013-08-08
3
-81/+205
*
|
Closing #18668: Properly document setting m_size in PyModuleDef
Eli Bendersky
2013-08-07
1
-4/+10
|
\
\
|
|
/
|
*
Issue #18668: Properly document setting m_size in PyModuleDef
Eli Bendersky
2013-08-07
1
-4/+10
*
|
Issue #18665: fix typos. Patch by Vajrasky Kok.
Antoine Pitrou
2013-08-06
2
-2/+2
*
|
Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.
Antoine Pitrou
2013-08-06
1
-0/+3
*
|
Normalize whitespace
Antoine Pitrou
2013-08-06
1
-1/+0
*
|
Issue #18621: Prevent the site module's patched builtins from keeping too man...
Antoine Pitrou
2013-08-06
3
-93/+111
*
|
Improve verbose reporting of shutdown phase by using the "public" module name
Antoine Pitrou
2013-08-06
1
-6/+7
*
|
In _PyGC_Fini(), lose the reference that was kept to the time module
Antoine Pitrou
2013-08-06
1
-0/+1
*
|
#18443: remove the TextMate entry now that the bundle has been removed and fi...
Ezio Melotti
2013-08-06
1
-2/+1
*
|
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes
2013-08-06
2
-5/+20
|
\
\
|
|
/
|
*
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes
2013-08-06
2
-5/+20
*
|
Issue #14323: Expanded the number of digits in the coefficients for the
Serhiy Storchaka
2013-08-06
4
-9/+51
*
|
Put the most important and most frequency accessed struct member first.
Raymond Hettinger
2013-08-06
1
-1/+1
*
|
Replace outdated optimization with clearer code that compiles better.
Raymond Hettinger
2013-08-06
1
-3/+3
*
|
Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py.
Antoine Pitrou
2013-08-05
1
-0/+113
*
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensi...
Antoine Pitrou
2013-08-05
10
-10/+80
*
|
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
Antoine Pitrou
2013-08-05
4
-3/+23
*
|
* Fix the assertions in hashlib to use unittest assertion methods instead of
Gregory P. Smith
2013-08-05
1
-7/+8
*
|
Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Than...
Mark Dickinson
2013-08-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
Mark Dickinson
2013-08-05
1
-1/+1
*
|
Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures.
Mark Dickinson
2013-08-05
1
-3/+7
*
|
Issue #18659: fix test_format test that wasn't being executed. Thanks Vajras...
Mark Dickinson
2013-08-05
1
-7/+3
*
|
Issue 18532: Added tests and documentation to formally specify the .name attr...
Jason R. Coombs
2013-08-03
2
-0/+17
*
|
Merge: #18657: remove duplicate entries from Misc/ACKS.
R David Murray
2013-08-04
1
-3/+0
|
\
\
|
|
/
|
*
#18657: remove duplicate entries from Misc/ACKS.
R David Murray
2013-08-04
1
-3/+0
*
|
merge
Raymond Hettinger
2013-08-04
1
-2/+2
|
\
\
|
|
/
|
*
Silence compiler warnings for strict function prototype declarations.
Raymond Hettinger
2013-08-04
1
-2/+2
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-04
3
-17/+10
|
\
\
|
|
/
|
*
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Terry Jan Reedy
2013-08-04
3
-17/+10
*
|
Merge.
Alexander Belopolsky
2013-08-04
0
-0/+0
|
\
\
|
*
\
merge
Raymond Hettinger
2013-08-04
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Silence compiler warning for an unused declaration
Raymond Hettinger
2013-08-04
1
-1/+0
*
|
|
Reuse us_per_second in delta_total_seconds.
Alexander Belopolsky
2013-08-04
1
-9/+1
|
/
/
*
|
Merge.
Alexander Belopolsky
2013-08-04
1
-1/+1
|
\
\
|
*
\
merge
Raymond Hettinger
2013-08-04
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Silence compiler warning about an uninitialized variable
Raymond Hettinger
2013-08-04
1
-1/+1
*
|
|
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
Alexander Belopolsky
2013-08-04
4
-22/+42
|
/
/
*
|
Close #18635: Move class level private attribute from instance to class.
Ethan Furman
2013-08-04
2
-1/+19
*
|
Null merge.
Charles-François Natali
2013-08-04
0
-0/+0
|
\
\
|
|
/
|
*
Issue #17684: Fix some test_socket failures due to limited FD passing support
Charles-Francois Natali
2013-05-20
1
-6/+4
[prev]
[next]