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
*
rename MathcObject to match object in doctrings for re module (#16760)
Andrew Svetlov
2012-12-25
1
-1/+1
*
Issue #16443: Add docstrings to regular expression match objects.
Andrew Svetlov
2012-12-23
1
-9/+49
*
ctypes: DECREF error_object _after_ re-acquiring GIL
Kristjan Valur Jonsson
2012-12-21
1
-1/+1
*
#8853: Allow port to be of type long for socket.getaddrinfo()
Petri Lehtinen
2012-12-20
1
-3/+7
*
call close on the underlying stream even if flush raises (#16597)
Benjamin Peterson
2012-12-20
2
-9/+33
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
3
-5/+5
*
remove dead code
Benjamin Peterson
2012-12-15
1
-2/+0
*
#16681: use "bidirectional class" instead of "bidirectional category" in the ...
Ezio Melotti
2012-12-14
1
-1/+1
*
1 << 31 is invalid for signed integers, fix it by making 1 unsigned.
Gregory P. Smith
2012-12-11
1
-2/+2
*
Issue #16628: Fix a memory leak in ctypes.resize().
Antoine Pitrou
2012-12-08
3
-2/+3
*
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
Antoine Pitrou
2012-12-02
1
-5/+5
*
Plug a leak in timemodule. The module dictionary is saved during
Gregory P. Smith
2012-11-27
1
-3/+6
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-0/+1
*
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
Antoine Pitrou
2012-11-20
2
-9/+8
*
Issue #15677: Also fix docstrings in zlib module.
Nadeem Vawda
2012-11-11
1
-3/+3
*
Fixes issue #9535: Fix pending signals that have been received but not yet
Gregory P. Smith
2012-11-11
1
-0/+16
*
Fix typo in backporting fix of issue #16411 to 2.7.
Nadeem Vawda
2012-11-11
1
-2/+2
*
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...
Nadeem Vawda
2012-11-11
1
-0/+2
*
Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...
Nadeem Vawda
2012-11-11
1
-45/+55
*
Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...
Nadeem Vawda
2012-11-04
1
-6/+23
*
Issue #16230: Fix a crash in select.select() when one the lists changes size ...
Antoine Pitrou
2012-11-01
1
-4/+1
*
Issue #16228: Fix a crash in the json module where a list changes size while ...
Antoine Pitrou
2012-11-01
1
-7/+3
*
Fix docstring for deque ctor to mark iterable parameter optional
Andrew Svetlov
2012-10-31
1
-1/+1
*
initialize more global type objects (closes #16369)
Benjamin Peterson
2012-10-31
1
-0/+3
*
#14897: Enhance error messages of struct.pack and struct.pack_into
Petri Lehtinen
2012-10-29
1
-4/+14
*
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda
2012-10-21
1
-137/+179
*
Fixes Issue #12268 for the io module - File readline, readlines and
Gregory P. Smith
2012-10-12
5
-8/+49
*
Closes #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea
2012-10-03
1
-7/+35
*
2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters...
Senthil Kumaran
2012-09-25
1
-3/+7
*
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
Christian Heimes
2012-09-24
1
-1/+1
*
#15796: Fix \n in readline docstring.
Ezio Melotti
2012-09-18
1
-1/+1
*
#15676: mmap: add empty file check prior to offset check <- Previous patch wa...
Jesus Cea
2012-09-10
1
-0/+1
*
#15676: mmap: add empty file check prior to offset check <- Previous patch wa...
Jesus Cea
2012-09-10
1
-0/+5
*
Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**...
Jesus Cea
2012-09-10
2
-4/+30
*
Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than...
Jesus Cea
2012-09-10
1
-3/+16
*
- Mention _heapq in Setup.dist.
doko@ubuntu.com
2012-09-10
1
-0/+1
*
Closes #15676: mmap: add empty file check prior to offset check
Jesus Cea
2012-09-09
1
-0/+5
*
Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO
Antoine Pitrou
2012-09-05
2
-8/+31
*
Issue #15765: Fix quirky NetBSD getcwd() behaviour.
Trent Nelson
2012-08-29
1
-1/+3
*
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled...
Ronald Oussoren
2012-08-25
4
-7/+125
*
Add workaround for log1p(-0.0) on platforms where it's broken.
Mark Dickinson
2012-08-18
2
-6/+25
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
7
-39/+75
*
Modules/socketmodule.c: netdb_lock: define static.
Matthias Klose
2012-08-14
1
-1/+1
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
1
-0/+15
*
Make TextIOWrapper's documentation clearer by copying the newline argument's ...
Antoine Pitrou
2012-08-03
1
-9/+16
*
#15512: Declarations reorganization
Jesus Cea
2012-08-03
1
-21/+23
*
Closes #15469: Correct __sizeof__ support for deque
Jesus Cea
2012-08-03
1
-1/+20
*
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
1
-2/+21
*
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ...
Antoine Pitrou
2012-08-02
2
-2/+2
*
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou
2012-07-29
1
-0/+12
[next]