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
...
*
Revert r61029.
Georg Brandl
2008-02-25
2
-12/+1
*
Rename sphinx.addons to sphinx.ext.
Georg Brandl
2008-02-25
1
-1/+1
*
Issue 2117. Update compiler module to handle class decorators.
Facundo Batista
2008-02-25
4
-4/+21
*
Thomas Herve explained to me that PyCrypto depends on the constants. I'm addi...
Christian Heimes
2008-02-25
1
-1/+6
*
Use file descriptor for real stdout
Andrew M. Kuchling
2008-02-25
1
-1/+3
*
Move .setupterm() output so that we don't try to call endwin() if it fails
Andrew M. Kuchling
2008-02-25
1
-4/+3
*
Fix a minor typo in a docstring.
Brett Cannon
2008-02-25
1
-1/+1
*
Add minor markup for a string.
Brett Cannon
2008-02-25
1
-3/+3
*
Fix indentation
Neal Norwitz
2008-02-25
2
-2/+2
*
Added dependency rules for Objects/stringlib/*.h
Christian Heimes
2008-02-24
1
-14/+14
*
Corrected assert to check for correct type in py3k.
Eric Smith
2008-02-24
1
-1/+1
*
Create a db_home directory with a unique name so multiple users can
Neal Norwitz
2008-02-24
17
-78/+72
*
Remove duplicate 'import re' in decimal.py
Mark Dickinson
2008-02-24
1
-2/+1
*
Use PY_FORMAT_SIZE_T instead of z for string formatting. Thanks Neal.
Christian Heimes
2008-02-24
2
-4/+8
*
Fix typo of hexidecimal
Neal Norwitz
2008-02-24
2
-3/+3
*
Get ctypes working on the Alpha (Tru64). The problem was that there
Neal Norwitz
2008-02-24
1
-1/+1
*
Issue 1742669. Now %d accepts very big float numbers.
Facundo Batista
2008-02-24
4
-32/+118
*
Add a little info to the 3k deprecation warnings about what to use instead.
Neal Norwitz
2008-02-24
1
-4/+4
*
Remove stray word
Andrew M. Kuchling
2008-02-24
1
-1/+1
*
map(None, ...) is not supported in 3.0.
Neal Norwitz
2008-02-24
1
-3/+9
*
#1627: httplib now ignores negative Content-Length headers.
Georg Brandl
2008-02-24
3
-0/+12
*
#900744: If an invalid chunked-encoding header is sent by a server,
Georg Brandl
2008-02-24
3
-1/+40
*
MS Windows doesn't have mode_t but stat.st_mode is defined as unsigned short.
Christian Heimes
2008-02-23
1
-0/+5
*
Specify what kind of warning -3 emits.
Georg Brandl
2008-02-23
1
-0/+2
*
Document import ./. threading issues. #1720705.
Georg Brandl
2008-02-23
2
-1/+12
*
#1506171: added operator.methodcaller().
Georg Brandl
2008-02-23
4
-0/+169
*
#1826: allow dotted attribute paths in operator.attrgetter.
Georg Brandl
2008-02-23
4
-5/+78
*
#1825: correctly document msilib.add_data.
Georg Brandl
2008-02-23
1
-5/+11
*
Added simple test case. Thanks Benjamin Peterson.
Facundo Batista
2008-02-23
1
-0/+33
*
In test_heapq and test_bisect, test both the Python and the C implementation.
Georg Brandl
2008-02-23
2
-159/+234
*
Use os.closerange().
Georg Brandl
2008-02-23
1
-5/+1
*
Use os.closerange() in popen2.
Georg Brandl
2008-02-23
1
-5/+1
*
Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga.
Georg Brandl
2008-02-23
1
-0/+62
*
#2101: fix removeAttribute docs.
Georg Brandl
2008-02-23
1
-2/+2
*
Followup to r61011: Also avoid the reference cycle when the Thread's target
Jeffrey Yasskin
2008-02-23
2
-8/+18
*
Prevent classes like:
Jeffrey Yasskin
2008-02-23
2
-0/+23
*
#1389051, #1092502: fix excessively large allocations when using read() on a ...
Andrew M. Kuchling
2008-02-23
1
-1/+1
*
#1389051: IMAP module tries to read entire message in one chunk. Patch by Fr...
Andrew M. Kuchling
2008-02-23
1
-1/+1
*
Documentation coverage builder, part 1.
Georg Brandl
2008-02-23
3
-3/+47
*
Issue #2051 and patch from Alexander Belopolsky:
Christian Heimes
2008-02-23
3
-15/+19
*
Patch #1957: syslogmodule: Release GIL when calling syslog(3)
Christian Heimes
2008-02-23
2
-0/+4
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
203
-243/+77
*
#1433694: minidom's .normalize() failed to set .nextSibling for last element.
Andrew M. Kuchling
2008-02-23
3
-0/+11
*
#835521: Add index entries for various pickle-protocol methods and attributes
Andrew M. Kuchling
2008-02-23
1
-0/+13
*
#1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
Andrew M. Kuchling
2008-02-23
4
-85/+74
*
Removed duplicate Py_CHARMASK define. It's already defined in Python.h.
Eric Smith
2008-02-23
1
-8/+0
*
#1119331: ncurses will just call exit() if the terminal name isn't found.
Andrew M. Kuchling
2008-02-23
1
-0/+4
*
#2161: Fix opcode name.
Georg Brandl
2008-02-23
1
-1/+1
*
#2072: correct documentation for .rpc_paths
Andrew M. Kuchling
2008-02-23
1
-2/+8
*
More difflib examples. Written for GHOP by Josip Dzolonga.
Georg Brandl
2008-02-23
1
-2/+112
[prev]
[next]