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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
Ned Deily
2012-07-30
1
-0/+2
|
*
|
Fix invalid UTF-8 encoding in commit message.
Ned Deily
2012-07-30
1
-1/+1
|
*
|
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou
2012-07-29
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou
2012-07-29
1
-0/+3
*
|
|
merged
Barry Warsaw
2012-07-29
1
-0/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou
2012-07-29
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou
2012-07-29
1
-0/+3
|
*
|
Issue #15467: Merge 3.2
Martin v. Löwis
2012-07-29
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis
2012-07-29
1
-0/+3
|
|
*
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
2
-0/+4
|
*
|
Close #15425: Eliminate more importlib related traceback noise
Nick Coghlan
2012-07-29
1
-0/+3
|
*
|
Issue #14578: Support modules registered in the Windows registry again.
Martin v. Löwis
2012-07-28
1
-0/+2
*
|
|
Add NEWS
Barry Warsaw
2012-07-29
1
-0/+3
|
/
/
*
|
Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Wind...
Martin v. Löwis
2012-07-28
1
-0/+3
*
|
Commit unsaved edits.
Martin v. Löwis
2012-07-28
1
-2/+2
*
|
Issue #15466: Stop using TYPE_INT64 in marshal,
Martin v. Löwis
2012-07-28
1
-0/+3
*
|
Issue #1692335: Move initial args assignment to BaseException.__new__
Richard Oudkerk
2012-07-28
1
-0/+3
*
|
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Stefan Krah
2012-07-28
1
-0/+2
*
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
2
-0/+4
*
|
Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
Richard Oudkerk
2012-07-27
1
-0/+3
*
|
- Issue #15458: python-config gets a new option --configdir to print the
Barry Warsaw
2012-07-26
2
-1/+7
*
|
Issue #15456: Fix code __sizeof__ after #12399 change.
Martin v. Löwis
2012-07-26
1
-0/+3
*
|
Issue #15041: update "see also" list in tkinter documentation.
Andrew Svetlov
2012-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #15041: update "see also" list in tkinter documentation.
Andrew Svetlov
2012-07-26
1
-0/+2
*
|
Issue #15320: Make iterating the list of tests thread-safe when running tests...
Antoine Pitrou
2012-07-25
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15320: Make iterating the list of tests thread-safe when running tests...
Antoine Pitrou
2012-07-25
1
-0/+3
*
|
Issue #15413: os.times() had disappeared under Windows.
Antoine Pitrou
2012-07-24
1
-0/+2
*
|
#15232: make NEWS entry more accurate.
R David Murray
2012-07-24
1
-1/+1
|
\
\
|
|
/
|
*
#15232: make NEWS entry more accurate.
R David Murray
2012-07-24
1
-1/+1
*
|
Issue #14197: merge
Ned Deily
2012-07-24
2
-1/+5
|
\
\
|
|
/
|
*
Issue #14197: For OS X framework builds, ensure links to the shared
Ned Deily
2012-07-24
2
-1/+5
*
|
Issue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge
2012-07-23
1
-0/+4
|
\
\
|
|
/
|
*
Issue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge
2012-07-23
1
-0/+4
|
*
merge heads.
Senthil Kumaran
2012-07-23
1
-0/+3
|
|
\
*
|
\
merge heads.
Senthil Kumaran
2012-07-23
1
-0/+3
|
\
\
\
|
*
\
\
Merge #15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray
2012-07-23
1
-0/+3
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
#15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray
2012-07-23
1
-0/+3
*
|
|
|
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...
Senthil Kumaran
2012-07-23
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...
Senthil Kumaran
2012-07-23
1
-0/+3
|
|
/
*
|
#15094: fix incorrectly placed #endif in _tkinter.c.
Andrew Svetlov
2012-07-22
1
-0/+3
*
|
Merge #13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray
2012-07-22
1
-0/+3
|
\
\
|
|
/
|
*
#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray
2012-07-22
2
-0/+4
*
|
Merge #12353: argparse now correctly handles null argument values.
R David Murray
2012-07-22
1
-0/+2
|
\
\
|
|
/
|
*
#12353: argparse now correctly handles null argument values.
R David Murray
2012-07-22
1
-0/+2
*
|
Issue #15184: Ensure consistent results of OS X configuration
Ned Deily
2012-07-21
1
-0/+5
*
|
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...
Florent Xicluna
2012-07-21
1
-1/+4
|
\
\
|
|
/
|
*
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...
Florent Xicluna
2012-07-21
1
-0/+3
|
*
Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after er...
Antoine Pitrou
2012-07-20
1
-0/+3
*
|
Move importlib.test.benchmark to Tools/importbench to make it more
Brett Cannon
2012-07-20
1
-0/+2
*
|
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-0/+2
[prev]
[next]