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
*
OS/2 VACPP build updates/fixes
Andrew MacIntyre
2004-03-29
5
-5/+6
*
Added a comment about the unreferenced PyThreadState.tick_counter
Tim Peters
2004-03-29
1
-11/+18
*
fix typo
Andrew M. Kuchling
2004-03-29
1
-1/+1
*
Insert missing pronoun
Raymond Hettinger
2004-03-28
1
-2/+2
*
SF bug 924242: socket._fileobject._getclosed() returns wrong value
Tim Peters
2004-03-28
2
-1/+9
*
add usage() function, -h(elp) flag and long versions of short flags
Skip Montanaro
2004-03-27
1
-8/+18
*
- add entry for complex number
Skip Montanaro
2004-03-27
1
-22/+42
*
Revert 1.51 booleans so that sre will still run on old pythons.
Raymond Hettinger
2004-03-27
1
-6/+6
*
Simple Optimizations:
Raymond Hettinger
2004-03-26
1
-73/+92
*
Remove unnecessary test. (Thanks Skip)
Raymond Hettinger
2004-03-26
1
-6/+0
*
remove out-of-date warning
Fred Drake
2004-03-26
1
-5/+0
*
Fix test failure for test_tcl on OS/X and Windows if a
David Ascher
2004-03-26
1
-7/+1
*
Marshal clean-up (SF patch #873224)
Armin Rigo
2004-03-26
3
-70/+66
*
Simple optimizations:
Raymond Hettinger
2004-03-26
1
-47/+69
*
Update timeit example to reflect current performance.
Raymond Hettinger
2004-03-26
1
-3/+3
*
make sure the default manifest generation includes files identified as
Fred Drake
2004-03-25
2
-0/+6
*
Added more Windows version names (thanks to Thomas Heller).
Marc-André Lemburg
2004-03-25
1
-29/+23
*
Fix last patch to be backwards-compatible with Python 1.5.2 .
Brett Cannon
2004-03-25
1
-12/+25
*
Fixed a caching bug in platform.platform() where the argument of 'terse' was
Brett Cannon
2004-03-25
2
-9/+12
*
Note that reading from a socket may not always return all of the
Fred Drake
2004-03-25
1
-0/+4
*
- make sure the methods minidom adds to the basic DOM are attributed
Fred Drake
2004-03-25
1
-15/+10
*
Get rid of gcc warning.
Hye-Shik Chang
2004-03-25
1
-1/+2
*
include the right index sources
Fred Drake
2004-03-25
1
-2/+2
*
remove duplicate use of the meta-data label
Fred Drake
2004-03-25
1
-1/+0
*
Correct code to advance ptr to be well-formed C.
Martin v. Löwis
2004-03-25
1
-1/+1
*
fix typo
Fred Drake
2004-03-25
1
-1/+1
*
note that distutils API docs are included in "Distributing Python
Fred Drake
2004-03-25
1
-1/+2
*
improve the very-high-level API docs (contributed by Jeff Epler)
Fred Drake
2004-03-25
1
-34/+180
*
Defer compilation of regular expressions until first use.
Martin v. Löwis
2004-03-25
1
-3/+7
*
Remove note that PyErr_SetInterrupt() is obsolete; add comment about the
Fred Drake
2004-03-25
1
-1/+3
*
Use True/False instead of 0/1 for character classes.
Martin v. Löwis
2004-03-25
1
-6/+6
*
SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"
Raymond Hettinger
2004-03-25
2
-3/+3
*
Ensure super() lookup of descriptor from classmethod works (SF #743627)
Phillip J. Eby
2004-03-25
2
-1/+22
*
A few more PyThreadState_Get to PyThreadState_GET conversions
Nicholas Bastin
2004-03-25
3
-3/+3
*
fix name in setacl method doc string
Piers Lauder
2004-03-25
1
-1/+1
*
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin
2004-03-24
8
-26/+26
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
10
-15/+145
*
Add test case for unicode(somestring, "idna").
Martin v. Löwis
2004-03-24
1
-1/+6
*
Replace sequential split/join calls on strings with a single replace call.
Brett Cannon
2004-03-23
2
-11/+5
*
Convert input to a string object. Fixes #909230.
Martin v. Löwis
2004-03-23
1
-0/+1
*
...for work done at PyCon 2004 (and beyond...)
Nicholas Bastin
2004-03-23
1
-0/+1
*
Make socket.sslerror a subclass of socket.error .
Brett Cannon
2004-03-23
4
-1/+9
*
more markup nits
Fred Drake
2004-03-23
1
-12/+13
*
Replace code in urllib for basejoin (undocumented) with urlparse.urljoin .
Brett Cannon
2004-03-23
1
-59/+2
*
fix markup nits
Fred Drake
2004-03-23
1
-4/+4
*
add the distutils modules to the global modules list
Fred Drake
2004-03-23
1
-1/+3
*
Add runctx to __all__.
Guido van Rossum
2004-03-23
1
-1/+1
*
give the document indexes
Fred Drake
2004-03-23
1
-0/+16
*
- use recommended Python style in examples (no spaces around "=" for
Fred Drake
2004-03-23
1
-59/+83
*
Added command line options for profile.py - one for stats output file
Nicholas Bastin
2004-03-23
3
-13/+39
[next]