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
*
Merged the decimal-branch (revisions 54886 to 58140). Decimal is now
Facundo Batista
2007-09-13
149
-3037/+60541
*
Replaced variable o with obj in operator.rst because o is easy to
Mark Summerfield
2007-09-13
4
-41/+50
*
More path fixes.
Martin v. Löwis
2007-09-13
1
-1/+1
*
Fix path.
Martin v. Löwis
2007-09-13
1
-1/+1
*
Add more automated actions.
Martin v. Löwis
2007-09-13
1
-2/+16
*
#1120: put explicit version in the shebang lines of pydoc, idle
Georg Brandl
2007-09-12
1
-1/+2
*
Bug #1153: repr.repr() now doesn't require set and dictionary items
Georg Brandl
2007-09-12
3
-5/+28
*
root certificate for https://svn.python.org/, used in test_ssl
Bill Janssen
2007-09-12
1
-0/+26
*
bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.
Georg Brandl
2007-09-12
3
-0/+3
*
Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.
Georg Brandl
2007-09-12
1
-1/+1
*
Fix #1122: wrong return type documented for various _Size() functions.
Georg Brandl
2007-09-12
1
-4/+4
*
Bug #1152: use non-deprecated name in example.
Georg Brandl
2007-09-12
1
-1/+1
*
New documentation page for the bdb module.
Georg Brandl
2007-09-12
4
-8/+357
*
Generators had their throw() method allowing string exceptions. That's a
Brett Cannon
2007-09-11
3
-5/+5
*
Disable some tests that fail on the 'ppc Debian unstable' buildbot to
Thomas Heller
2007-09-11
2
-22/+22
*
Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056)
Nick Coghlan
2007-09-11
1
-5/+2
*
Fix some documentation bugs.
Bill Janssen
2007-09-11
1
-34/+54
*
Make sure test_ssl doesn't reference the ssl module in a
Bill Janssen
2007-09-11
1
-1/+4
*
A better way of finding an open port to test with.
Bill Janssen
2007-09-10
1
-3/+26
*
Patch # 1026 by Benjamin Aranguren (with Alex Martelli):
Guido van Rossum
2007-09-10
4
-0/+465
*
Patch # 1140 (my code, approved by Effbot).
Guido van Rossum
2007-09-10
2
-17/+33
*
More work on SSL support.
Bill Janssen
2007-09-10
15
-510/+1593
*
Fix a possible segfault from recursing too deep to get the repr of a list.
Brett Cannon
2007-09-10
3
-0/+11
*
Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is prone
Gregory P. Smith
2007-09-10
1
-2/+4
*
Require that bash.exe is on the path, along with the rest of Cygwin.
Martin v. Löwis
2007-09-10
1
-1/+1
*
Update before making htmlhelp.
Martin v. Löwis
2007-09-10
1
-1/+1
*
Allow making update with no prior checkout.
Martin v. Löwis
2007-09-10
1
-1/+1
*
Beginnings of a "build MSI" step.
Martin v. Löwis
2007-09-10
1
-0/+10
*
Take chm file from build/htmlhelp/pydoc.chm.
Martin v. Löwis
2007-09-10
1
-1/+1
*
tr a-z A-Z does not work on Solaris (would require
Martin v. Löwis
2007-09-10
1
-3/+6
*
Change socket.error to inherit from IOError rather than being a stand
Gregory P. Smith
2007-09-09
6
-13/+19
*
email address update
Gregory P. Smith
2007-09-09
12
-15/+15
*
Newer autoconf versions (from 2.60) want a 'datarootdir' definition in
Ronald Oussoren
2007-09-09
1
-0/+3
*
be explicit about the actual location of the missing file
Skip Montanaro
2007-09-08
1
-1/+2
*
#1095: ln -f doesn't work portably, fix in Makefile.
Georg Brandl
2007-09-07
1
-1/+2
*
Fix a wrong indentation for sublists.
Georg Brandl
2007-09-07
1
-2/+2
*
Backport from py3k branch:
Thomas Heller
2007-09-07
1
-0/+6
*
Remove unneeded #include.
Thomas Heller
2007-09-07
1
-1/+0
*
Add a 'c_longdouble' type to the ctypes module.
Thomas Heller
2007-09-07
13
-3/+115
*
Fix a crasher where Python code managed to infinitely recurse in C code without
Brett Cannon
2007-09-07
11
-49/+66
*
Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;
Brett Cannon
2007-09-07
1
-0/+12
*
Apply the fix from Issue1112 to make this test more robust and keep
Gregory P. Smith
2007-09-06
1
-9/+22
*
If this is correct for py3k branch and it's already in the release25-maint
Skip Montanaro
2007-09-06
1
-3/+0
*
Fix typo: c_float represents to C float type.
Thomas Heller
2007-09-06
1
-1/+1
*
Backport from 3k: #1116: fix reference to old filename.
Georg Brandl
2007-09-06
1
-1/+1
*
PyDict_GetItem() returns a borrowed reference.
Armin Rigo
2007-09-06
1
-0/+28
*
Patch #1733973 by peaker:
Armin Rigo
2007-09-06
1
-2/+14
*
Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ me...
Georg Brandl
2007-09-05
1
-0/+15
*
Patch #786737: Allow building in a tree of symlinks pointing to
Martin v. Löwis
2007-09-05
3
-2/+6
*
PyDict_GetItem() returns a borrowed reference.
Armin Rigo
2007-09-05
1
-0/+14
[next]