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 1439 by Bill Janssen. I think this will work.
Guido van Rossum
2007-11-14
1
-85/+21
*
Fix for bug #1442 pythonstartup addition of minor error checking
Christian Heimes
2007-11-14
1
-0/+10
*
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
4
-13/+63
*
Correction for issue1265 (pdb bug with "with" statement).
Amaury Forgeot d'Arc
2007-11-13
2
-9/+59
*
Add -i option. Don't exit when the command fails. Redirect stderr to stdout.
Guido van Rossum
2007-11-12
1
-12/+34
*
Another fix for #1414
Christian Heimes
2007-11-12
2
-2/+5
*
Fix for refleak tests through regrtest.py -R:: bug #1414
Christian Heimes
2007-11-12
3
-38/+42
*
Patch 1420 by Ron Adam.
Guido van Rossum
2007-11-12
4
-49/+58
*
Let's do as Guido says and return None instead of -1
Christian Heimes
2007-11-12
1
-3/+2
*
Stop Python code from instantiating a new stdprinter with sys.stderr.__class__()
Christian Heimes
2007-11-12
1
-11/+90
*
Merged revisions 58939-58946 via svnmerge from
Christian Heimes
2007-11-12
4
-38/+46
*
Merged revisions 58930-58938 via svnmerge from
Christian Heimes
2007-11-12
4
-16/+54
*
Minimal change that disables (AFAICT) the interpolation of \u and \U inside
Guido van Rossum
2007-11-12
2
-8/+160
*
Fixed some of the bugs in the readline module. #1425 is still open and severa...
Christian Heimes
2007-11-11
1
-14/+19
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
16
-39/+349
*
No need to include windows.h twice
Amaury Forgeot d'Arc
2007-11-10
1
-5/+1
*
Bug #1415
Christian Heimes
2007-11-10
1
-2/+2
*
seek() has to accept any int-like number
Christian Heimes
2007-11-09
1
-2/+4
*
It works w/o the newline on my system but you are right. A newline is nicer.
Christian Heimes
2007-11-09
2
-2/+2
*
I've created three bat files based on the howto http://wiki.python.org/moin/B...
Christian Heimes
2007-11-08
3
-0/+73
*
Issue 1406: use widechar api for os.environ, on Windows.
Thomas Heller
2007-11-08
1
-3/+65
*
Fixed bug #1081: file.seek allows float arguments
Christian Heimes
2007-11-08
3
-0/+10
*
Fixed #1403 where compileall and py_compile choked on an encoding header in a...
Christian Heimes
2007-11-08
2
-1/+4
*
Added unit test to verify that #1087 is invalid. os.popen is using subprocess.
Christian Heimes
2007-11-08
1
-0/+9
*
Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla...
Christian Heimes
2007-11-08
2
-4/+45
*
Added tests from Raghuram Devarakonda for bug #1395 'py3k: duplicated line en...
Christian Heimes
2007-11-08
1
-1/+69
*
Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug...
Christian Heimes
2007-11-08
2
-3/+33
*
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
*
Reset original sys.stdout, stderr and displayhook even in the case of an error
Christian Heimes
2007-11-07
1
-9/+10
*
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
[next]