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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF bug #681003: itertools issues
Raymond Hettinger
2003-02-07
3
-6/+91
*
Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X
Neal Norwitz
2003-02-07
1
-1/+7
*
Integrate the patch from expat.h 1.51; needed for some C compilers.
Fred Drake
2003-02-07
1
-21/+24
*
SF bug 666444: 'help' makes linefeed only under Win32.
Tim Peters
2003-02-07
1
-2/+2
*
Got rid of macfs.
Jack Jansen
2003-02-06
1
-5/+4
*
Got rid of macfs and FSSpecs.
Jack Jansen
2003-02-06
1
-4/+3
*
Added a note about getting rid of macfs usage (MacPython).
Jack Jansen
2003-02-06
1
-0/+4
*
Got rid of FSSpecs.
Jack Jansen
2003-02-06
1
-29/+28
*
Move _better_reduce from copy.py to copy_reg.py, and also use it in
Guido van Rossum
2003-02-06
3
-163/+83
*
Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now
Jack Jansen
2003-02-06
9
-68/+55
*
Fix a bug in the way __getnewargs__ was handled.
Guido van Rossum
2003-02-06
2
-1/+19
*
Update doc to reflect code changes for obsoleting use_statcache parameter
Neal Norwitz
2003-02-06
1
-8/+3
*
Use new name for GetoptError, and pass it two arguments
Andrew M. Kuchling
2003-02-06
1
-5/+5
*
Support all the new stuff supported by the new pickle code:
Guido van Rossum
2003-02-06
2
-13/+109
*
A few naughty external scripts do 'raise getopt.error, "blah"', and
Andrew M. Kuchling
2003-02-06
1
-1/+1
*
Add DeprecationWarning when use_statcache argument is supplied
Andrew M. Kuchling
2003-02-06
1
-4/+12
*
Remove a debug print statement.
Guido van Rossum
2003-02-06
1
-1/+0
*
Remove another lie.
Michael W. Hudson
2003-02-06
1
-4/+2
*
Correct lie about METH_NOARGS functions.
Michael W. Hudson
2003-02-06
1
-5/+5
*
Support __reduce__ returning a 4-tuple or 5-tuple.
Guido van Rossum
2003-02-06
2
-1/+56
*
Typo fixes
Andrew M. Kuchling
2003-02-06
1
-2/+2
*
A test suite for the copy module. This should provide full code
Guido van Rossum
2003-02-06
1
-0/+384
*
[Bug #680494] filecmp.py uses obsolete statcache module.
Andrew M. Kuchling
2003-02-06
1
-17/+9
*
Add test suite for filecmp.py, after some discussion on bug #680494.
Andrew M. Kuchling
2003-02-06
1
-0/+128
*
SF bug 680864: test_datetime fails for non-unix epoch
Tim Peters
2003-02-06
1
-12/+11
*
No need for a continuation line.
Jeremy Hylton
2003-02-06
1
-2/+1
*
Replace hasattr() + getattr() with single getattr() and default value.
Jeremy Hylton
2003-02-06
1
-2/+1
*
Clarify that __module__ applies to various type of functions.
Guido van Rossum
2003-02-06
1
-6/+7
*
Add news item about __module__ attribute on functions.
Jeremy Hylton
2003-02-06
1
-0/+8
*
Comment typo fix
Andrew M. Kuchling
2003-02-06
1
-1/+1
*
Mention FutureWarning for large ints
Andrew M. Kuchling
2003-02-06
1
-0/+5
*
Fix description of filterwarnings() parameters (error noted by Richard Jones at
Andrew M. Kuchling
2003-02-06
1
-4/+5
*
Provide version changed info
Neal Norwitz
2003-02-06
1
-0/+1
*
Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out
Anthony Baxter
2003-02-06
2
-25/+42
*
Small function call optimization and special build option for call stats.
Jeremy Hylton
2003-02-05
6
-14/+189
*
Got rid of macfs and made a bit more OSX-friendly.
Jack Jansen
2003-02-05
1
-7/+10
*
removing old junk
Just van Rossum
2003-02-05
1
-60/+0
*
Removed unused import of macfs.
Jack Jansen
2003-02-05
1
-1/+0
*
I don't think this script serves a useful purpose anymore, and I can't
Jack Jansen
2003-02-05
1
-0/+0
*
Fix for SF #668433. I'm not explaining it here; ample comments are in
Guido van Rossum
2003-02-05
1
-0/+93
*
Refactor the logic for setting f_builtins.
Jeremy Hylton
2003-02-05
1
-24/+31
*
[Patch #654421 from Matthew Mueller]
Andrew M. Kuchling
2003-02-05
1
-2/+2
*
Markup fixes; in particular, the tables are now reasonable width
Andrew M. Kuchling
2003-02-05
1
-104/+117
*
dis(): Added an optional memo argument, so that multiple pickles in a
Tim Peters
2003-02-05
1
-2/+38
*
SF bug 681122: Built-in function dir() causes refcount leak in baseclasses.
Tim Peters
2003-02-05
1
-1/+4
*
[680789] Debug with long array takes forever
Tim Peters
2003-02-05
3
-0/+33
*
Patch #551977: Regression exceptions for cygwin
Jason Tishler
2003-02-05
1
-0/+1
*
Getting rid of macfs and FSSpecs.
Jack Jansen
2003-02-05
1
-7/+5
*
Got rid of macfs
Jack Jansen
2003-02-05
1
-5/+3
*
Added "Open File by Name" command which presens a filename dialog. If
Jack Jansen
2003-02-05
1
-0/+17
[next]