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
*
Moved the initalization of the exception before the initialization of sys.
Christian Heimes
2007-11-14
1
-3/+3
*
Paths and file names from the fs should always be decoded with PyUnicode_Deco...
Christian Heimes
2007-11-14
1
-3/+4
*
Another #1415 fix for Windows GUI apps
Christian Heimes
2007-11-13
1
-2/+6
*
Fixed space -> tab
Christian Heimes
2007-11-13
1
-3/+3
*
Fix for #1415 pythonw.exe fails because std streams a missing
Christian Heimes
2007-11-13
1
-12/+49
*
Correction for issue1265 (pdb bug with "with" statement).
Amaury Forgeot d'Arc
2007-11-13
1
-7/+12
*
Fix for refleak tests through regrtest.py -R:: bug #1414
Christian Heimes
2007-11-12
1
-10/+9
*
Merged revisions 58939-58946 via svnmerge from
Christian Heimes
2007-11-12
1
-2/+1
*
Minimal change that disables (AFAICT) the interpolation of \u and \U inside
Guido van Rossum
2007-11-12
1
-8/+12
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
2
-9/+20
*
No need to include windows.h twice
Amaury Forgeot d'Arc
2007-11-10
1
-5/+1
*
Cosmetic changes to Christian's patch r58903.
Guido van Rossum
2007-11-07
1
-6/+4
*
Patch for bug http://bugs.python.org/issue1293
Christian Heimes
2007-11-07
1
-1/+19
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
12
-325/+266
*
Applied patch #1379 with a minor tweak.
Christian Heimes
2007-11-04
1
-2/+2
*
Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success.
Christian Heimes
2007-11-04
1
-1/+1
*
Fixes for issue 1752184, ensuring type objects are always created
Guido van Rossum
2007-11-02
2
-2/+2
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
3
-1/+81
*
Patch 1352 (continued in issue 1329) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-1/+8
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
2
-5/+5
*
Bug #1356: Avoid using the C99 keyword 'restrict'.
Martin v. Löwis
2007-10-29
1
-4/+4
*
Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes)
Neal Norwitz
2007-10-26
1
-1/+1
*
#1316: remove redundant PyLong_Check calls when PyInt_Check was already called.
Georg Brandl
2007-10-23
1
-3/+1
*
Issue 1267, continued.
Guido van Rossum
2007-10-22
2
-7/+16
*
Fix a memory leak caused by PyTokenizer_FindEncoding() returning a char * that
Brett Cannon
2007-10-20
1
-3/+8
*
Patch 1267 by Christian Heimes.
Guido van Rossum
2007-10-19
2
-3/+96
*
This is the uncontroversial half of patch 1263 by Thomas Lee:
Guido van Rossum
2007-10-19
2
-13/+17
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-2/+8
*
Move decl so it compiles with C89.
Neal Norwitz
2007-10-15
1
-1/+1
*
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum
2007-10-15
8
-19/+26
*
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
[next]