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
*
SF #965425: fix so hyphenated words surrounded by punctuation are
Greg Ward
2004-06-03
2
-4/+21
*
Do an actual test for xcodebuild, in stead of relying on the user to
Jack Jansen
2004-06-02
1
-3/+5
*
Remove the pcre module.
Thomas Heller
2004-06-02
3
-48/+0
*
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald
2004-06-02
5
-16/+16
*
Remove reference to pcre module
Andrew M. Kuchling
2004-06-02
1
-5/+0
*
Remove pcre module
Andrew M. Kuchling
2004-06-02
4
-5771/+0
*
Don't build the pcre module any more
Andrew M. Kuchling
2004-06-02
2
-2/+0
*
Remove reference to pcre module
Andrew M. Kuchling
2004-06-02
1
-1/+1
*
Remove pre module
Andrew M. Kuchling
2004-06-02
2
-665/+0
*
Fix grammar hopefully. :)
Hye-Shik Chang
2004-06-02
1
-2/+2
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
11
-431/+655
*
Add a name (old change sitting in my tree)
Andrew M. Kuchling
2004-06-02
1
-0/+1
*
Remove old reminder
Andrew M. Kuchling
2004-06-02
1
-2/+0
*
CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when
Jack Jansen
2004-06-02
1
-0/+7
*
Record Python 2.3.4 (final) build number.
Thomas Heller
2004-06-02
1
-0/+2
*
The expression list in inheritance is not optional. Fixes #960448.
Martin v. Löwis
2004-06-02
1
-1/+1
*
Move grammar rule for lambda_form into section on lambdas. Fixes #964525.
Martin v. Löwis
2004-06-02
1
-2/+5
*
Fix typo reported in #964592. Will backport to 2.3.
Martin v. Löwis
2004-06-02
1
-1/+1
*
Document PyModule_AddIntConstant to take a long. Fixes #962471.
Martin v. Löwis
2004-06-02
1
-1/+1
*
Patch #924294: Do not check for AF_INET6 if it is not defined.
Martin v. Löwis
2004-06-02
1
-1/+1
*
Copyright year changed
Vinay Sajip
2004-06-02
1
-1/+1
*
Patch #954115: Fix os.stat handling of UNC roots.
Martin v. Löwis
2004-06-02
2
-18/+96
*
Added IMAP4_stream to __all__
Piers Lauder
2004-06-02
1
-1/+1
*
test_hash(): The test here is different enough from the one in the bug
Tim Peters
2004-06-01
1
-3/+7
*
Add genobject.c
Martin v. Löwis
2004-06-01
1
-0/+3
*
Add genobject.c to the MSVC++ 6.0 build.
Raymond Hettinger
2004-06-01
1
-0/+4
*
Patch #957398: Add public API for Generator Object/Type.
Martin v. Löwis
2004-06-01
7
-138/+207
*
[Bug #962631] Fix typo reported by Bryan Blackburn
Andrew M. Kuchling
2004-06-01
1
-1/+1
*
SF bug #942952: Weakness in tuple hash
Raymond Hettinger
2004-06-01
3
-2/+25
*
Silence noise in regrtest.
Martin v. Löwis
2004-06-01
1
-1/+0
*
Fixup spacing in an example.
Raymond Hettinger
2004-05-31
1
-2/+2
*
Copy from python-2.3.spec. Incorporate patch #961465:
Martin v. Löwis
2004-05-31
1
-11/+16
*
SF patch 959726: sdist versus SVN
Tim Peters
2004-05-31
3
-8/+12
*
Patch #932930: suggest the use of rawstrings for backslashes.
Martin v. Löwis
2004-05-31
2
-21/+41
*
Patch #963318: Add support for client-side cookie management.
Martin v. Löwis
2004-05-31
12
-68/+4666
*
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald
2004-05-31
7
-361/+705
*
Fix typo (from SF bug #962602)
Walter Dörwald
2004-05-31
1
-1/+1
*
Add weakref support to sockets and re pattern objects.
Raymond Hettinger
2004-05-31
1
-0/+4
*
Add weakref support to sockets and re pattern objects.
Raymond Hettinger
2004-05-31
7
-5/+69
*
Add weakref support to array.array and file objects.
Raymond Hettinger
2004-05-31
5
-4/+38
*
Make sets and deques weak referencable.
Raymond Hettinger
2004-05-30
5
-6/+32
*
Update docstring for dict.update() to match the new realities.
Walter Dörwald
2004-05-28
1
-1/+2
*
starting to add comments to explain what's here
Fred Drake
2004-05-28
1
-0/+11
*
The default argument in dict.setdefault() defaults to None.
Walter Dörwald
2004-05-27
1
-2/+2
*
The default argument in dict.setdefault() defaults to None.
Walter Dörwald
2004-05-27
1
-1/+1
*
Remove float_compare as per
Michael W. Hudson
2004-05-26
1
-9/+1
*
Band-aid type fix for
Michael W. Hudson
2004-05-26
1
-0/+19
*
Fill-in the introductory paragraph for the library tour.
Raymond Hettinger
2004-05-26
1
-0/+3
*
Add a further tour of the standard library.
Raymond Hettinger
2004-05-26
1
-0/+290
*
Follow official recommendation for domain names in examples.
Raymond Hettinger
2004-05-25
1
-3/+3
[next]