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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 57722. Move error dialog APIs to msvcrt instead,
Martin v. Löwis
2007-08-31
1
-19/+0
*
Insert "startfile" into posix_methods again; it was accidentially
Thomas Heller
2007-08-31
1
-0/+3
*
Remove checking redundantly for checks of PyInt and PyLong.
Neal Norwitz
2007-08-31
3
-8/+8
*
Remove curses temp file consistently.
Guido van Rossum
2007-08-30
1
-0/+6
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
3
-152/+7
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-2/+305
*
Forbid an empty argument list in execv call.
Thomas Heller
2007-08-30
1
-0/+5
*
Move definition of TZNAME_ENCODING further up.
Martin v. Löwis
2007-08-30
1
-2/+2
*
Implement PYTHONNOERRORWINDOW.
Martin v. Löwis
2007-08-30
1
-0/+24
*
Explicitly convert tzname to Unicode. Fixes #1040.
Martin v. Löwis
2007-08-30
1
-2/+7
*
Use s# instead of t# for nis_match.
Martin v. Löwis
2007-08-30
1
-1/+1
*
Three patches from issue #1047, by Amaury Forgeot d'Arc:
Guido van Rossum
2007-08-29
1
-0/+54
*
Use the correct type for variables corresponding to 'u' formats.
Guido van Rossum
2007-08-29
1
-1/+1
*
Straggler (forgot to save this earlier).
Guido van Rossum
2007-08-29
1
-2/+1
*
Refuse to compute digests from PyUnicode (str) instances.
Guido van Rossum
2007-08-29
1
-2/+2
*
Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but
Guido van Rossum
2007-08-29
1
-4/+2
*
"Fix" a few places that were using PyObject_AsCharBuffer() to convert a string
Guido van Rossum
2007-08-29
2
-3/+9
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
4
-258/+776
*
Change to use the new buffer API instead of bytes objects for both keys and
Gregory P. Smith
2007-08-28
1
-136/+256
*
posix.confname(): enforce that names as str instances.
Guido van Rossum
2007-08-27
1
-3/+7
*
More changes needed to make things work once bytes and str are truly divorced.
Guido van Rossum
2007-08-27
1
-1/+1
*
Fix some refleaks (and format/error checking)
Neal Norwitz
2007-08-27
1
-9/+13
*
Fix warning
Neal Norwitz
2007-08-27
1
-1/+1
*
Tkinter binding involving Control-spacebar raises unicode error
Kurt B. Kaiser
2007-08-27
1
-2/+8
*
Use unicode (hope it's right, I can't test it)
Neal Norwitz
2007-08-26
1
-5/+5
*
Pass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObject_GetBuffer().
Guido van Rossum
2007-08-26
1
-1/+1
*
Use unicode
Neal Norwitz
2007-08-26
1
-39/+14
*
Use unicode (and bytes as appropriate)
Neal Norwitz
2007-08-26
1
-16/+16
*
Fix a couple of warnings
Neal Norwitz
2007-08-26
1
-1/+1
*
Use unicode (and bytes as appropriate)
Neal Norwitz
2007-08-26
1
-24/+27
*
Use unicode
Neal Norwitz
2007-08-26
1
-11/+11
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
2
-11/+14
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
2
-18/+19
*
Use unicode
Neal Norwitz
2007-08-26
1
-2/+2
*
Use the new buffer api for input data.
Gregory P. Smith
2007-08-26
1
-27/+79
*
Use unicode
Neal Norwitz
2007-08-26
1
-5/+5
*
Return a boolean for status
Neal Norwitz
2007-08-26
1
-4/+4
*
Use unicode
Neal Norwitz
2007-08-26
1
-8/+8
*
Use unicode
Neal Norwitz
2007-08-25
1
-5/+5
*
Use unicode
Neal Norwitz
2007-08-25
1
-3/+3
*
Use unicode
Neal Norwitz
2007-08-25
2
-6/+6
*
Reorder code and decls so it's compilable with gcc 2.96 (C89).
Guido van Rossum
2007-08-25
1
-1/+2
*
Use unicode strings
Neal Norwitz
2007-08-25
1
-3/+3
*
Whoops, not sure how I screwed up the name. Now builds and passes the test.
Neal Norwitz
2007-08-25
1
-2/+2
*
Use unicode and add a "test" for syslog
Neal Norwitz
2007-08-25
1
-7/+15
*
Use unicode for password modules
Neal Norwitz
2007-08-24
2
-4/+4
*
Use unicode for reference (is there any way to build this module)
Neal Norwitz
2007-08-24
1
-1/+1
*
Remove PyArg_Parse usage from time module. (An extra set of eyeballs on
Skip Montanaro
2007-08-24
1
-10/+51
*
Fix logic bug that triggered assert.
Guido van Rossum
2007-08-24
1
-1/+2
*
Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away.
Guido van Rossum
2007-08-24
1
-54/+74
[next]