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
*
Bug #1210001: typo in email doc
Georg Brandl
2005-06-04
1
-1/+1
*
Bug #1196315: fix weakref.WeakValueDictionary constructor.
Georg Brandl
2005-06-04
2
-1/+3
*
Correct URL to the official UnicodeData 3.2.0 resource. (Reported
Hye-Shik Chang
2005-06-04
2
-2/+2
*
pybsddb 4.3.2:
Gregory P. Smith
2005-06-04
3
-33/+97
*
Whitespace normalization.
Tim Peters
2005-06-03
4
-195/+195
*
Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Georg Brandl
2005-06-03
3
-0/+16
*
Fix a couple of crashing-on-malformed data marshal bugs.
Michael W. Hudson
2005-06-03
1
-6/+8
*
[ 1197218 ] test_locale fix on modern linux
Anthony Baxter
2005-06-03
1
-8/+10
*
This is my patch:
Michael W. Hudson
2005-06-03
5
-68/+196
*
Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
Georg Brandl
2005-06-03
3
-1/+24
*
fix object.__divmod__.__doc__
Anthony Baxter
2005-06-03
1
-2/+8
*
M-x untabify
Michael W. Hudson
2005-06-03
1
-9/+9
*
Update permissions for Birkenfeld.
Raymond Hettinger
2005-06-03
1
-1/+2
*
pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison
Gregory P. Smith
2005-06-03
4
-1/+381
*
Delete some vestigial code; execution will never reach the 'if' statement if ...
Andrew M. Kuchling
2005-06-02
1
-6/+1
*
[Bug #1209880] Describe only the True/False return values from lock.acquire()
Andrew M. Kuchling
2005-06-02
2
-4/+3
*
[Bug #1193001] Make the notation section use the same productionlist env. as ...
Andrew M. Kuchling
2005-06-02
1
-5/+5
*
[Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one
Andrew M. Kuchling
2005-06-02
1
-0/+10
*
[Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre M...
Andrew M. Kuchling
2005-06-02
1
-1/+1
*
Patch #1212117: Add optional attribute st_flags to os.stat_result
Hye-Shik Chang
2005-06-02
6
-3/+134
*
Fix compiler.ast.flatten function so that it works on lists.
Neil Schemenauer
2005-06-02
3
-8/+13
*
[Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within th...
Andrew M. Kuchling
2005-06-02
1
-1/+1
*
added GET/SETANNOTATION methods
Piers Lauder
2005-06-01
2
-9/+46
*
[Bug #1105706] Use correct name for constant
Andrew M. Kuchling
2005-06-01
1
-2/+2
*
[Bug #1123268] Fix typo
Andrew M. Kuchling
2005-06-01
1
-1/+1
*
[Bug #1181939] Remove incorrect text about __init__; move map discussion into...
Andrew M. Kuchling
2005-06-01
1
-5/+4
*
[Bug #1194249] Fix duplicate assignment in example code
Andrew M. Kuchling
2005-06-01
1
-1/+1
*
NEWS entry for the patch I checked in last week.
Michael W. Hudson
2005-06-01
1
-0/+4
*
SF bug #1209411: divmod documentation shd reference // not /
Raymond Hettinger
2005-05-31
2
-2/+2
*
SF bug #1202395: Description of string.lstrip() needs improvement
Raymond Hettinger
2005-05-31
1
-15/+33
*
Add permissions for Reinhold Birkenfeld.
Raymond Hettinger
2005-05-28
1
-0/+5
*
This is my patch:
Michael W. Hudson
2005-05-27
5
-251/+639
*
Fix test_site to not call open('...', 'wU'), as that now raises an error.
Michael W. Hudson
2005-05-27
1
-1/+1
*
SF bug #1209671: dict.popitem documentation should mention empty dict case
Raymond Hettinger
2005-05-27
1
-1/+2
*
Fix:
Michael W. Hudson
2005-05-26
1
-0/+2
*
fix description of the input range of unichr()
Fred Drake
2005-05-25
1
-1/+2
*
update documentation on what constitutes a line in a source file
Fred Drake
2005-05-25
1
-5/+12
*
Disallow opening files with modes 'aU' or 'wU' as specified by PEP
Skip Montanaro
2005-05-20
3
-0/+64
*
Patch #1197318: Cygwin case-sensitive import patch
Jason Tishler
2005-05-20
1
-17/+6
*
Whitespace normalization.
Tim Peters
2005-05-18
1
-1/+1
*
Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.
Skip Montanaro
2005-05-16
3
-1/+14
*
Fixed a quite misleading comment: a "not" should not have been there.
Armin Rigo
2005-05-15
1
-1/+1
*
This test relied on short-circuiting details of dictobject.py to avoid
Armin Rigo
2005-05-15
1
-4/+2
*
Add better datetime support to xmlrpclib module. Closes patch #1120353.
Skip Montanaro
2005-05-14
4
-30/+127
*
SF patch #1200051: Small optimization for PyDict_Merge()
Raymond Hettinger
2005-05-14
1
-0/+6
*
SF bug #1201807: Glossary listing bug
Raymond Hettinger
2005-05-14
1
-1/+1
*
credit source of idea for recent doc changes
Skip Montanaro
2005-05-12
1
-0/+1
*
Incorporate a lightly edited version of the SocketServer module's docstring
Skip Montanaro
2005-05-12
1
-1/+82
*
Improve subprocess link error notification
Kurt B. Kaiser
2005-05-10
3
-3/+9
*
SF bug #1193890: calendar.weekheader not found in __all__
Raymond Hettinger
2005-05-10
1
-1/+2
[next]