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
*
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
Berker Peksag
2016-03-27
2
-3/+36
*
Document sqlite3.Cursor.close()
Berker Peksag
2016-03-27
1
-0/+6
*
sqlite3 documentation: Connection.iterdump() is a method
Berker Peksag
2016-03-27
1
-2/+2
*
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
Martin Panter
2016-03-27
3
-0/+19
*
_pickle: Fix load_counted_tuple(), use Py_ssize_t for size
Victor Stinner
2016-03-14
1
-1/+1
*
Issue#26616:Fixed a bug in datetime.astimezone() method.
Alexander Belopolsky
2016-03-25
3
-1/+16
*
doctest: fix _module_relative_path() error message
Victor Stinner
2016-03-25
1
-2/+3
*
Issue #25654:
Victor Stinner
2016-03-25
5
-19/+39
*
Issue #21925: Fix test_warnings for release mode
Victor Stinner
2016-03-25
1
-2/+2
*
Use Py_uintptr_t for atomic pointers
Victor Stinner
2016-01-22
3
-30/+31
*
pystate.h: fix _PyThreadState_UncheckedGet()
Victor Stinner
2016-03-24
1
-2/+0
*
warnings.formatwarning(): catch exceptions
Victor Stinner
2016-03-24
3
-2/+29
*
Fix test_warnings.test_improper_option()
Victor Stinner
2016-03-24
1
-6/+9
*
Issue #26621: Remove unnecessary test.
Stefan Krah
2016-03-23
1
-1/+0
*
Issue #26525: Change chr example to match change in ord example.
Terry Jan Reedy
2016-03-23
1
-1/+1
*
Makefile.pre.in (profile-opt): Fix bashism.
doko@ubuntu.com
2016-03-23
1
-1/+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 #24266: Cancel history search mode with Ctrl+C in Readline 7
Martin Panter
2016-03-22
2
-0/+6
*
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: Reunite comment with variable
Martin Panter
2016-03-22
1
-16/+3
*
|
Issue #26525: Change ord example from nu to more easily recognized Euro sign.
Terry Jan Reedy
2016-03-21
1
-2/+2
*
|
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
*
|
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 #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 #19265: Improve test coverage of datetime.tzinfo
Berker Peksag
2016-03-19
1
-0/+3
*
|
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
Berker Peksag
2016-03-19
3
-1/+25
*
|
Suggest people use feature detection in porting guide
Brett Cannon
2016-03-18
1
-0/+46
*
|
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by...
Ezio Melotti
2016-03-18
2
-0/+13
*
|
Issue #26271: Fix the Freeze tool to use variables passed in from the
Brett Cannon
2016-03-18
3
-2/+6
*
|
Fixed a typo.
Serhiy Storchaka
2016-03-18
1
-1/+1
*
|
Issue #26580: Remove outdated reference to ftpmirror
Berker Peksag
2016-03-18
1
-6/+0
*
|
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...
Steve Dower
2016-03-17
2
-1/+5
*
|
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
Ned Deily
2016-03-17
2
-0/+4
*
|
Merge 3.4 into 3.5
Donald Stufft
2016-03-17
3
-2/+2
|
\
\
|
|
/
|
*
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
Donald Stufft
2016-03-17
3
-2/+2
*
|
Fix pyclbr to support importing packages
Victor Stinner
2016-03-17
2
-3/+8
*
|
Issue #17603: Check for st_blocks field without requiring fileblocks.o
Martin Panter
2016-03-18
4
-15/+4
*
|
Py_FatalError: disable faulthandler earlier
Victor Stinner
2016-03-16
1
-5/+5
*
|
Fix usage of PyMem_Malloc() in overlapped.c
Victor Stinner
2016-03-16
1
-3/+6
*
|
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
Martin Panter
2016-03-17
4
-9/+86
*
|
_tracemalloc: store lineno as unsigned int
Victor Stinner
2016-03-15
1
-17/+7
*
|
faulthandler: Test Py_FatalError() with GIL released
Victor Stinner
2016-03-15
2
-2/+18
*
|
Fix Py_FatalError() if called without the GIL
Victor Stinner
2016-03-14
1
-34/+50
*
|
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...
Antoine Pitrou
2016-03-15
2
-9/+19
*
|
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins
2016-03-15
4
-0/+46
[next]