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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
correct email address
Skip Montanaro
2007-12-08
1
-10/+1
*
Fix tpyo.
Georg Brandl
2007-12-08
1
-1/+1
*
Fix issue #1530.
Alexandre Vassalotti
2007-12-08
1
-3/+6
*
This is probably what was meant here.
Armin Rigo
2007-12-07
1
-1/+1
*
Increase unit test coverage of SimpleXMLRPCServer.
Georg Brandl
2007-12-07
1
-4/+132
*
Disabled one test that is failing on Unix
Christian Heimes
2007-12-06
1
-1/+2
*
Fixed get_config_h_filename for Windows. Without the patch it can't find the ...
Christian Heimes
2007-12-06
2
-8/+50
*
Fix Issue 1045.
Raymond Hettinger
2007-12-06
1
-2/+0
*
Fixed bug #1557 by using popen.communicate() before popen.wait()
Christian Heimes
2007-12-05
1
-2/+5
*
Error checking was too aggressive (reported by Chris Tismer)
Raymond Hettinger
2007-12-05
2
-2/+3
*
Fixed error in regrtest. I must have missed the spot.
Christian Heimes
2007-12-05
1
-1/+1
*
fma speedup by avoiding to create a Context. Thanks Mark Dickinson.
Facundo Batista
2007-12-04
1
-16/+31
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
2
-5/+18
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
5
-2/+1925
*
Faster _fix function, and some reordering for a more elegant
Facundo Batista
2007-12-03
1
-52/+47
*
Speedup and cleaning of __str__. Thanks Mark Dickinson.
Facundo Batista
2007-12-03
1
-71/+41
*
Applied my patch #1455 with some extra fixes for VS 2005
Christian Heimes
2007-12-03
4
-22/+706
*
Implement PEP 366
Nick Coghlan
2007-12-03
4
-53/+118
*
Add test suite for cmd module.
Georg Brandl
2007-12-01
1
-0/+186
*
Issue #1531: Read fileobj from the current offset, do not seek to
Lars Gustäbel
2007-12-01
2
-1/+34
*
Feature #1534
Christian Heimes
2007-12-01
1
-0/+2
*
Backport of -r59242:59246 from py3k
Christian Heimes
2007-11-30
1
-2/+6
*
Issue #1521: on 64bit platforms, str.decode fails on very long strings.
Amaury Forgeot d'Arc
2007-11-30
1
-4/+6
*
Reordering of __new__ to minimize isinstance() calls to most
Facundo Batista
2007-11-30
1
-55/+56
*
Issue #1402: PyInterpreterState_Clear() may still invoke user code
Amaury Forgeot d'Arc
2007-11-29
1
-0/+34
*
I forgot to fix one occurence of new in test_descr
Christian Heimes
2007-11-27
1
-1/+1
*
Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504
Christian Heimes
2007-11-27
2
-3/+13
*
Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of
Guido van Rossum
2007-11-27
1
-0/+13
*
Added a deprecation warning to the 'new' module.
Christian Heimes
2007-11-27
1
-0/+3
*
Replaced import of the 'new' module with 'types' module and added a deprecati...
Christian Heimes
2007-11-27
9
-80/+51
*
Moved the errno import from inside the functions to the
Facundo Batista
2007-11-27
1
-6/+3
*
back in these go - thanks to Titus Brown for the fix
Skip Montanaro
2007-11-24
2
-0/+15
*
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
Amaury Forgeot d'Arc
2007-11-24
1
-0/+12
*
revert change that breaks test_doctest (which I forgot to run - sorry)
Skip Montanaro
2007-11-24
2
-13/+0
*
Test cases from Cowlishaw, v2.57. All are pased cleanly.
Facundo Batista
2007-11-23
142
-160/+510
*
Major change in the internal structure of the Decimal
Facundo Batista
2007-11-23
2
-302/+220
*
Make trace and doctest play nice together (issue 1429818). Will backport.
Skip Montanaro
2007-11-23
2
-0/+13
*
Fix a bug in the test for using __loader__.get_data().
Brett Cannon
2007-11-23
1
-0/+1
*
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
Guido van Rossum
2007-11-22
8
-7/+776
*
Add a missing check before deleting a package's __loader__.
Brett Cannon
2007-11-21
1
-1/+2
*
doctest assumed that a package's __loader__.get_data() method used universal
Brett Cannon
2007-11-21
2
-1/+21
*
Remove a unneeded line that had typos.
Brett Cannon
2007-11-21
1
-2/+0
*
The incremental decoder for utf-7 must preserve its state between calls.
Amaury Forgeot d'Arc
2007-11-20
2
-15/+22
*
Another fix for test_shutil. Martin pointed out that it breaks some build bots
Christian Heimes
2007-11-20
1
-1/+3
*
Fixed bug #1470
Christian Heimes
2007-11-20
1
-5/+2
*
Fix the OSX failures in this test -- they were due to /tmp being a symlink
Guido van Rossum
2007-11-19
1
-0/+1
*
Make this work stand-alone, too.
Guido van Rossum
2007-11-19
1
-1/+1
*
Enable some test_cmd_line_script debugging output to investigate failure on M...
Nick Coghlan
2007-11-19
1
-3/+3
*
Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode())
Walter Dörwald
2007-11-19
2
-5/+55
*
Fix typo in comment.
Walter Dörwald
2007-11-19
1
-1/+1
[next]