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 #5292: Fixed mmap crash on its boundary access m[len(m)].
Hirokazu Yamamoto
2009-02-17
1
-2/+2
*
PyList_Append() can fail
Benjamin Peterson
2009-02-16
1
-2/+4
*
fix compiler warnings
Benjamin Peterson
2009-02-16
1
-5/+5
*
Add GC support to count() objects. Backport candidate.
Raymond Hettinger
2009-02-16
1
-4/+14
*
Add keyword argument support to itertools.count().
Raymond Hettinger
2009-02-14
1
-6/+5
*
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
Georg Brandl
2009-02-13
1
-6/+8
*
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
Gregory P. Smith
2009-02-13
8
-98/+218
*
Fix spaces/tabs in example.
Raymond Hettinger
2009-02-12
1
-4/+3
*
Issue 5032: added a step argument to itertools.count() and allowed non-integ...
Raymond Hettinger
2009-02-12
1
-33/+86
*
Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even
Gregory P. Smith
2009-02-11
1
-2/+8
*
Issue#5203: ctypes segfaults when passing a unicode string to a
Thomas Heller
2009-02-10
1
-0/+1
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
1
-1/+17
*
Issue 4804. Add a function to test the validity of file descriptors on Windo...
Kristján Valur Jónsson
2009-02-10
2
-2/+126
*
Enforcing Tk 8.3.1 requirement.
Guilherme Polo
2009-02-09
1
-2/+2
*
Fixed issue #5122: Synchronize tk load failure check to prevent a
Guilherme Polo
2009-02-09
3
-30/+122
*
Issue 5171: itertools.product docstring missing 'repeat' argument
Raymond Hettinger
2009-02-09
1
-0/+3
*
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Nick Coghlan
2009-02-08
1
-3/+3
*
Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
Guilherme Polo
2009-02-06
1
-17/+25
*
Partial fix to issue #1731706: memory leak in Tkapp_Call when calling
Guilherme Polo
2009-02-06
1
-1/+3
*
issue 4804: Provide checks for the format string of strftime, and for the "m...
Kristján Valur Jónsson
2009-02-04
1
-0/+17
*
This refactoring should make it easier to add new calling conventions.
Thomas Heller
2009-02-03
3
-400/+29
*
Fix for issue #1581476
Guilherme Polo
2009-02-02
1
-2/+1
*
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
Gregory P. Smith
2009-01-31
1
-3/+27
*
make _tkinter._flatten check the result of PySequence_Size for errors #3880
Benjamin Peterson
2009-01-30
1
-1/+3
*
Fix typo.
Raymond Hettinger
2009-01-29
1
-1/+1
*
Update itertools.__doc__ to include all tools.
Raymond Hettinger
2009-01-29
1
-5/+12
*
Promote combinations_with_replacement() from a recipe to a regular itertool.
Raymond Hettinger
2009-01-27
1
-2/+251
*
Fix signed/unsigned mismatch.
Raymond Hettinger
2009-01-26
1
-1/+1
*
Promote compress() from a recipe to being a regular itertool.
Raymond Hettinger
2009-01-25
1
-0/+157
*
fix building the core with --disable-unicode
Benjamin Peterson
2009-01-25
1
-0/+2
*
Issue #1672332: Fix unpickling of subnormal floats, which was raising
Mark Dickinson
2009-01-24
1
-1/+2
*
Issue #5008: When a file is opened in append mode with the new IO library,
Antoine Pitrou
2009-01-21
1
-0/+13
*
backport r68802 (bugfix)
Benjamin Peterson
2009-01-20
1
-1/+1
*
issue 5002: fix windows warning that I intro'ed with r68768
Jesse Noller
2009-01-20
1
-3/+1
*
simplify code
Benjamin Peterson
2009-01-19
1
-4/+2
*
Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...
Jesse Noller
2009-01-19
2
-2/+14
*
Issue 4957
Kristján Valur Jónsson
2009-01-19
1
-1/+1
*
raise an OSError for invalid fds #4991
Benjamin Peterson
2009-01-19
1
-0/+20
*
#4077: No need to append \n when calling Py_FatalError
Amaury Forgeot d'Arc
2009-01-17
1
-1/+1
*
Fix refcount leak in error cases. Bug found by coverity.
Thomas Heller
2009-01-13
1
-1/+4
*
#3720: Interpreter crashes when an evil iterator removes its own next function.
Amaury Forgeot d'Arc
2009-01-12
1
-11/+0
*
Issue #3860: GzipFile and BZ2File now support the context manager protocol.
Antoine Pitrou
2009-01-10
1
-0/+32
*
Issue #4074: Change the criteria for doing a full garbage collection (i.e.
Antoine Pitrou
2009-01-09
1
-1/+65
*
Issue 4293: Make Py_AddPendingCall() thread safe
Kristján Valur Jónsson
2009-01-09
1
-0/+38
*
Fix issue 4884, preventing a crash in the socket code when python is compiled
Jeffrey Yasskin
2009-01-09
1
-1/+5
*
be more specific in -3 option help
Benjamin Peterson
2009-01-09
1
-1/+1
*
Forward port r68394 for issue 4816.
Raymond Hettinger
2009-01-08
1
-10/+2
*
The _tkinter module functions "createfilehandler", "deletefilehandler",
Guilherme Polo
2009-01-03
1
-0/+36
*
Issue #4051: Prevent conflict of UNICODE macros in cPickle.
Martin v. Löwis
2009-01-02
1
-0/+8
*
#4801 _collections module fails to build on cygwin.
Amaury Forgeot d'Arc
2009-01-02
1
-2/+2
[prev]
[next]