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
*
Get test working if gzip support is not available
Neal Norwitz
2003-04-14
1
-1/+2
*
handle_range_longs(): refcount handling is very delicate here, and
Tim Peters
2003-04-13
1
-31/+50
*
Mention timeit module
Andrew M. Kuchling
2003-04-13
1
-34/+54
*
Use simpler import
Andrew M. Kuchling
2003-04-13
1
-1/+1
*
Must declare vrbls at the tops of blocks in C89 (wouldn't compile).
Tim Peters
2003-04-13
1
-1/+2
*
Oops, _propdeclarations and friends are needed: gensuitemodule uses them
Jack Jansen
2003-04-12
56
-12422/+13583
*
use PyModule_Add{Int,String}Constant() where appropriate
Skip Montanaro
2003-04-12
1
-12/+6
*
tighten up string checks
Skip Montanaro
2003-04-12
1
-17/+18
*
add writerows docstring
Skip Montanaro
2003-04-12
1
-6/+24
*
typo
Skip Montanaro
2003-04-11
1
-1/+1
*
typo
Skip Montanaro
2003-04-11
1
-1/+1
*
Back out of setting the default charset to iso-8859-1.
Barry Warsaw
2003-04-11
1
-1/+1
*
NullTranslations.__init__(): Back out of setting the default charset
Barry Warsaw
2003-04-11
1
-16/+16
*
zap commented out bit of code
Skip Montanaro
2003-04-11
1
-2/+1
*
Fix markup
Neal Norwitz
2003-04-11
1
-1/+1
*
Patch by Chad Netzer (with significant change):
Guido van Rossum
2003-04-11
3
-5/+230
*
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
[next]