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
...
*
Patch #1076: Use wide API for registry functions.
Martin v. Löwis
2007-09-03
2
-182/+128
*
Patch #1075: Use wide API to format error messages.
Martin v. Löwis
2007-09-03
1
-32/+57
*
Fix Mac build, patch #1091 by Humberto Diogenes.
Georg Brandl
2007-09-03
8
-16/+18
*
Tutorial formatting patch by Robin Stocker.
Georg Brandl
2007-09-03
7
-19/+20
*
Removed used_args param from string.Formatter.get_field. It was left in by m...
Eric Smith
2007-09-02
2
-5/+3
*
Partial py3k-ification of Doc/library/: convert has_key references into eithe...
Collin Winter
2007-09-01
31
-86/+80
*
Run 2to3's fix_has_key over distutils.
Collin Winter
2007-09-01
3
-4/+4
*
Run 2to3's fix_has_key over Lib/plat-os2emx/.
Collin Winter
2007-09-01
2
-11/+11
*
Fix refleaks in test_with caused by reusing the same exception instance over ...
Collin Winter
2007-09-01
1
-2/+4
*
Fix a poorly-translated raise statement in contextlib.
Collin Winter
2007-09-01
1
-1/+2
*
Fix refleaks exposed by test_raise.
Collin Winter
2007-09-01
3
-3/+31
*
Saving a file containing unicode failed.
Kurt B. Kaiser
2007-09-01
1
-14/+11
*
I'm not actually an author
Andrew M. Kuchling
2007-09-01
1
-1/+1
*
Document PyCFunctionWithKeywords, add comment for PEP 3123.
Georg Brandl
2007-09-01
1
-1/+10
*
Document sets' "<" and ">" operations.
Georg Brandl
2007-09-01
1
-0/+10
*
Use symbolic name for METH_VARARGS.
Georg Brandl
2007-09-01
1
-14/+14
*
Use symbolic name for METH_VARAGS.
Georg Brandl
2007-09-01
1
-1/+1
*
Get rid of METH_OLDARGS.
Georg Brandl
2007-09-01
3
-24/+5
*
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl
2007-09-01
161
-2197/+335
*
Remove versionadded/versionchanged in the reference.
Georg Brandl
2007-09-01
3
-57/+5
*
Remove versionadded and versionchanged directives, fold information into text...
Georg Brandl
2007-09-01
7
-442/+41
*
Add a warning text about mixing bytes and strings.
Georg Brandl
2007-09-01
1
-0/+6
*
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...
Eric Smith
2007-09-01
6
-21/+16
*
Fix RST link.
Georg Brandl
2007-09-01
1
-1/+1
*
Bug #1074: make python-config with Py3k.
Georg Brandl
2007-09-01
1
-7/+7
*
Bug #1737210: Change Manufacturer of Windows installer to PSF.
Martin v. Löwis
2007-09-01
1
-1/+1
*
Eliminate latin-1 encoding
Kurt B. Kaiser
2007-08-31
1
-1/+1
*
Point IDLE menu Help / Python Docs at Python 3000 version
Kurt B. Kaiser
2007-08-31
1
-1/+1
*
Removed unicode_format and unicode__format__, they just called through to oth...
Eric Smith
2007-08-31
1
-19/+2
*
Convert IDLE's CREDITS file to unicode.
Kurt B. Kaiser
2007-08-31
1
-1/+1
*
Updated tracker link.
Guido van Rossum
2007-08-31
1
-6/+3
*
Address a few XXX comments, other fixes.
Georg Brandl
2007-08-31
20
-124/+43
*
Add bytes/remove unicode from the data model.
Georg Brandl
2007-08-31
1
-64/+36
*
- document bytes()
Georg Brandl
2007-08-31
10
-321/+182
*
Tagging for release of Python 3.0a1.
v3.0a1
Guido van Rossum
2007-08-31
1
-0/+1
*
Got test_plistlib working. Don't ask how.
Guido van Rossum
2007-08-31
1
-4/+4
*
Fix fall-out of str.decode removal.
Guido van Rossum
2007-08-31
1
-1/+1
*
Neal sent real performance numbers. :-(
Guido van Rossum
2007-08-31
1
-2/+3
*
Per Georg's suggestion, get rid of str.decode() (which always raises an
Guido van Rossum
2007-08-31
2
-35/+9
*
Add a workaround for a strange bug on win64, when _ctypes is compiled
Thomas Heller
2007-08-31
1
-0/+6
*
Restore test_email for a1. It passes completely.
Barry Warsaw
2007-08-31
2
-2/+15
*
Explicitly convert err->text to Unicode. Fixes #1069.
Martin v. Löwis
2007-08-31
1
-3/+12
*
Change %s argument for PyUnicode_FromFormat to
Martin v. Löwis
2007-08-31
1
-2/+46
*
Make test_email.py completely pass. This is cheating though because the two
Barry Warsaw
2007-08-31
2
-25/+29
*
string.maketrans() now produces translation tables for bytes.translate() -- w...
Georg Brandl
2007-08-31
9
-62/+39
*
Add bytes methods documentation.
Georg Brandl
2007-08-31
3
-61/+243
*
Mark registry components as 64-bit on Win64.
Martin v. Löwis
2007-08-31
1
-4/+6
*
Fix a buggy test. str8 objects contained NUL-terminated strings,
Thomas Heller
2007-08-31
1
-1/+1
*
Commit #1068: new docs for PEP 3101. Also document the old string formatting ...
Georg Brandl
2007-08-31
9
-389/+513
*
round(1e20) wrongly returned 0.
Thomas Heller
2007-08-31
1
-1/+0
[prev]
[next]