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
*
This file is utf-16, not utf-8 (or ascii).
Jack Jansen
2003-11-19
1
-0/+0
*
Forward port of various fixes that were initially only done on the
Jack Jansen
2003-11-19
5
-16/+91
*
Ported from 23maint branch: add icons to BuildApplet.
Jack Jansen
2003-11-19
2
-0/+57
*
Fix typos.
Walter Dörwald
2003-11-19
1
-4/+4
*
Added a site
Jack Jansen
2003-11-19
1
-0/+1
*
Upped version
Jack Jansen
2003-11-19
1
-1/+1
*
- After an exception, run.py was not setting the exception vector. Noam
Kurt B. Kaiser
2003-11-19
2
-1/+6
*
__init__(): The docstring was incorrect regarding how header wrapping
Barry Warsaw
2003-11-19
1
-5/+4
*
Generator's constructor: The documentation was incorrect regarding how
Barry Warsaw
2003-11-19
1
-3/+2
*
Modified version by Bob Ippolito. It passes the just-added test_applesingle
Jack Jansen
2003-11-18
1
-63/+100
*
Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a
Just van Rossum
2003-11-18
1
-0/+7
*
Fix for [ 782686 ]: new files used \r as the default line separator
Just van Rossum
2003-11-18
1
-13/+8
*
Test the applesingle decoder.
Jack Jansen
2003-11-18
1
-0/+72
*
Patch #836434: Use dlopen/dlsym on AIX if available. Also disable
Martin v. Löwis
2003-11-18
2
-3/+23
*
Patch #841807: Check whether a versioned libpython.so symlink is needed
Martin v. Löwis
2003-11-18
1
-1/+3
*
Patch #843088: Fix typos. Backported to 2.3.
Martin v. Löwis
2003-11-18
2
-3/+3
*
Patch #794400: Let PYTHONSTARTUP influence the compiler flags.
Martin v. Löwis
2003-11-18
2
-9/+16
*
Implement straightforward suggestions from gcc warnings (remove unused
Guido van Rossum
2003-11-18
1
-3/+2
*
Documentation for set objects.
Raymond Hettinger
2003-11-18
1
-0/+37
*
Use PySequence_Contains() instead of direct access macro.
Raymond Hettinger
2003-11-18
1
-11/+5
*
Various fixups (most suggested by Armin Rigo).
Raymond Hettinger
2003-11-17
3
-40/+97
*
Fix output spacing typo
Raymond Hettinger
2003-11-16
1
-1/+1
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
21
-40/+2338
*
Fix typo
Raymond Hettinger
2003-11-16
1
-1/+1
*
Change ValueErrors to TypeErrors and add PyList_Check() assertions.
Raymond Hettinger
2003-11-15
1
-4/+6
*
Verify heappop argument is a list.
Raymond Hettinger
2003-11-15
1
-0/+5
*
Mention patch #841977: modulefinder didn't find extension modules in packages
Thomas Heller
2003-11-14
1
-0/+2
*
SF #841977 - modulefinder fails to find extension modules in packages
Thomas Heller
2003-11-14
1
-1/+6
*
update_refs(): assert that incoming refcounts aren't 0. The comment
Tim Peters
2003-11-14
1
-0/+19
*
subtype_dealloc(): Simplified overly contorted retracking logic. With
Tim Peters
2003-11-13
1
-6/+5
*
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters
2003-11-13
2
-6/+38
*
Various edits
Andrew M. Kuchling
2003-11-13
1
-7/+9
*
remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time
Gregory P. Smith
2003-11-13
2
-10/+4
*
Patch #839877: Remove unused lambda expression.
Martin v. Löwis
2003-11-13
1
-4/+0
*
Patch #804543: strdup saved locales. Backported to 2.3.
Martin v. Löwis
2003-11-13
2
-2/+4
*
SF bug 840829: weakref callbacks and gc corrupt memory.
Tim Peters
2003-11-12
3
-1/+32
*
pyexpat stopped building on Windows -- whining about the lack of a
Tim Peters
2003-11-12
1
-2/+2
*
Fix typo
Raymond Hettinger
2003-11-12
1
-2/+2
*
Explain the advantages of reversed.
Raymond Hettinger
2003-11-12
1
-3/+6
*
Present each feature in terms of what makes it useful or desirable.
Raymond Hettinger
2003-11-12
1
-24/+68
*
Improve backwards compatibility code to handle True/False.
Raymond Hettinger
2003-11-12
1
-0/+4
*
Improve the implementation of itertools.tee().
Raymond Hettinger
2003-11-12
3
-209/+242
*
Make Message.__str__ more efficient.
Neil Schemenauer
2003-11-11
1
-4/+1
*
fix typo in markup
Fred Drake
2003-11-10
1
-1/+1
*
fix use of undefined markup
Fred Drake
2003-11-10
1
-1/+1
*
add missing "if"
Fred Drake
2003-11-10
1
-1/+1
*
Mention that getsid is new in 2.4.
Martin v. Löwis
2003-11-10
1
-1/+1
*
Patch #798297: Add IMAP THREAD command.
Martin v. Löwis
2003-11-10
4
-0/+38
*
Patch #839038: Add getsid(2).
Martin v. Löwis
2003-11-10
5
-7/+40
*
Plug tempfile.mktemp() hole (Iustin Pop).
Guido van Rossum
2003-11-10
2
-0/+4
[next]