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 #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner
2015-03-06
2
-8/+0
*
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...
Steve Dower
2015-03-06
2
-89/+5
*
Fix regression introduced by changeset 7c6e3358221a that caused compile
Ned Deily
2015-03-05
1
-2/+2
*
Fixed GCC version testing.
Serhiy Storchaka
2015-03-05
1
-2/+2
*
Fix "GCC diagnostic" in socketmodule.c
Victor Stinner
2015-03-05
1
-2/+2
*
merge 3.4
Benjamin Peterson
2015-03-05
1
-0/+4
|
\
|
*
expose X509_V_FLAG_TRUSTED_FIRST
Benjamin Peterson
2015-03-05
1
-0/+4
*
|
merge 3.4 (#23476)
Benjamin Peterson
2015-03-05
1
-0/+9
|
\
\
|
|
/
|
*
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
Benjamin Peterson
2015-03-05
1
-0/+9
*
|
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-20/+0
|
\
\
|
|
/
|
*
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-20/+0
*
|
Issue #23285: Fix handling of EINTR in fileio.c
Victor Stinner
2015-03-04
1
-28/+46
*
|
Minor neatening-up. Make assignments in same order a struct fields. Line-up...
Raymond Hettinger
2015-03-03
1
-12/+12
*
|
Switch the state variable to unsigned for defined wrap-around behavior.
Raymond Hettinger
2015-03-03
1
-3/+3
*
|
Minor beautification. Move struct definitions to the top. Fix-up a comment.
Raymond Hettinger
2015-03-03
1
-15/+15
*
|
Minor code beautification. Replace macro with in-lineable functions.
Raymond Hettinger
2015-03-03
1
-20/+35
*
|
Beautify and better document the use of the size_t cast for bounds checking.
Raymond Hettinger
2015-03-03
1
-6/+12
*
|
merge 3.4 (#23367)
Benjamin Peterson
2015-03-02
1
-3/+10
|
\
\
|
|
/
|
*
merge 3.3 (#23367)
Benjamin Peterson
2015-03-02
1
-3/+10
|
|
\
|
|
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
1
-3/+10
*
|
|
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...
Steve Dower
2015-03-02
2
-0/+15
*
|
|
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
1
-7/+48
*
|
|
Closes issue #22791: Improved datetime from timestamp methods documentation.
Alexander Belopolsky
2015-03-01
1
-2/+1
*
|
|
Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic.
Raymond Hettinger
2015-03-01
1
-2/+2
*
|
|
Merge heads
Serhiy Storchaka
2015-03-01
1
-6/+12
|
\
\
\
|
*
|
|
Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t.
Raymond Hettinger
2015-03-01
1
-6/+12
*
|
|
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
1
-2/+2
*
|
|
Use unsigned division and modulo for item assignment as well.
Raymond Hettinger
2015-03-01
1
-4/+5
*
|
|
Convert one more division to unsigned arithmetic to speed-up deque_item().
Raymond Hettinger
2015-02-28
1
-1/+3
*
|
|
Line missed in last checkin
Raymond Hettinger
2015-02-28
1
-1/+0
*
|
|
Since the index is always non-negative, use faster unsigned division and modulo.
Raymond Hettinger
2015-02-27
1
-3/+5
*
|
|
Bump the blocksize up from 62 to 64 to speed up the modulo calculation.
Raymond Hettinger
2015-02-27
1
-6/+3
*
|
|
Silenced minor GCC warnings.
Serhiy Storchaka
2015-02-26
3
-2/+17
*
|
|
Issue #15955: Add an option to limit the output size in bz2.decompress().
Antoine Pitrou
2015-02-26
2
-72/+224
*
|
|
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
Steve Dower
2015-02-26
1
-3/+3
*
|
|
Issue #23152: Move declarations back to posixmodule.c.
Serhiy Storchaka
2015-02-22
1
-0/+6
*
|
|
Issue #23152: Move declaration into a header and exclude from stable API.
Serhiy Storchaka
2015-02-22
1
-9/+0
*
|
|
Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes...
Steve Dower
2015-02-21
1
-22/+4
*
|
|
Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
Steve Dower
2015-02-21
1
-3/+3
*
|
|
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...
Steve Dower
2015-02-21
5
-162/+53
*
|
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-8/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-8/+11
*
|
|
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-7/+14
|
\
\
\
|
|
/
/
|
*
|
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-7/+14
|
*
|
Shoould be Py_MIN, not Py_MAX.
Serhiy Storchaka
2015-02-16
1
-1/+1
*
|
|
Regenerated Argument Clinic checksums.
Serhiy Storchaka
2015-02-20
4
-7/+7
*
|
|
Improve struct cache locality by bring commonly accessed fields close together.
Raymond Hettinger
2015-02-20
1
-1/+1
*
|
|
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
Serhiy Storchaka
2015-02-17
5
-12/+9
*
|
|
Issue #23450: Fixed possible integer overflows.
Serhiy Storchaka
2015-02-16
4
-46/+60
[next]