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
*
Fix for stupid error (I need to remember to do a full 'make clean + make'
Facundo Batista
2007-11-16
1
-1/+1
*
Now in find, rfind, index, and rindex, you can use None as defaults,
Facundo Batista
2007-11-16
4
-32/+102
*
A patch from issue 1378 by roudkerk:
Guido van Rossum
2007-11-16
1
-81/+5
*
add the certificate for the Python SVN repository for testing SSL
Bill Janssen
2007-11-15
1
-0/+31
*
Add example for use cases requiring default values.
Raymond Hettinger
2007-11-15
1
-0/+9
*
Example of multiple replacements.
Raymond Hettinger
2007-11-15
1
-2/+2
*
Fixup example in docs.
Raymond Hettinger
2007-11-15
1
-1/+1
*
Small improvement to the implementation of __replace__().
Raymond Hettinger
2007-11-15
2
-2/+2
*
Accept Issac Morland's suggestion for __replace__ to allow multiple replacements
Raymond Hettinger
2007-11-15
3
-18/+33
*
Add test for __fields__ being read-only
Raymond Hettinger
2007-11-14
1
-0/+8
*
Make __fields__ read-only. Suggested by Issac Morland
Raymond Hettinger
2007-11-14
1
-1/+1
*
Remove dead link from random docs.
Georg Brandl
2007-11-14
1
-5/+0
*
Merge from py3k branch:
Amaury Forgeot d'Arc
2007-11-13
3
-9/+63
*
Add the test from issue 1704621 (the issue itself is already fixed here).
Guido van Rossum
2007-11-12
1
-0/+7
*
readline module cleanup
Christian Heimes
2007-11-12
1
-99/+90
*
Fix TextCalendar.prweek(). This closes issue #1427.
Walter Dörwald
2007-11-12
1
-1/+1
*
Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.
Martin v. Löwis
2007-11-12
3
-2/+6
*
Only set rl_completion_display_matches_hook if there
Martin v. Löwis
2007-11-12
1
-31/+38
*
Re-word sentence
Andrew M. Kuchling
2007-11-12
1
-1/+1
*
Fix for #1427: Error in standard module calendar
Christian Heimes
2007-11-12
1
-8/+12
*
Added new decorator syntax to property.__doc__
Christian Heimes
2007-11-12
1
-4/+14
*
Remove duplication of "this".
Georg Brandl
2007-11-11
1
-1/+1
*
Fixed a bug reported (in private email, by Robert Crida) in logging configura...
Vinay Sajip
2007-11-11
1
-3/+27
*
Issue 1416. Add getter, setter, deleter methods to properties that can be
Guido van Rossum
2007-11-10
2
-1/+120
*
Use a freelist to speed-up block allocation and deallocation in collections.d...
Raymond Hettinger
2007-11-10
1
-7/+27
*
Optimize common case for dict.fromkeys().
Raymond Hettinger
2007-11-09
1
-10/+15
*
Add Amaury Forgeot d'Arc.
Martin v. Löwis
2007-11-09
1
-0/+3
*
Correct a comment about testing methods - nowadays most
Georg Brandl
2007-11-09
1
-4/+3
*
Fix misleading example.
Georg Brandl
2007-11-09
1
-1/+2
*
Fix seealso link to sets docs. Do not merge to Py3k.
Georg Brandl
2007-11-09
1
-1/+1
*
Reposition the decref (spotted by eagle-eye norwitz).
Raymond Hettinger
2007-11-08
1
-1/+2
*
Add set.isdisjoint()
Raymond Hettinger
2007-11-08
4
-2/+126
*
Backport of Guido's review of my patch.
Christian Heimes
2007-11-07
1
-7/+5
*
Backported fix for bug #1392 from py3k branch r58903.
Christian Heimes
2007-11-07
1
-1/+19
*
Add missing NEWS entry
Nick Coghlan
2007-11-07
1
-0/+3
*
Add build option for faster loop execution.
Raymond Hettinger
2007-11-07
2
-0/+16
*
Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset ...
Raymond Hettinger
2007-11-07
2
-0/+23
*
Fix marshal's incorrect handling of subclasses of builtin types (backport can...
Raymond Hettinger
2007-11-07
4
-16/+25
*
Add missing "return NULL" in overflow check in PyObject_Repr().
Guido van Rossum
2007-11-06
1
-0/+1
*
Fixes Issue 1385: The hmac module now computes the correct hmac when using
Gregory P. Smith
2007-11-06
4
-8/+189
*
Clarified the fact that you can have comments for individual archive
Mark Summerfield
2007-11-05
1
-5/+7
*
Added cross-references between the various archive file formats.
Mark Summerfield
2007-11-05
5
-8/+21
*
* db->get_flags is only available in BerkeleyDB >= 4.2
Gregory P. Smith
2007-11-05
1
-0/+4
*
* db->get_types is only available in BerkeleyDB >= 4.2
Gregory P. Smith
2007-11-05
1
-0/+7
*
Add the bsddb.db.DBEnv.lock_id_free method.
Gregory P. Smith
2007-11-05
3
-14/+35
*
Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and
Gregory P. Smith
2007-11-05
3
-15/+34
*
Fix syntax for versionchanged markup.
Georg Brandl
2007-11-04
1
-4/+3
*
Note change to get_dialect semantics in 2.5. Will backport to 2.5.
Skip Montanaro
2007-11-04
1
-0/+5
*
Add a missing quotation mark.
Brett Cannon
2007-11-03
1
-1/+1
*
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...
Georg Brandl
2007-11-02
9
-61/+84
[next]