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
*
Revert last change -- test works on HPUX again after Martin's checkin
Neal Norwitz
2003-01-01
1
-3/+2
*
Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...
Martin v. Löwis
2003-01-01
1
-1/+11
*
The failure of the last-second addition to the timezone coversion test is
Tim Peters
2003-01-01
1
-4/+12
*
More installation info. Bump alpha version.
Kurt B. Kaiser
2003-01-01
2
-7/+11
*
Debugger was tracing through rpc.py when IDLEfork was not started
Kurt B. Kaiser
2003-01-01
1
-21/+19
*
Improve exception handling.
Kurt B. Kaiser
2002-12-31
3
-6/+6
*
Make two tests non-locale-dependent
Barry Warsaw
2002-12-31
1
-2/+2
*
Replace all but one explicit emit('SET_LINENO') with call to set_lineno().
Jeremy Hylton
2002-12-31
1
-8/+2
*
Don't let the docstring end up in __main__.__doc__
Tony Lownds
2002-12-31
1
-14/+14
*
test01_close_dbenv_before_db(): Added an XXX comment that this test is
Barry Warsaw
2002-12-31
1
-0/+2
*
Comment out test, since it hangs on HPUX, still investigating
Neal Norwitz
2002-12-31
1
-2/+3
*
SF patch [ 597919 ] compiler package and SET_LINENO
Jeremy Hylton
2002-12-31
4
-44/+69
*
Update (slightly) for Alpha release
Kurt B. Kaiser
2002-12-31
1
-0/+7
*
Remove bogus test; the master is not a terminal on Solaris and HP-UX.
Martin v. Löwis
2002-12-31
1
-2/+0
*
Move history to HISTORY.txt
Kurt B. Kaiser
2002-12-31
1
-0/+122
*
Update for Alpha 0 Release
Kurt B. Kaiser
2002-12-31
2
-182/+61
*
A new, and much hairier, implementation of astimezone(), building on
Tim Peters
2002-12-31
1
-86/+86
*
Further cleanup of exceptions. All interpolation-related exceptions
Fred Drake
2002-12-31
1
-30/+37
*
Keep __main__ namespace clean
Tony Lownds
2002-12-31
1
-1/+1
*
patch attached to sf item #643711:
Just van Rossum
2002-12-31
1
-49/+150
*
moving modulefinder.py to the standard library
Just van Rossum
2002-12-31
1
-0/+486
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
23
-322/+306
*
Patch #658927: Add getctime to os.path.
Martin v. Löwis
2002-12-31
4
-4/+16
*
OS/2 EMX has no popen2.Popen3 even though bunzip2 is available
Andrew MacIntyre
2002-12-31
1
-1/+1
*
add list of expected skips for the OS/2 EMX port
Andrew MacIntyre
2002-12-31
1
-0/+28
*
Make sure PrettyPrinter methods that mirror the module-level
Fred Drake
2002-12-31
1
-3/+27
*
- PrettyPrinter.isreadable(), .isrecursive():
Fred Drake
2002-12-31
1
-21/+16
*
Add a test that InterpolationError is constructed properly and raised
Fred Drake
2002-12-31
1
-2/+20
*
ConfigParser._interpolate(): Pass the missing key to the
Fred Drake
2002-12-31
1
-4/+3
*
Fix name error, found by pychecker.
Guido van Rossum
2002-12-31
1
-1/+1
*
Tix update from Mike Clarkson (maintainer)
Neal Norwitz
2002-12-30
1
-11/+53
*
- added InterpolationSyntaxError to __all__
Fred Drake
2002-12-30
1
-4/+25
*
Add missing InterpolationSyntaxError.
Neal Norwitz
2002-12-30
1
-0/+2
*
sys was already imported, remove second import
Neal Norwitz
2002-12-30
1
-2/+0
*
- prefer "import ... as" to "import / (assignments) / del" for most things
Fred Drake
2002-12-30
1
-18/+11
*
Updated the expected skips for MacOSX.
Jack Jansen
2002-12-30
1
-0/+3
*
Skip this test on MacOSX: the locale support is too minimal to make
Jack Jansen
2002-12-30
1
-1/+3
*
Use the dummy_thread module in Queue.py and tempfile.py.
Guido van Rossum
2002-12-30
2
-7/+7
*
Brett Cannon's dummy_thread and dummy_threading modules (SF patch
Guido van Rossum
2002-12-30
4
-0/+416
*
Fix SF #658820, regex fixes for _strptime (Brett Cannon)
Neal Norwitz
2002-12-30
1
-8/+9
*
These were somehow never added to CVS.
Jack Jansen
2002-12-30
2
-0/+360
*
PEP 302 + zipimport:
Just van Rossum
2002-12-30
3
-9/+388
*
Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both
Jack Jansen
2002-12-30
136
-0/+32303
*
Add __all__. (Brett Cannon.)
Guido van Rossum
2002-12-30
1
-0/+2
*
Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at
Barry Warsaw
2002-12-30
21
-329/+597
*
Add some missing tests. Should now test everything that pybsddb's
Barry Warsaw
2002-12-30
1
-24/+32
*
A step on the way to making tzinfo classes writable by mortals: get rid
Tim Peters
2002-12-30
1
-17/+38
*
Template for future tests.
Barry Warsaw
2002-12-30
1
-7/+4
*
Match new sequence behavior. User defined types now behave better as and
Neil Schemenauer
2002-12-30
1
-2/+2
*
test_bad_8bit_header(): Tests for optional argument `errors'. See SF
Barry Warsaw
2002-12-30
1
-0/+11
[next]