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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
Serhiy Storchaka
2014-07-30
1
-2/+2
*
Issue #21704: Fix build error for _multiprocessing when semaphores
Richard Oudkerk
2014-07-28
1
-0/+2
*
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
Victor Stinner
2014-07-26
1
-2/+9
*
Issue #22044: Fixed premature DECREF in call_tzinfo_method.
Raymond Hettinger
2014-07-25
1
-7/+7
*
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
Victor Stinner
2014-07-24
1
-1/+5
*
Issue #19884: readline: Disable the meta modifier key if stdout is not a
Victor Stinner
2014-07-24
1
-0/+11
*
Call PyErr_NoMemory() when PyMem_Malloc() fails.
Serhiy Storchaka
2014-07-14
1
-1/+3
*
Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires
Victor Stinner
2014-07-07
1
-1/+1
*
properly decref the return value of close()
Benjamin Peterson
2014-07-05
1
-3/+5
*
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
Victor Stinner
2014-07-02
1
-2/+2
*
Issue #8677: make the zlib module "ssize_t clean" for parsing parameters
Victor Stinner
2014-07-01
1
-0/+1
*
Closes #21780: make the unicodedata module "ssize_t clean" for parsing parame...
Victor Stinner
2014-07-01
1
-2/+8
*
Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters.
Victor Stinner
2014-07-01
1
-2/+9
*
Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C
Victor Stinner
2014-07-01
1
-2/+3
*
Fix typo in socket.getaddrinfo() docstring.
Berker Peksag
2014-06-30
1
-4/+4
*
Issue #21858: Better handling of Python exceptions in the sqlite3 module.
Victor Stinner
2014-06-26
1
-16/+26
*
Issue #19145: Fix handling of negative values for a "times" keyword argument...
Raymond Hettinger
2014-06-25
1
-2/+5
*
PyErr_NormalizeException doesn't like being called with an exception set
Serhiy Storchaka
2014-06-11
3
-12/+12
*
Issue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka
2014-06-09
1
-9/+27
*
Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
Serhiy Storchaka
2014-06-09
2
-0/+2
*
Issue #21639: Fix name of _testcapi test functions
Victor Stinner
2014-06-02
1
-2/+2
*
Issue #17095: Fix Modules/Setup *shared* support.
Ned Deily
2014-06-02
2
-6/+16
*
Fix the comment to not refer to the removed end_fd parameter.
Gregory P. Smith
2014-06-01
1
-2/+2
*
Don't restrict ourselves to a "max" fd when closing fds before exec()
Gregory P. Smith
2014-06-01
1
-43/+44
*
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-1/+35
*
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka
2014-05-28
1
-2/+22
*
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
3
-11/+61
*
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
3
-19/+17
*
Issue #21497: faulthandler functions now raise a better error if sys.stderr is
Victor Stinner
2014-05-14
1
-0/+4
*
Backed out changeset 6ceedbd88b5f
Victor Stinner
2014-05-14
1
-10/+6
*
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...
Victor Stinner
2014-05-14
1
-6/+10
*
use logical rather than bit and
Benjamin Peterson
2014-05-11
1
-1/+1
*
Issue #21435: Segfault in gc with cyclic trash
Tim Peters
2014-05-08
1
-11/+23
*
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-4/+5
*
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
1
-12/+12
*
Issue 21375: Fix possible Py_ssizet overflow in heapq.
Raymond Hettinger
2014-05-03
1
-8/+8
*
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
1
-4/+9
*
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
1
-3/+22
*
Fixes for KFreeBSD and the Hurd:
doko@ubuntu.com
2014-04-17
1
-1/+1
*
#15840: make docs consistent by saying operations on closed files raise Value...
Andrew Kuchling
2014-04-16
1
-2/+2
*
Add conditional code for android's lack of definition of SYS_getdent64.
Gregory P. Smith
2014-04-14
1
-0/+6
*
merge 3.3
Benjamin Peterson
2014-04-14
1
-4/+5
|
\
|
*
merge 3.2
Benjamin Peterson
2014-04-14
1
-4/+5
|
|
\
|
|
*
disallow a negative idx parameter
Benjamin Peterson
2014-04-14
1
-4/+5
*
|
|
merge 3.3
Benjamin Peterson
2014-04-14
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Benjamin Peterson
2014-04-14
1
-1/+4
|
|
\
\
|
|
|
/
|
|
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
1
-1/+4
*
|
|
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily
2014-03-27
1
-1/+1
*
|
|
Issue #21036: Fix typo in macro name
Victor Stinner
2014-03-24
3
-6/+6
*
|
|
Issue #21015: SSL contexts will now automatically select an elliptic curve fo...
Antoine Pitrou
2014-03-22
1
-0/+15
[next]