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
*
Clinic-ize the crypt module. Derby!
Antoine Pitrou
2014-01-14
1
-15/+56
*
merge 3.3 (#20251)
Benjamin Peterson
2014-01-14
1
-1/+0
|
\
|
*
remove overly strict assertion (closes #20251)
Benjamin Peterson
2014-01-14
1
-1/+0
*
|
merge 3.3 (#20250)
Benjamin Peterson
2014-01-14
1
-1/+3
|
\
\
|
|
/
|
*
correct defaultdict signature in docstring (closes #20250)
Benjamin Peterson
2014-01-14
1
-1/+3
|
*
merge 3.2 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+5
|
|
\
|
|
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+5
|
|
*
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
3
-7/+7
|
|
*
This local change was lost during the fixing of issue17192 to update
Gregory P. Smith
2013-04-30
1
-0/+5
|
*
|
fix build when SCHED_SPORADIC is defined (closes #20217)
Benjamin Peterson
2014-01-10
1
-1/+1
*
|
|
merge 3.3 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+5
*
|
|
fix refleak in the error case
Benjamin Peterson
2014-01-13
1
-2/+2
*
|
|
Issue #20228: Argument Clinic now has special support for class special
Larry Hastings
2014-01-12
1
-8/+2
*
|
|
Issue #20214: Fixed a number of small issues and documentation errors in
Larry Hastings
2014-01-12
1
-6/+6
*
|
|
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...
Antoine Pitrou
2014-01-09
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
Remove conditional: it is useless at this point (OpenSSL headers are not yet ...
Antoine Pitrou
2014-01-09
1
-2/+0
|
*
|
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...
Antoine Pitrou
2014-01-09
1
-2/+5
*
|
|
merge 3.3
Benjamin Peterson
2014-01-09
1
-3/+1
|
\
\
\
|
|
/
/
|
*
|
fix zipimport ref leak
Benjamin Peterson
2014-01-09
1
-3/+1
*
|
|
(Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError
Victor Stinner
2014-01-08
1
-9/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #20113: os.readv() and os.writev() now raise an OSError exception on
Victor Stinner
2014-01-08
1
-9/+15
*
|
|
Fixes issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith
2014-01-08
1
-48/+238
|
\
\
\
|
|
/
/
|
*
|
Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith
2014-01-08
1
-47/+238
*
|
|
Issue #19723: Missed one conversion to the new Argument Clinic syntax.
Larry Hastings
2014-01-07
1
-3/+3
*
|
|
Issue #12837: Silence a Clang compiler warning on OS X.
Brett Cannon
2014-01-07
1
-1/+15
*
|
|
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings
2014-01-07
9
-135/+135
*
|
|
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
Larry Hastings
2014-01-07
1
-5/+5
*
|
|
Issue #20144: Argument Clinic now supports simple constants as parameter
Larry Hastings
2014-01-07
2
-18/+62
*
|
|
Issue #20142: Py_buffer variables generated by Argument Clinic are now
Larry Hastings
2014-01-06
1
-4/+4
*
|
|
Issue #19659: Added documentation for Argument Clinic.
Larry Hastings
2014-01-04
1
-5/+2
*
|
|
Issue #19976: Argument Clinic METH_NOARGS functions now always
Larry Hastings
2014-01-04
2
-20/+137
*
|
|
Merge from 3.3.
Stefan Krah
2014-01-04
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Whitespace.
Stefan Krah
2014-01-04
1
-3/+3
*
|
|
* Issue #16113: Remove sha3 module again.
Martin v. Löwis
2014-01-03
23
-7930/+0
*
|
|
Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check
Victor Stinner
2014-01-03
1
-5/+6
*
|
|
audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a
Victor Stinner
2014-01-03
1
-0/+6
*
|
|
threading.RLock._acquire_restore() now raises a TypeError instead of a
Victor Stinner
2014-01-02
1
-3/+3
*
|
|
(Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error
Victor Stinner
2014-01-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
parser: fix usage of Py_BuildValue() to build a parser error
Victor Stinner
2014-01-02
1
-1/+1
*
|
|
whatsnew for gc.get_stats, plus doc tweaks.
R David Murray
2013-12-26
1
-0/+1
*
|
|
merge
Christian Heimes
2013-12-21
6
-7/+33
|
\
\
\
|
*
|
|
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
Antoine Pitrou
2013-12-21
6
-7/+33
*
|
|
|
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
11
-228/+20
|
/
/
/
*
|
|
(Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now
Victor Stinner
2013-12-19
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a
Victor Stinner
2013-12-19
1
-0/+5
*
|
|
(Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid
Victor Stinner
2013-12-19
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
1
-1/+4
*
|
|
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-1/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-1/+8
|
*
|
remove trailing spaces.
Gregory P. Smith
2013-12-18
1
-7/+7
[next]