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 #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
1
-6/+7
*
|
also backout f1dc30a1be72 for not being a bugfix
Benjamin Peterson
2013-06-23
1
-1/+1
*
|
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
Victor Stinner
2013-06-23
1
-1/+6
*
|
backout 5accb0ac8bfb; needs more discussion on python-dev
Benjamin Peterson
2013-06-22
1
-7/+11
*
|
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...
Andrew Kuchling
2013-06-22
1
-3/+8
*
|
Arrange structure to match the common access patterns.
Raymond Hettinger
2013-06-22
1
-1/+1
*
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
1
-0/+3
*
|
ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
*
|
#18113: Objects associated to a curses.panel object with set_userptr() were l...
Andrew Kuchling
2013-06-15
1
-0/+4
*
|
Fix comment blocks. Adjust blocksize to a power-of-two for better divmod com...
Raymond Hettinger
2013-06-14
1
-11/+7
*
|
Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
1
-1/+1
*
|
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+9
*
|
Issue #17979: Fixed the re module in build with --disable-unicode.
Serhiy Storchaka
2013-05-21
1
-2/+2
*
|
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
1
-1/+1
*
|
#16523: improve attrgetter/itemgetter/methodcaller documentation.
Ezio Melotti
2013-05-08
1
-7/+7
*
|
Issue #17928: Fix test_structmembers on 64-bit big-endian machines.
Antoine Pitrou
2013-05-08
1
-1/+1
*
|
Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.
Antoine Pitrou
2013-05-07
1
-3/+5
*
|
Issue #17289: The readline module now plays nicer with external modules or ap...
Antoine Pitrou
2013-05-06
1
-8/+19
*
|
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
Charles-Francois Natali
2013-05-06
1
-7/+28
*
|
Issue #14173: Avoid crashing when reading a signal handler during interpreter...
Antoine Pitrou
2013-05-04
1
-3/+11
*
|
This local change was lost during the fixing of issue17192 to update
Gregory P. Smith
2013-04-30
1
-0/+5
*
|
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
3
-7/+7
*
|
Issue #17710: Fix cPickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
1
-4/+6
*
|
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
Serhiy Storchaka
2013-04-13
1
-11/+11
*
|
- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
doko@ubuntu.com
2013-04-09
1
-0/+3
*
|
- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
doko@ubuntu.com
2013-04-08
1
-4/+19
*
|
Issue #17662: fix socketmodule compilation with Setup.dist.
Kristjan Valur Jonsson
2013-04-08
1
-1/+1
*
|
Revert a premature patch for issue #14010 (changeset d17d10c84d27).
Serhiy Storchaka
2013-04-06
1
-65/+10
*
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-10/+65
*
|
always allow -1 as a uid
Benjamin Peterson
2013-03-23
1
-4/+0
*
|
undo PyInt -> PyLong change; that was wrong
Benjamin Peterson
2013-03-23
1
-2/+2
*
|
return int instead long when possible (#17531)
Benjamin Peterson
2013-03-23
1
-2/+2
*
|
Issue #10212: Support new buffer interface for struct.unpack and
Kristján Valur Jónsson
2013-03-20
2
-34/+44
*
|
Issue #10296 : Don't handle BreakPoint exceptions using
Kristján Valur Jónsson
2013-03-19
1
-0/+5
*
|
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
doko@ubuntu.com
2013-03-19
2
-393/+745
*
|
issue #9090 : Take the same approach for socketmodule as daytimemodule
Kristján Valur Jónsson
2013-03-19
2
-24/+5
*
|
#8862: Fix curses cleanup with getchar is interrupted by a signal.
R David Murray
2013-03-19
1
-1/+3
*
|
issue #9090 : Limit the fix to windows since getting a portable simple
Kristján Valur Jónsson
2013-03-19
1
-1/+20
*
|
Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
Kristján Valur Jónsson
2013-03-19
2
-15/+96
*
|
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
Gregory P. Smith
2013-03-18
241
-8021/+34714
*
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
Terry Jan Reedy
2013-03-11
9
-18/+18
*
|
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li...
Antoine Pitrou
2013-03-04
1
-6/+34
*
|
Issue #13555: Fix an integer overflow check.
Serhiy Storchaka
2013-02-26
1
-1/+1
*
|
#17275: Fix class name in init errors in C bufferedio classes.
R David Murray
2013-02-24
1
-2/+2
*
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
Serhiy Storchaka
2013-02-18
1
-2/+4
*
|
Issue #9669: Protect re against infinite loops on zero-width matching in
Serhiy Storchaka
2013-02-16
1
-2/+7
*
|
Issue #13169: The maximal repetition number in a regular expression has been
Serhiy Storchaka
2013-02-16
2
-8/+24
*
|
Issue #16743: Fix mmap overflow check on 32 bit Windows
Richard Oudkerk
2013-02-13
1
-11/+11
*
|
Issue #13555: cPickle now supports files larger than 2 GiB.
Serhiy Storchaka
2013-02-12
2
-123/+154
*
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka
2013-02-12
4
-138/+260
[prev]
[next]