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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the buffer API from PyUnicode as specified by PEP 3137. Also,
Alexandre Vassalotti
2007-10-14
1
-1/+1
*
Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer i...
Travis E. Oliphant
2007-10-13
1
-2/+4
*
get rid of some more PyString uses.
Guido van Rossum
2007-10-10
1
-15/+19
*
Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code
Guido van Rossum
2007-10-10
1
-7/+10
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
1
-2/+1
*
Change PyBuffer to Py_buffer to be consistent with other non-object structure...
Travis E. Oliphant
2007-09-23
2
-4/+4
*
Merged revisions 58211-58220 via svnmerge from
Thomas Wouters
2007-09-20
1
-37/+49
*
Whitespace cleanup.
Thomas Wouters
2007-09-19
1
-38/+39
*
Merged revisions 58203-58210 via svnmerge from
Thomas Wouters
2007-09-19
2
-24/+24
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-0/+8
*
Convert code from sys.stdin.encoding to UTF-8 in
Martin v. Löwis
2007-09-04
2
-8/+24
*
Decode input() with stdin.encoding. Fixes #1097.
Martin v. Löwis
2007-09-04
1
-2/+17
*
Patch #1075: Use wide API to format error messages.
Martin v. Löwis
2007-09-03
1
-32/+57
*
Fix refleaks exposed by test_raise.
Collin Winter
2007-09-01
1
-2/+2
*
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...
Eric Smith
2007-09-01
1
-1/+1
*
Explicitly convert err->text to Unicode. Fixes #1069.
Martin v. Löwis
2007-08-31
1
-3/+12
*
Ugh, hopefully I can get this right. The code is only compiled on Win64
Neal Norwitz
2007-08-31
1
-1/+1
*
Try to fix the problem of passing a non-int on Win64 right this time.
Neal Norwitz
2007-08-31
1
-2/+5
*
Try to fix a problem with large values on Win64. Diagnosed by Thomas Heller
Neal Norwitz
2007-08-31
1
-1/+1
*
Remove chr8, we're not likely to need it at this point
Neal Norwitz
2007-08-31
1
-26/+1
*
Customary 2nd submit of this file after it's been changed.
Guido van Rossum
2007-08-31
1
-2/+2
*
Added test cases for string.Formatter subclassing.
Eric Smith
2007-08-31
1
-12/+23
*
Update import.c's MAGIC value for the new raise syntax (as opposed to merely ...
Collin Winter
2007-08-31
1
-1/+1
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
7
-178/+113
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
3
-211/+3
*
[Oops, I forgot half of the patch.]
Guido van Rossum
2007-08-29
1
-0/+5
*
Three patches from issue #1047, by Amaury Forgeot d'Arc:
Guido van Rossum
2007-08-29
1
-0/+28
*
Added test to ensure __format__ methods return unicode objects.
Eric Smith
2007-08-27
1
-4/+1
*
Some changes in preparation of stricter rules about mixing str and bytes.
Guido van Rossum
2007-08-27
2
-9/+14
*
PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico...
Eric Smith
2007-08-27
1
-51/+0
*
Fix refleaks in test_unicode and test_string related to the new format code.
Neal Norwitz
2007-08-27
1
-4/+4
*
Make some internal functions static
Neal Norwitz
2007-08-27
1
-1/+1
*
PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...
Eric Smith
2007-08-26
1
-13/+14
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
1
-29/+10
*
Use unicode
Neal Norwitz
2007-08-26
1
-8/+8
*
Fix a couple of warnings
Neal Norwitz
2007-08-26
1
-1/+1
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
1
-20/+8
*
Regenerate
Neal Norwitz
2007-08-26
1
-2/+2
*
Use unicode
Neal Norwitz
2007-08-25
2
-3/+3
*
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith
2007-08-25
4
-2/+121
*
Use unicode for AST attributes
Neal Norwitz
2007-08-25
1
-2/+2
*
Use unicode
Neal Norwitz
2007-08-25
1
-4/+4
*
Add const to input string parameters
Neal Norwitz
2007-08-25
1
-6/+6
*
Ensure that code object names (co_name) are unicode.
Neal Norwitz
2007-08-24
1
-1/+1
*
Use unicode for error messages of duplicate args
Neal Norwitz
2007-08-24
1
-3/+2
*
Add const to some strings that are not modified
Neal Norwitz
2007-08-24
1
-5/+5
*
Use unicode for much of errors.
Neal Norwitz
2007-08-24
1
-7/+7
*
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum
2007-08-24
2
-2/+19
*
Before calling _PyType_Lookup() the type needs to be initialized.
Guido van Rossum
2007-08-24
1
-0/+10
*
Finish the work on __round__ and __trunc__.
Guido van Rossum
2007-08-23
1
-50/+38
[next]