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
*
_warnings.warn_explicit(): try to import warnings
Victor Stinner
2016-03-22
1
-14/+36
*
Implement finalizer for os.scandir() iterator
Victor Stinner
2016-03-22
1
-17/+47
*
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-22
13
-19/+34
*
Fix macros in hashtable.h
Victor Stinner
2016-03-22
1
-2/+2
*
Merge 3.5
Victor Stinner
2016-03-22
1
-15/+1
|
\
|
*
Enhance _tracemalloc debug mode
Victor Stinner
2016-03-22
1
-1/+1
|
*
Fix _tracemalloc start/stop
Victor Stinner
2016-03-22
1
-14/+0
*
|
Issue #26588: remove debug traces from _tracemalloc.
Victor Stinner
2016-03-22
5
-91/+5
*
|
Issue #26588: skip test_warnings.test_tracemalloc()
Victor Stinner
2016-03-22
1
-0/+1
*
|
Issue #26588: more debug traces
Victor Stinner
2016-03-22
1
-1/+6
*
|
Issue #26588: Don't call tracemalloc_init() at module initilization
Victor Stinner
2016-03-22
1
-0/+2
*
|
Issue #26588: one more assertion
Victor Stinner
2016-03-22
1
-0/+1
*
|
Add assertions on tracemalloc_reentrant_key
Victor Stinner
2016-03-22
1
-2/+8
*
|
Issue #26588: more assertions
Victor Stinner
2016-03-22
1
-2/+23
*
|
Issue #26588: fix compilation on Windows
Victor Stinner
2016-03-22
1
-0/+2
*
|
Issue #26588: add debug traces
Victor Stinner
2016-03-22
3
-5/+59
*
|
regrtest: add time to output
Victor Stinner
2016-03-22
2
-6/+19
*
|
Add C functions _PyTraceMalloc_Track()
Victor Stinner
2016-03-22
5
-11/+300
*
|
tracemalloc now supports domains
Victor Stinner
2016-03-22
5
-104/+388
*
|
Remove _Py_hashtable_delete()
Victor Stinner
2016-03-22
2
-8/+3
*
|
Simplify implementation of hashtable.c
Victor Stinner
2016-03-22
3
-66/+17
*
|
Issue #24266: Merge readline Ctrl+C handling from 3.5
Martin Panter
2016-03-22
2
-0/+6
|
\
\
|
|
/
|
*
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
Martin Panter
2016-03-22
2
-0/+6
*
|
merge 3.5 (#17167)
Benjamin Peterson
2016-03-22
1
-1/+1
|
\
\
|
|
/
|
*
merge 3.4 (#17167)
Benjamin Peterson
2016-03-22
1
-1/+1
|
|
\
|
|
*
remove useless $ keyword (closes #17167)
Benjamin Peterson
2016-03-22
1
-1/+1
*
|
|
Issue #15699: Merge readline fixup from 3.5
Martin Panter
2016-03-22
1
-16/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #15699: Reunite comment with variable
Martin Panter
2016-03-22
1
-16/+3
*
|
|
Issue #26588: Fix compilation warning on Windows
Victor Stinner
2016-03-21
1
-1/+1
*
|
|
hashtable.h now supports keys of any size
Victor Stinner
2016-03-21
4
-138/+294
*
|
|
cleanup iobase.c
Victor Stinner
2016-03-19
1
-1/+1
*
|
|
Fix test_ssl.test_refcycle()
Victor Stinner
2016-03-21
1
-1/+1
*
|
|
Add socket finalizer
Victor Stinner
2016-03-21
2
-18/+56
*
|
|
Ooops, revert changeset ea9efa06c137
Victor Stinner
2016-03-21
4
-270/+121
*
|
|
Optimize bytes.replace(b'', b'.')
Victor Stinner
2016-03-21
5
-18/+45
*
|
|
_tracemalloc: add domain to trace keys
Victor Stinner
2016-03-18
4
-121/+270
*
|
|
Merge with 3.5
Terry Jan Reedy
2016-03-21
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #26525: Change ord example from nu to more easily recognized Euro sign.
Terry Jan Reedy
2016-03-21
1
-2/+2
*
|
|
Merge with 3.5
Terry Jan Reedy
2016-03-21
1
-2/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #15660: Further clarify 0 prefix for width specifier in formats.
Terry Jan Reedy
2016-03-21
1
-2/+4
*
|
|
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
8
-6/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
8
-6/+10
*
|
|
Issues #25643, #26581: Added new tests for detecting Python source code encod...
Serhiy Storchaka
2016-03-20
1
-2/+81
|
\
\
\
|
|
/
/
|
*
|
Added new tests for detecting Python source code encoding.
Serhiy Storchaka
2016-03-20
1
-2/+81
*
|
|
Issue #12813: uuid.uuid4() no longer depends on ctypes
Berker Peksag
2016-03-20
1
-1/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #12813: uuid.uuid4() no longer depends on ctypes
Berker Peksag
2016-03-20
1
-1/+0
*
|
|
Issue #19164: Improve exception message of uuid.UUID()
Berker Peksag
2016-03-20
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #19164: Improve exception message of uuid.UUID()
Berker Peksag
2016-03-20
1
-1/+2
*
|
|
Issue #26593: Fix typo in logging HOWTO
Berker Peksag
2016-03-20
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26593: Fix typo in logging HOWTO
Berker Peksag
2016-03-20
1
-1/+1
[next]