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
*
From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html
Barry Warsaw
2003-04-11
3
-146/+238
*
Added a note that the Mac OSA modules are documented.
Jack Jansen
2003-04-11
1
-1/+2
*
SF patch #706707, time.tzset standards compliance update by Stuart Bishop
Neal Norwitz
2003-04-11
3
-65/+48
*
Moved all the scripting stuff to a separate section, added all the
Jack Jansen
2003-04-11
8
-40/+397
*
Avoid creating one of the TestSuite objects.
Fred Drake
2003-04-11
1
-2/+1
*
Fix test_tarfile failure when gzip is not available
Neal Norwitz
2003-04-11
1
-1/+2
*
Attempt to make all the various string *strip methods the same.
Neal Norwitz
2003-04-10
6
-58/+64
*
Move declaration of enc to scope where it is used
Neal Norwitz
2003-04-10
1
-2/+1
*
Add a space after expression to be consistent
Neal Norwitz
2003-04-10
1
-1/+1
*
PyErr_NormalizeException(): in the type==NULL test, we should simply
Guido van Rossum
2003-04-10
1
-3/+2
*
hoist contents of csv submodule up to the package level
Skip Montanaro
2003-04-10
2
-1/+2
*
SF patch #718867: Fix reference leak for time.strptime
Raymond Hettinger
2003-04-10
1
-1/+4
*
Make Unpickler objects colletable.
Jeremy Hylton
2003-04-09
1
-23/+65
*
Make Picklers collectable.
Jeremy Hylton
2003-04-09
1
-5/+45
*
Missing DECREF.
Jeremy Hylton
2003-04-09
1
-0/+1
*
Patch #718551: cygwinccompiler.get_versions() patch
Jason Tishler
2003-04-09
1
-3/+3
*
Add test for MessageBeep()
Guido van Rossum
2003-04-09
1
-1/+13
*
- New function winsound.MessageBeep() wraps the Win32 API
Guido van Rossum
2003-04-09
1
-1/+2
*
Add MessageBeep() API.
Guido van Rossum
2003-04-09
2
-2/+23
*
Detabified.
Guido van Rossum
2003-04-09
1
-20/+5
*
Make it possible to call instancemethod() with 2 arguments.
Guido van Rossum
2003-04-09
1
-2/+2
*
Reformat a few docstrings that caused line wraps in help() output.
Guido van Rossum
2003-04-09
2
-12/+12
*
Fix two crashes on Windows:
Guido van Rossum
2003-04-09
1
-2/+2
*
Various improvements to the way the table is formatted, to deal with
Guido van Rossum
2003-04-09
1
-21/+36
*
- New function sys.call_tracing() allows pdb to debug code
Guido van Rossum
2003-04-09
5
-0/+78
*
Minor markup adjustments.
Fred Drake
2003-04-09
1
-3/+2
*
Try to discourage use of PyObject_Type().
Guido van Rossum
2003-04-09
1
-0/+5
*
Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way
Guido van Rossum
2003-04-09
1
-2/+2
*
Re-indent example; fix typo
Andrew M. Kuchling
2003-04-09
1
-4/+4
*
property_traverse() should also traverse into prop_doc -- there's no
Guido van Rossum
2003-04-09
1
-0/+1
*
Patch #709178: remove -static option from cygwinccompiler
Jason Tishler
2003-04-09
1
-8/+2
*
Created a minimal MacOSX section.
Jack Jansen
2003-04-09
1
-92/+176
*
Detabbed.
Jack Jansen
2003-04-09
23
-7956/+7970
*
Remove the --verify option in favor of the standard -n/--dry-run option
Andrew M. Kuchling
2003-04-09
1
-4/+1
*
Lots of small markup adjustments.
Fred Drake
2003-04-09
2
-113/+118
*
Add dependency information for the hotshot package docs.
Fred Drake
2003-04-09
1
-0/+1
*
extra punctuation removed
Anthony Baxter
2003-04-09
1
-1/+1
*
Add dependency information for the timeit module docs.
Fred Drake
2003-04-09
1
-0/+1
*
+ libtimeit
Skip Montanaro
2003-04-09
1
-0/+1
*
doc for timeit module/script - mostly just a recast of Tim's docstring
Skip Montanaro
2003-04-09
1
-0/+184
*
Make staticmethods and classmethods participate in GC.
Jeremy Hylton
2003-04-08
1
-8/+45
*
tentative fix for #712322: modification time stamp checking failed
Just van Rossum
2003-04-08
1
-1/+1
*
install timeit.py as a command line script
Skip Montanaro
2003-04-08
1
-0/+1
*
add a #! line for unix weenies
Skip Montanaro
2003-04-08
1
-0/+2
*
New tests identical to boom and boom2, except using new-style classes.
Tim Peters
2003-04-08
1
-0/+44
*
correct a couple docstring nits
Skip Montanaro
2003-04-08
1
-3/+3
*
Typo repair.
Tim Peters
2003-04-08
1
-2/+2
*
Added example of using positional and keyword args with atexit.register().
Fred Drake
2003-04-08
1
-0/+15
*
Markup fix.
Fred Drake
2003-04-08
1
-2/+2
*
s/referrents/referents/g. Gotta love that referrers remains rife with rs.
Tim Peters
2003-04-08
4
-22/+22
[next]