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
*
Sync-up with Py3k work.
Raymond Hettinger
2008-02-06
1
-0/+13
*
* Use the same code to profile for test_profile and test_cprofile.
Georg Brandl
2008-02-05
5
-416/+398
*
Actually run the test.
Georg Brandl
2008-02-05
1
-2/+2
*
Issue 1951. Converts wave test cases to unittest.
Facundo Batista
2008-02-05
1
-24/+37
*
Fix unittest conversion breakage.
Georg Brandl
2008-02-05
1
-29/+30
*
In the experimental 'Scanner' feature, the group count was set wrong.
Guido van Rossum
2008-02-05
1
-1/+1
*
Update PEP URL.
Andrew M. Kuchling
2008-02-05
2
-3/+3
*
Keep distutils Python 2.1 compatible (or even Python 2.4 in this case).
Marc-André Lemburg
2008-02-05
1
-2/+6
*
Issue #2004: Use mode 0700 for temporary directories and default
Lars Gustäbel
2008-02-05
1
-9/+9
*
Change r60575 broke test_compile:
Amaury Forgeot d'Arc
2008-02-05
1
-0/+9
*
#1750076: Debugger did not step on every iteration of a while statement.
Amaury Forgeot d'Arc
2008-02-04
1
-3/+48
*
Small adjustments for test compact freelist test. It's no passing on Windows ...
Christian Heimes
2008-02-04
1
-5/+5
*
Increase debugging to investige failing tests on some build bots
Christian Heimes
2008-02-04
1
-0/+3
*
Patch #1953
Christian Heimes
2008-02-04
2
-1/+19
*
Make int() and long() fall back to __trunc__(). See issue 2002.
Jeffrey Yasskin
2008-02-04
2
-2/+102
*
Let test_socketserver pass on win32, which does not have AF_UNIX sockets.
Amaury Forgeot d'Arc
2008-02-03
1
-7/+8
*
Correct test_mailbox on win32: since the test sets a custom 'colon' attribute
Amaury Forgeot d'Arc
2008-02-03
1
-0/+1
*
Fixed paths to Windows build directories in build_ext.py
Christian Heimes
2008-02-03
1
-3/+3
*
Use context manager for a lock.
Brett Cannon
2008-02-03
1
-4/+1
*
Wait for a delay before reaping children -- this should fix the
Georg Brandl
2008-02-03
1
-1/+2
*
Fix a conversion mistake that caused test_queue to fail intermittently.
Georg Brandl
2008-02-02
1
-4/+4
*
Make the Rational constructor accept '3.' and '.2' as well as '3.2'.
Mark Dickinson
2008-02-02
2
-3/+18
*
Rewrite test_cprofile as unittest (and rename the file to be consistent
Georg Brandl
2008-02-02
3
-202/+208
*
Rewrite test_queue as unittest. Written for GHOP by Ian Seyer.
Georg Brandl
2008-02-02
1
-231/+267
*
Rewrite test_socketserver as unittest, written for GHOP by Benjamin Petersen.
Georg Brandl
2008-02-02
1
-146/+177
*
Rewrite test_funcattrs as unittest, written for GHOP by Jeff Wheeler.
Georg Brandl
2008-02-02
1
-413/+280
*
Rewrite test_descr as unittest, written for GHOP by Jeff Wheeler.
Georg Brandl
2008-02-02
1
-4494/+4189
*
Bump distutils version number to match Python version.
Marc-André Lemburg
2008-02-01
1
-1/+1
*
Test round-trip on float.as_integer_ratio() and float.__truediv__().
Raymond Hettinger
2008-02-01
1
-0/+6
*
Issue #1996: float.as_integer_ratio() should return fraction in lowest terms.
Raymond Hettinger
2008-02-01
1
-0/+8
*
Roll back r60248. It's useful to encourage users not to change Rational
Jeffrey Yasskin
2008-02-01
2
-3/+22
*
Move __builtins__.trunc() to math.trunc() per
Jeffrey Yasskin
2008-02-01
5
-46/+47
*
Issue #1678380. Fix a bug that identifies 0j and -0j when they appear
Mark Dickinson
2008-01-31
1
-0/+7
*
Minor wordsmithing on docstring
Raymond Hettinger
2008-01-31
1
-8/+7
*
Remove unused to-be-magic methods from Rational per issue 1968. Do not port
Jeffrey Yasskin
2008-01-31
2
-49/+0
*
Added more documentation on how mixed-mode arithmetic should be implemented. I
Jeffrey Yasskin
2008-01-31
2
-13/+81
*
Missing return
Raymond Hettinger
2008-01-31
1
-0/+1
*
Fix defect in __ixor__ which would get the wrong
Raymond Hettinger
2008-01-31
1
-13/+6
*
MutableSets support a remove() method.
Raymond Hettinger
2008-01-30
1
-0/+6
*
Add isdisjoint() to the Set/MutableSet ABCs.
Raymond Hettinger
2008-01-30
1
-0/+6
*
Revert rev. 59925, it breaks comtypes (I need to further examine this).
Thomas Heller
2008-01-28
1
-6/+0
*
Added clear cache methods to clear the internal type lookup cache for ref lea...
Christian Heimes
2008-01-27
1
-0/+3
*
Moved Rational._binary_float_to_ratio() to float.as_integer_ratio() because
Jeffrey Yasskin
2008-01-27
2
-56/+21
*
socket.error doesn't have a headers attribute like ProtocolError.
Neal Norwitz
2008-01-27
1
-10/+10
*
Change isbasestring function as discussed on the cvs list a while ago
Christian Heimes
2008-01-27
1
-5/+7
*
Try to handle socket.errors properly in is_unavailable
Neal Norwitz
2008-01-27
1
-3/+7
*
Remove effectless expression statement.
Georg Brandl
2008-01-27
1
-1/+0
*
Update the comment and remove the close. If we close we can't flush anymore.
Neal Norwitz
2008-01-27
1
-2/+1
*
Print periodic "still working" messages since this suite is slow.
Neal Norwitz
2008-01-27
1
-0/+26
*
Catch socket errors that are often the cause of transient failures.
Neal Norwitz
2008-01-27
1
-10/+10
[next]