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 Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger
2004-07-02
9
-31/+103
*
add cp866 row
Skip Montanaro
2004-07-02
1
-0/+4
*
Change signatures for arguments to "s" and friends to be the proper ``const
Brett Cannon
2004-07-01
1
-6/+6
*
Committing Tim's patch for SF bug #983585:
Fred Drake
2004-07-01
1
-2/+1
*
Document that encode() and decode() raise UnicodeError
Walter Dörwald
2004-07-01
1
-5/+10
*
link to the codecs page from the "".encode() description.
Skip Montanaro
2004-07-01
2
-2/+3
*
Fix
Michael W. Hudson
2004-07-01
1
-39/+44
*
fix small consistency nit
Fred Drake
2004-07-01
1
-1/+1
*
add omitted markup
Fred Drake
2004-07-01
1
-2/+3
*
* Fix typos.
Raymond Hettinger
2004-07-01
1
-14/+70
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
1
-0/+62
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
1
-0/+1
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
34
-1/+27040
*
use file() in preference to open()
Skip Montanaro
2004-06-30
1
-3/+3
*
tyop
Michael W. Hudson
2004-06-30
1
-1/+1
*
restore NEWS entry for 957240
Michael W. Hudson
2004-06-30
1
-0/+3
*
Check in the updated version of patch #957240, which doesn't rely
Michael W. Hudson
2004-06-30
2
-17/+24
*
fix handling when a proper getopt(1) is available; the "--"
Fred Drake
2004-06-29
1
-0/+4
*
[Patch #974633] Check PyObject_MALLOC return for error
Andrew M. Kuchling
2004-06-29
2
-0/+5
*
[Bug #948970] Add PyExc_* symbols to index.
Andrew M. Kuchling
2004-06-29
1
-28/+28
*
[Bug #978556] Update SHA spec URL; bugfix candidate
Andrew M. Kuchling
2004-06-29
1
-7/+5
*
[Bug #912845] urllib2 only checks for a 200 return code, but 206 is also lega...
Andrew M. Kuchling
2004-06-29
1
-2/+2
*
Remove unused import. (If it's there for some deep, dark reason, it should h...
Andrew M. Kuchling
2004-06-29
1
-1/+0
*
Add test case for bug #912845: requesting an HTTP byte range doesn't work
Andrew M. Kuchling
2004-06-29
1
-6/+16
*
Docstring grammar fix
Andrew M. Kuchling
2004-06-29
1
-1/+1
*
Add a missing space.
Brett Cannon
2004-06-29
1
-1/+1
*
Fix stupid mistake of forgetting to mention that the fix for bug #981299
Brett Cannon
2004-06-29
1
-2/+2
*
rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network
Brett Cannon
2004-06-29
2
-1/+4
*
Changed applicable use of ``char *`` declarations that are passed into
Brett Cannon
2004-06-29
1
-6/+6
*
Add readme.txt
Martin v. Löwis
2004-06-28
1
-0/+3
*
Patch from Mark Hammond to fix a test error.
Raymond Hettinger
2004-06-28
1
-9/+12
*
Adds support for DB.pget and DBCursor.pget methods.
Gregory P. Smith
2004-06-28
3
-3/+225
*
Add weakref support to all bsddb.db objects.
Gregory P. Smith
2004-06-28
1
-7/+127
*
Added socket.getservbyport(), and make its second argument and that of
Barry Warsaw
2004-06-28
4
-18/+73
*
Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro.
Brett Cannon
2004-06-28
1
-1/+1
*
raise the module minor version.
Gregory P. Smith
2004-06-27
1
-1/+1
*
SF patch / bug #967763
Gregory P. Smith
2004-06-27
2
-43/+85
*
Add code for a range function that uses generators.
Brett Cannon
2004-06-27
1
-42/+64
*
Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when
Gregory P. Smith
2004-06-27
1
-6/+11
*
sizeof(char) is 1, by definition, so get rid of that expression in
Tim Peters
2004-06-27
2
-17/+11
*
Patch #923098: Share interned strings in marshal.
Martin v. Löwis
2004-06-27
6
-31/+122
*
Patch #966493: Cleanup generator/eval_frame exposure.
Martin v. Löwis
2004-06-27
5
-18/+13
*
Mention Py_RETURN_NONE when introducing the idiom of how to have a function
Brett Cannon
2004-06-27
1
-1/+2
*
* Silence a test failure that resulted when test_site was run by
Raymond Hettinger
2004-06-27
1
-7/+10
*
SF bug #980419: int left-shift causes memory leak
Raymond Hettinger
2004-06-26
1
-4/+26
*
Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will
Brett Cannon
2004-06-26
1
-1/+2
*
Install Barry's smtpd.py daemon.
Skip Montanaro
2004-06-26
1
-1/+2
*
remove debugging print
Skip Montanaro
2004-06-26
1
-1/+0
*
Allow classes from other modules to be specified at startup. For example,
Skip Montanaro
2004-06-26
1
-2/+9
*
Add a comment with implementation notes.
Raymond Hettinger
2004-06-26
1
-0/+7
[next]