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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 17538: Document XML vulnerabilties
Christian Heimes
2013-03-26
9
-0/+183
*
Update collections ABC table to match the __abstractmethods__ attribute for e...
Raymond Hettinger
2013-03-23
1
-21/+27
*
fix variable reference to fix --enable-profiling (closes #17550)
Benjamin Peterson
2013-03-26
3
-2/+7
*
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
Benjamin Peterson
2013-03-24
4
-4/+15
*
update NEWS for #17531
Benjamin Peterson
2013-03-23
1
-1/+1
*
always allow -1 as a uid
Benjamin Peterson
2013-03-23
1
-4/+0
*
group ids and user ids can be longs now (#17531)
Benjamin Peterson
2013-03-23
3
-4/+5
*
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
2
-2/+13
*
after 2.7.4rc1 bump
Benjamin Peterson
2013-03-23
1
-1/+1
*
Added tag v2.7.4rc1 for changeset a8d18780bc2b
Benjamin Peterson
2013-03-23
1
-0/+1
*
version to 2.7.4rc1
v2.7.4rc1
Benjamin Peterson
2013-03-23
6
-11/+11
*
update pydoc topics
Benjamin Peterson
2013-03-23
1
-13/+13
*
nonlocal isn't a 2.x topic
Benjamin Peterson
2013-03-23
1
-1/+1
*
Hold key reference until the links have updated.
Raymond Hettinger
2013-03-23
1
-1/+1
*
Issue #17521: Corrected non-enabling of logger following two calls to fileCon...
Vinay Sajip
2013-03-23
3
-4/+37
*
Updated Misc/NEWS with #17508.
Vinay Sajip
2013-03-23
1
-0/+3
*
Issue #17425: Build against openssl 0.9.8y on Windows.
Martin v. Loewis
2013-03-22
5
-5/+7
*
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip
2013-03-22
2
-6/+60
*
backout 66e30c4870bb for breaking OSX (#13150)
Benjamin Peterson
2013-03-22
5
-93/+66
*
Modernize unittest example
Raymond Hettinger
2013-03-22
1
-2/+4
*
- Issue #13150: sysconfig no longer parses the Makefile and config.h files
doko@ubuntu.com
2013-03-21
5
-66/+93
*
fix issue reference
Benjamin Peterson
2013-03-20
1
-1/+1
*
this obviously is not going to raise any -3 warnings
Benjamin Peterson
2013-03-20
1
-9/+6
*
site.py is needed to set up paths
Benjamin Peterson
2013-03-20
1
-1/+1
*
Use a larger amount of data for the interrupted_write tests so that
Gregory P. Smith
2013-03-20
1
-1/+1
*
Issue #10212: Support new buffer interface for struct.unpack and
Kristján Valur Jónsson
2013-03-20
5
-35/+63
*
Issue #10211 : Buffer object should support the new buffer interface.
Kristján Valur Jónsson
2013-03-19
2
-2/+21
*
Issue #12098 : Fix a missing import in the unittests.
Kristján Valur Jónsson
2013-03-20
1
-0/+1
*
Issue #10296 : Don't handle BreakPoint exceptions using
Kristján Valur Jónsson
2013-03-19
1
-0/+5
*
Issue #12098: multiprocessing on Windows now starts child processes
Kristján Valur Jónsson
2013-03-19
6
-18/+72
*
- update config.guess and config.sub
doko@ubuntu.com
2013-03-19
2
-48/+61
*
Reindent files for:
doko@ubuntu.com
2013-03-19
3
-63/+63
*
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
doko@ubuntu.com
2013-03-19
23
-712/+1228
*
issue #9090 : Take the same approach for socketmodule as daytimemodule
Kristján Valur Jónsson
2013-03-19
4
-26/+11
*
#8862: Fix curses cleanup with getchar is interrupted by a signal.
R David Murray
2013-03-19
2
-1/+5
*
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
3
-15/+101
*
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
Gregory P. Smith
2013-03-18
242
-8021/+34718
*
open file in binary mode
Benjamin Peterson
2013-03-18
1
-2/+2
*
#16057: Clarify why the base method default is called in custom encoders.
R David Murray
2013-03-18
2
-0/+3
*
Issue #17415: Trim trailing whitespace
Terry Jan Reedy
2013-03-17
1
-1/+1
*
Issue #17415: Clarify 'this' referent by moving containing sentence just after
Terry Jan Reedy
2013-03-17
1
-7/+5
*
Merge heads.
Terry Jan Reedy
2013-03-16
1
-3/+3
|
\
|
*
Issue #17418: specify that buffer sizes are bytes.
Terry Jan Reedy
2013-03-16
1
-3/+3
*
|
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...
Ezio Melotti
2013-03-16
4
-22/+36
|
/
*
Issue #17398: document url argument of RobotFileParser
Terry Jan Reedy
2013-03-15
1
-3/+3
*
Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
Terry Jan Reedy
2013-03-14
2
-1/+3
*
Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote().
Serhiy Storchaka
2013-03-14
3
-18/+58
*
Issue #17299: Add test coverage for cPickle with file objects and general IO
Serhiy Storchaka
2013-03-14
3
-25/+114
[next]