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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test_main() methods. These three tests were never run
Georg Brandl
2006-07-27
3
-6/+17
*
Whitespace normalization.
Tim Peters
2006-07-26
1
-1/+1
*
Part of bug #1523610: fix miscalculation of buffer length.
Georg Brandl
2006-07-26
1
-1/+18
*
Bug #1459963: properly capitalize HTTP header names.
Georg Brandl
2006-07-26
1
-7/+7
*
Document the crashers that will not go away soon as "won't fix",
Armin Rigo
2006-07-25
2
-0/+15
*
Added another crasher, which hit me today (I was not intentionally
Armin Rigo
2006-07-25
1
-0/+16
*
Document why is and is not a good way to fix the gc_inspection crasher.
Armin Rigo
2006-07-25
1
-0/+15
*
Fix a bug in the messages for an assert failure where not enough arguments to...
Brett Cannon
2006-07-25
1
-2/+2
*
current_frames_with_threads(): There's actually no way
Tim Peters
2006-07-25
1
-3/+4
*
Don't use standard assert: want tests to fail even when run with -O.
Greg Ward
2006-07-25
1
-15/+17
*
Whitespace normalization.
Tim Peters
2006-07-24
1
-2/+2
*
Patch #1515343: Fix printing of deprecated string exceptions with a
Georg Brandl
2006-07-24
1
-2/+34
*
Patch #1448199: Release GIL around ConnectRegistry.
Martin v. Löwis
2006-07-24
1
-0/+3
*
Resync optparse with Optik 1.5.3: minor tweaks for/to tests.
Greg Ward
2006-07-23
1
-4/+5
*
Get mailbox module working on OS/2 EMX port.
Andrew MacIntyre
2006-07-23
1
-2/+2
*
Be a lot smarter about whether this test passes: instead of assuming
Greg Ward
2006-07-23
2
-4/+14
*
Don't fail if the directory already exists
Neal Norwitz
2006-07-22
1
-1/+2
*
Fix SF#1516184 (again) and add a test to prevent regression.
Phillip J. Eby
2006-07-20
1
-0/+1
*
SF bug 1524317: configure --without-threads fails to build
Tim Peters
2006-07-19
1
-0/+22
*
Whitespace normalization.
Tim Peters
2006-07-18
1
-4/+4
*
Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds
Brett Cannon
2006-07-18
1
-12/+20
*
Remove usage of sets module (patch #1500609).
Georg Brandl
2006-07-17
3
-7/+5
*
Bug #1512814, Fix incorrect lineno's when code within a function
Neal Norwitz
2006-07-16
1
-0/+24
*
Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode.
Peter Astrand
2006-07-14
1
-1/+1
*
Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
Neal Norwitz
2006-07-12
1
-0/+5
*
Whitespace normalization.
Tim Peters
2006-07-10
1
-1/+1
*
After approval from Anthony, merge the tim-current_frames
Tim Peters
2006-07-10
1
-0/+61
*
Make it possible to run test_subprocess.py with Python 2.2, which lacks test_...
Peter Astrand
2006-07-10
1
-3/+6
*
Fix SF#1516184 and add a test to prevent regression.
Phillip J. Eby
2006-07-10
1
-0/+10
*
Bug #1512814, Fix incorrect lineno's when code at module scope
Neal Norwitz
2006-07-10
1
-0/+10
*
On 64 bit systems, int literals that use less than 64 bits are now ints
Neal Norwitz
2006-07-09
1
-0/+15
*
Fix SF bug 1441486: bad unary minus folding in compiler.
Neil Schemenauer
2006-07-09
1
-0/+4
*
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
Neil Schemenauer
2006-07-09
2
-1/+12
*
Add an additional test for bug #1519018.
Georg Brandl
2006-07-08
1
-0/+2
*
Fix SF bug #1519018: 'as' is now validated properly in import statements
Neal Norwitz
2006-07-08
1
-0/+4
*
Restore rev 47014:
Neal Norwitz
2006-07-07
4
-5/+32
*
Test using all CJK encodings for the testcases which don't require
Hye-Shik Chang
2006-07-06
1
-6/+26
*
Add a testcase for r47086 which fixed a bug in codec_getstreamcodec().
Hye-Shik Chang
2006-07-06
1
-1/+9
*
Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...
Nick Coghlan
2006-07-06
1
-13/+5
*
A couple of examples about how to attack the fact that _PyType_Lookup()
Armin Rigo
2006-07-06
2
-0/+67
*
Fix bug in passing tuples to string.Template. All other values (with working
Thomas Wouters
2006-07-05
1
-0/+7
*
Put method-wrappers into trashcan. Fixes #927248.
Martin v. Löwis
2006-07-03
1
-0/+8
*
Bug #1417699: Reject locale-specific decimal point in float()
Martin v. Löwis
2006-07-03
2
-3/+17
*
Whitespace normalization.
Tim Peters
2006-07-03
1
-1/+1
*
Correct arithmetic in access on Win32. Fixes #1513646.
Martin v. Löwis
2006-07-02
1
-0/+14
*
SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data
Fred Drake
2006-07-01
2
-56/+21
*
Release all forwarded functions in .close. Fixes #1513223.
Martin v. Löwis
2006-07-01
1
-2/+17
*
Added duplicate call to fileConfig() to ensure that it cleans up after itself...
Vinay Sajip
2006-07-01
1
-0/+2
*
Whitespace normalization.
Tim Peters
2006-06-30
1
-4/+4
*
This should fix the buildbot failure on s/390 which can't connect to gmail.org.
Neal Norwitz
2006-06-29
1
-6/+9
[next]