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
...
*
Patch #805678: Add .so symlink during make install. Backported to 2.3.
Martin v. Löwis
2003-09-20
1
-0/+1
*
Patch #805604: Do not check for sem_init, do not use -Kthread,
Martin v. Löwis
2003-09-20
2
-14/+38
*
Improve detection of whether tzset is broken.
Brett Cannon
2003-09-19
3
-15/+56
*
Fix a typo found by Eric D. Moyer, closes SF 807813.
Thomas Heller
2003-09-17
1
-1/+1
*
SF patch #806246: use basestring where possible
Raymond Hettinger
2003-09-17
3
-3/+3
*
* Minor wording change
Raymond Hettinger
2003-09-16
1
-2/+8
*
Minor fixups
Raymond Hettinger
2003-09-16
2
-2/+3
*
On c.l.py, Martin v. Löwis said that Py_UNICODE could be of a signed type,
Tim Peters
2003-09-16
1
-137/+145
*
Double-fix of crash in Unicode freelist handling.
Jeremy Hylton
2003-09-16
2
-2/+12
*
Fix leak in classobject.c. The leak surfaced on the error exit when
Raymond Hettinger
2003-09-16
1
-0/+1
*
Test __all__ for unittest.py
Raymond Hettinger
2003-09-16
1
-1/+2
*
Improve the leak fix so that PyTuple_New is only called when needed.
Raymond Hettinger
2003-09-16
1
-9/+11
*
Change checks of PyUnicode_Resize() return value for clarity.
Jeremy Hylton
2003-09-16
1
-18/+17
*
Correct check of PyUnicode_Resize() return value.
Jeremy Hylton
2003-09-16
1
-1/+2
*
Reflow long lines and reformat.
Jeremy Hylton
2003-09-16
1
-13/+13
*
Fix leak discovered in test_new by Michael Hudson.
Raymond Hettinger
2003-09-15
1
-17/+14
*
SF bug #804113: Crypto terminology for crypto hash function
Raymond Hettinger
2003-09-15
1
-3/+4
*
Remove possibly-misleading Expat version
Andrew M. Kuchling
2003-09-15
1
-2/+2
*
Explicitly define public symbols via __all__: see discussion with Raymond
Steve Purcell
2003-09-15
1
-0/+10
*
* Converted test to unittest format.
Raymond Hettinger
2003-09-13
1
-85/+158
*
The previous change works much faster (one lookup per key) when
Raymond Hettinger
2003-09-13
1
-0/+9
*
SF bug #804115: bad argument handling(unittest.py)
Raymond Hettinger
2003-09-13
1
-2/+2
*
Simplify doctest of tee().
Raymond Hettinger
2003-09-13
1
-6/+2
*
Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632.
Martin v. Löwis
2003-09-12
1
-0/+3
*
Patch #790000: Allow os.access to handle Unicode file name.
Martin v. Löwis
2003-09-12
2
-0/+17
*
SF #662923
Raymond Hettinger
2003-09-12
5
-16/+56
*
SF bug #804280: fromkeys is not listed in index
Raymond Hettinger
2003-09-12
1
-4/+5
*
fix markup buglets
Fred Drake
2003-09-11
1
-22/+13
*
- added many links into the library reference
Fred Drake
2003-09-11
1
-30/+45
*
- add several links into the library reference
Fred Drake
2003-09-11
1
-36/+34
*
remove useless <br/> from the top navigation panel
Fred Drake
2003-09-11
1
-1/+1
*
try to fix up the padding inside a notice environment so they fit in a
Fred Drake
2003-09-11
1
-2/+2
*
SF patch #803449: modernize demo scripts
Raymond Hettinger
2003-09-10
2
-93/+89
*
- add version annotation for HIGHEST_PROTOCOL
Fred Drake
2003-09-10
1
-5/+5
*
Oops. Really fix the indentation problem this time.
Jeremy Hylton
2003-09-10
1
-13/+13
*
Fix inconsistent mix of tabs and spaces that caused test to fail.
Jeremy Hylton
2003-09-10
1
-5/+4
*
select.select() now accepts a sequence (as defined by PySequence_Fast()) for
Brett Cannon
2003-09-10
3
-23/+25
*
mention new module doc display feature of pydoc in libref and NEWS
Skip Montanaro
2003-09-10
2
-0/+10
*
SF bug #803679: Missing section number in csv module documentation
Raymond Hettinger
2003-09-10
1
-2/+2
*
SF bug #803842: Wrong description of regexp concatenation
Raymond Hettinger
2003-09-10
1
-4/+5
*
display link to module docs when it looks like the object module is a core
Skip Montanaro
2003-09-10
1
-1/+47
*
SF bug #802302: Invalid documentation for dbhash.
Raymond Hettinger
2003-09-10
1
-10/+9
*
SF patch #800899: Making "|" directive from REs a bit clearer.
Raymond Hettinger
2003-09-10
1
-8/+7
*
Python Bug 775061
Kurt B. Kaiser
2003-09-10
3
-97/+2
*
Fix typo.
Raymond Hettinger
2003-09-10
1
-1/+1
*
end-of-sentence punctuation comes *before* \footnote, not after
Fred Drake
2003-09-09
1
-13/+13
*
SF #801306: Bad RE in scanf example
Raymond Hettinger
2003-09-09
1
-1/+1
*
SF bug #560286: Add docs for 'basestring'
Raymond Hettinger
2003-09-09
1
-0/+9
*
Add an example to address a common question of how to split iterators.
Raymond Hettinger
2003-09-08
2
-11/+50
*
Set the warnings stacklevel to two.
Raymond Hettinger
2003-09-08
1
-2/+2
[prev]
[next]