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
*
Strengthen the test for hash effectiveness
Raymond Hettinger
2003-12-31
1
-4/+4
*
Various fixups:
Raymond Hettinger
2003-12-31
1
-26/+36
*
fix truly evil markup typo
Fred Drake
2003-12-30
1
-1/+1
*
minor cleanup of example
Fred Drake
2003-12-30
1
-4/+6
*
- we *really* don't care about Python 1.5 alphas any more!
Fred Drake
2003-12-30
1
-6/+4
*
fix a variety of markup bugs
Fred Drake
2003-12-30
1
-24/+24
*
work around whitespace bugs in the HTML version
Fred Drake
2003-12-30
1
-3/+3
*
fix markup errors
Fred Drake
2003-12-30
1
-3/+2
*
lots of markup adjustments
Fred Drake
2003-12-30
1
-34/+43
*
markup fix
Fred Drake
2003-12-30
2
-4/+5
*
Fixes to support CJKCodecs as per SF bug #852347. Actually, this
Barry Warsaw
2003-12-30
1
-19/+16
*
Bump version number to 2.5.5
Barry Warsaw
2003-12-30
1
-1/+1
*
remove ancient cruft
Fred Drake
2003-12-30
1
-4/+0
*
- make "--" in code text not get converted to "-"
Fred Drake
2003-12-30
1
-7/+21
*
- remove crufty markup that's no longer needed to make the
Fred Drake
2003-12-30
1
-3/+3
*
use consistent email address for Tim
Fred Drake
2003-12-30
3
-3/+3
*
- update Tim's email address
Fred Drake
2003-12-30
1
-4/+2
*
Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012.
Martin v. Löwis
2003-12-30
1
-0/+71
*
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang
2003-12-29
2
-3/+24
*
complete backout of listobject.c v2.171
Andrew MacIntyre
2003-12-28
3
-13/+0
*
Revert previous two checkins to repair test failure.
Jeremy Hylton
2003-12-26
1
-24/+6
*
Fix name problem in previous checkin: Dict not List
Jeremy Hylton
2003-12-26
1
-1/+1
*
At 2.2, the Py<type>_Check() family of API functions (macros) changed
Andrew MacIntyre
2003-12-26
1
-0/+1
*
reverting 2.29: the patch was Ok, but the commit msg wrong
Andrew MacIntyre
2003-12-26
1
-1/+0
*
use the correct macro to access list size
Andrew MacIntyre
2003-12-26
1
-1/+1
*
At 2.2, the Py<type>_Check() family of API functions (macros) changed
Andrew MacIntyre
2003-12-26
1
-0/+6
*
The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along
Andrew MacIntyre
2003-12-26
1
-0/+1
*
The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along
Andrew MacIntyre
2003-12-25
1
-2/+12
*
Performance of list([]) in 2.3 came up in a thread on comp.lang.python,
Andrew MacIntyre
2003-12-25
3
-6/+37
*
add definitions required for expat 1.95.7
Andrew MacIntyre
2003-12-25
1
-1/+1
*
[Bug #850823] Fix broken link
Andrew M. Kuchling
2003-12-23
1
-1/+1
*
[Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing descr...
Andrew M. Kuchling
2003-12-23
1
-3/+4
*
[Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Pa...
Andrew M. Kuchling
2003-12-23
1
-4/+2
*
Fix silly typo
Andrew M. Kuchling
2003-12-23
1
-1/+1
*
As part of fixing bug #829532, add a test case that exercises os.makedirs
Andrew M. Kuchling
2003-12-23
1
-1/+36
*
[Bug #829532] Invoking os.makedirs() with an argument that contains a
Andrew M. Kuchling
2003-12-23
1
-0/+2
*
Fix unicode.rsplit()'s bug that ignores separater on the end of string when
Hye-Shik Chang
2003-12-23
2
-1/+3
*
Changed the UCHAR_MAX error msg a bit: we don't really assume anything
Tim Peters
2003-12-22
1
-1/+1
*
There are places in Python which assume bytes have 8-bits. Formalize that a
Skip Montanaro
2003-12-22
2
-4/+8
*
(forced commit)
Hye-Shik Chang
2003-12-22
0
-0/+0
*
Fix broken xmlcharrefreplace by rev 2.204.
Hye-Shik Chang
2003-12-22
1
-3/+3
*
Make sure the UserDict copies do not share the same underlying
Raymond Hettinger
2003-12-21
1
-1/+1
*
Python 2.3.3 Window build number and release date.
Thomas Heller
2003-12-20
1
-0/+2
*
Add the first of (hopefully) many third-party licenses and acknowledgements.
Raymond Hettinger
2003-12-20
1
-0/+59
*
Remove self from the arguments for the function add_type().
Walter Dörwald
2003-12-19
1
-1/+1
*
SF #859573: Reduce compiler warnings on gcc 3.2 and above.
Hye-Shik Chang
2003-12-19
1
-1/+14
*
Enable some unittests on FreeBSD.
Hye-Shik Chang
2003-12-19
2
-3/+7
*
Sync with python-mode project. Adds two changes:
Skip Montanaro
2003-12-18
1
-5/+47
*
minor markup adjustment
Fred Drake
2003-12-18
1
-2/+2
*
Fix typo
Andrew M. Kuchling
2003-12-18
1
-1/+1
[next]