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
...
*
Try to really fix the slow buildbots this time.
Neal Norwitz
2006-04-28
1
-0/+1
*
Add some whitespace to be more consistent.
Neal Norwitz
2006-04-28
1
-11/+13
*
Add more ignores of ImportWarnings; these are all just potential triggers
Thomas Wouters
2006-04-27
1
-1/+3
*
- Add new Warning class, ImportWarning
Thomas Wouters
2006-04-27
3
-0/+24
*
Do the small-memory run of big-meormy tests using a prime number, rather
Thomas Wouters
2006-04-27
1
-1/+1
*
Some style fixes and size-calculation fixes. Also do the small-memory run
Thomas Wouters
2006-04-27
1
-16/+21
*
Some more size-estimate fixes, for large-list-tests.
Thomas Wouters
2006-04-27
1
-2/+2
*
2.5a2
Anthony Baxter
2006-04-27
2
-1/+6
*
Some more test-size-estimate fixes: test_append and test_insert trigger a
Thomas Wouters
2006-04-26
1
-3/+7
*
Add tests for += and *= on strings, and fix the memory-use estimate for the
Thomas Wouters
2006-04-26
1
-3/+37
*
Whitespace normalization.
Tim Peters
2006-04-26
2
-922/+922
*
The result of SF patch #1471578: big-memory tests for strings, lists and
Thomas Wouters
2006-04-26
3
-3/+1008
*
Fix this test on Solaris. There can be embedded \r, so don't just replace
Neal Norwitz
2006-04-26
1
-2/+2
*
Rev 45706 renamed stuff in contextlib.py, but didn't rename
Tim Peters
2006-04-26
1
-8/+8
*
Implement MvL's improvement on __context__ in Condition;
Guido van Rossum
2006-04-25
1
-5/+1
*
SF bug/patch #1433877: string parameter to ioctl not null terminated
Thomas Wouters
2006-04-25
1
-8/+1
*
Move the PEP 343 documentation and implementation closer to the
Nick Coghlan
2006-04-25
3
-39/+42
*
Patch #1475231: add a new SKIP doctest option, thanks to
Tim Peters
2006-04-25
2
-0/+28
*
Put break at correct level so *all* root HKEYs acutally get checked for
Trent Mick
2006-04-25
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-04-24
1
-1/+1
*
Revert addition of setuptools
Phillip J. Eby
2006-04-24
39
-10115/+0
*
Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers.
Thomas Wouters
2006-04-24
1
-0/+1
*
More reliable version of new command line tests that just checks the exit codes
Nick Coghlan
2006-04-24
1
-2/+37
*
Back out new command line tests (broke buildbot)
Nick Coghlan
2006-04-24
1
-55/+0
*
Fix broken contextlib test from last checkin (I'd've sworn I tested that befo...
Nick Coghlan
2006-04-24
1
-0/+2
*
Fix contextlib.nested to cope with exit methods raising and handling exceptions
Nick Coghlan
2006-04-24
2
-1/+27
*
Add unit tests for the -m and -c command line switches
Nick Coghlan
2006-04-24
1
-0/+55
*
correct example
Skip Montanaro
2006-04-23
1
-9/+11
*
Whitespace normalization.
Tim Peters
2006-04-23
1
-2/+2
*
Updated the sqlite3 module to the external pysqlite 2.2.2 version.
Gerhard Häring
2006-04-23
5
-37/+81
*
Update optparse to Optik 1.5.1.
Greg Ward
2006-04-23
2
-106/+298
*
Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside
Hye-Shik Chang
2006-04-22
11
-11/+0
*
Whitespace normalization.
Tim Peters
2006-04-22
2
-20/+20
*
Add Gregory K. Johnson's revised version of mailbox.py (funded by
Andrew M. Kuchling
2006-04-22
2
-159/+3550
*
Make copy of test_mailbox.py. We'll still want to check the backward
Andrew M. Kuchling
2006-04-22
1
-0/+120
*
SF bug #1473760 TempFile can hang on Windows.
Tim Peters
2006-04-21
3
-22/+84
*
Merge in changes from ctypes 0.9.9.6 upstream version.
Thomas Heller
2006-04-21
24
-365/+300
*
Add explanatory message
Andrew M. Kuchling
2006-04-21
1
-0/+1
*
Allow pstats.Stats creator to specify an alternate to stdout.
Skip Montanaro
2006-04-21
1
-65/+79
*
Correct implementation and documentation of os.confstr. Add a simple test
Skip Montanaro
2006-04-20
1
-0/+5
*
SF Patch #1062014: AF_UNIX sockets under Linux have a special
Armin Rigo
2006-04-19
1
-0/+28
*
Whilespace normalization (reindint.py).
Tim Peters
2006-04-18
31
-314/+53
*
Split ``get_platform()`` into ``get_supported_platform()`` and
Phillip J. Eby
2006-04-18
3
-11/+11
*
A dictresize() attack. If oldtable == mp->ma_smalltable then pure
Armin Rigo
2006-04-18
1
-0/+32
*
add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes.
Michael W. Hudson
2006-04-18
1
-0/+47
*
Whitespace normalization
Neal Norwitz
2006-04-18
1
-1/+1
*
Handle easy_install being run via -m with no __file__ if done from a
Phillip J. Eby
2006-04-18
2
-2/+2
*
Initial import of setuptools, with integrated tests.
Phillip J. Eby
2006-04-18
39
-0/+10376
*
Finally figured out why this module did its imports at the
Tim Peters
2006-04-18
1
-12/+21
*
test_pyclbr goes nuts when a module contains code to try importing a class
Phillip J. Eby
2006-04-18
1
-0/+3
[prev]
[next]