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
*
Change a variable to Py_ssize_t to silence a compiler warning (and because it
Brett Cannon
2007-11-06
1
-1/+1
*
Remove an unused local variable.
Brett Cannon
2007-11-06
1
-1/+0
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
148
-3512/+2528
*
Merged revisions 58862-58885 via svnmerge from
Guido van Rossum
2007-11-06
3
-8/+186
*
Fixed bug #1384 Windows fix for inspect tests
Christian Heimes
2007-11-06
1
-12/+20
*
Merged revisions 58817-58861 via svnmerge from
Guido van Rossum
2007-11-05
9
-35/+95
*
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
3
-5/+17
*
Disabled test_sys_path_with_unicode for now
Christian Heimes
2007-11-04
2
-5/+4
*
Re-add two paragraphs that seem to have been lost during the merge from trunk.
Georg Brandl
2007-11-03
1
-4/+13
*
Patch 1171 by mfenniak -- allow subclassing of bytes.
Guido van Rossum
2007-11-03
2
-6/+92
*
Merged revisions 58742-58816 via svnmerge from
Guido van Rossum
2007-11-02
20
-88/+142
*
Fixes for issue 1752184, ensuring type objects are always created
Guido van Rossum
2007-11-02
4
-6/+15
*
Patch 1373 by Adam Hupp.
Guido van Rossum
2007-11-02
1
-56/+20
*
Removed non ASCII text from test as requested by Guido.
Christian Heimes
2007-11-01
1
-4/+5
*
Fixes issue1371 and reenables those tests.
Gregory P. Smith
2007-11-01
3
-21/+53
*
Remove file that should have been removed during the merge.
Georg Brandl
2007-11-01
1
-0/+0
*
Add new directory "using". This should have been in the merge patch,
Georg Brandl
2007-11-01
3
-0/+628
*
Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.)
Georg Brandl
2007-11-01
1
-8/+0
*
#1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.
Georg Brandl
2007-11-01
68
-746/+805
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
77
-927/+5051
*
Added unit test for bug http://bugs.python.org/issue1293
Christian Heimes
2007-11-01
1
-1/+11
*
Fixed unit tests for os.environ. Some of the tests didn't test at all because...
Christian Heimes
2007-11-01
2
-8/+48
*
Oh, I missed the output part of the test ...
Christian Heimes
2007-10-31
1
-2/+2
*
Fixed test_dumbdbm
Christian Heimes
2007-10-31
1
-2/+5
*
Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not s...
Christian Heimes
2007-10-31
1
-0/+4
*
Fixed gettext module for Windows. The metadata lines always end in \n and not...
Christian Heimes
2007-10-31
2
-1/+2
*
Minor correction to the stdprinter object.
Guido van Rossum
2007-10-30
1
-2/+4
*
Patch 1352 (continued in issue 1329) by Christian Heimes.
Guido van Rossum
2007-10-30
4
-1/+136
*
make sure to write bytes instead of strings to underlying socket channel
Bill Janssen
2007-10-30
1
-6/+6
*
remove ord() calls on what are now integers rather than characters
Bill Janssen
2007-10-30
1
-7/+7
*
Fix typo.
Georg Brandl
2007-10-30
1
-1/+1
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
10
-31/+63
*
Bug #1356: Avoid using the C99 keyword 'restrict'.
Martin v. Löwis
2007-10-29
1
-4/+4
*
Patch 1341 by Amaury Forgeot d'Arc.
Guido van Rossum
2007-10-29
1
-3/+5
*
fix typo
Fred Drake
2007-10-29
1
-1/+1
*
Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes,
Guido van Rossum
2007-10-29
1
-1/+4
*
URLError now takes only a single parameter. This was causing
Neal Norwitz
2007-10-27
1
-2/+2
*
Get a bunch of tests working on Mac OS. I suspect that a bunch of the
Neal Norwitz
2007-10-27
2
-2/+2
*
Get the locale and pwd tests working on the Solaris box where there
Neal Norwitz
2007-10-27
2
-4/+9
*
Try to get this test to pass on Win64 by making clean for ssize_t
Neal Norwitz
2007-10-27
1
-4/+6
*
Get rid of more uses of string and use unicode
Neal Norwitz
2007-10-27
7
-21/+18
*
Get test_email to pass. There is a problem reading the data file and
Neal Norwitz
2007-10-27
1
-1/+1
*
Use unicode in more places. Fixes a problem with str8 + str in test.
Neal Norwitz
2007-10-27
2
-7/+11
*
Sort the method lists for str8 and bytes so differences are more apparent.
Guido van Rossum
2007-10-26
3
-157/+187
*
Kill PyString_Encode(), which isn't used anywhere.
Guido van Rossum
2007-10-26
2
-27/+8
*
Delete test_str.py. There's not much there I care about, and it is confused
Guido van Rossum
2007-10-26
1
-66/+0
*
Patch 1335 by Christian Heimes.
Guido van Rossum
2007-10-26
2
-3/+121
*
Patch 1330 by Christian Heimes (with some TLC applied by myself).
Guido van Rossum
2007-10-26
2
-17/+26
*
Fix some Py_ssize_t warnings on Win64 that were probably bugs
Neal Norwitz
2007-10-26
2
-4/+4
[next]