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
...
*
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
*
mktemp() shouldn't rely on os.path.exists(), which can return False if
Guido van Rossum
2003-11-10
1
-1/+23
*
fixed wrong error checking on fcntl call as per SF bug # 821896
Alex Martelli
2003-11-09
1
-2/+3
*
fixed obvious bug in _send_header as per SF bug #831271
Alex Martelli
2003-11-09
1
-2/+1
*
fixed buggy comment as per SF bug #827856
Alex Martelli
2003-11-09
1
-7/+7
*
clarified (in the 5.14 summary) that tests and comparisons all chain,
Alex Martelli
2003-11-09
1
-3/+3
*
Add docs for readmodule_ex and its function-descriptors, fixing
Alex Martelli
2003-11-09
1
-5/+42
*
Avoid giving advice that's bad for security, as per SF bug #823515
Alex Martelli
2003-11-09
1
-1/+3
*
Document Py_RETURN_NONE.
Brett Cannon
2003-11-09
1
-0/+4
*
Add 'see also' section pointing to the PEP
Andrew M. Kuchling
2003-11-08
1
-0/+5
*
Add some recent changes
Andrew M. Kuchling
2003-11-08
1
-1/+46
*
Update test to handle list.__reversed__().
Raymond Hettinger
2003-11-08
1
-0/+1
*
Improve the reverse list iterator to free memory as soon as the iterator
Raymond Hettinger
2003-11-08
1
-1/+4
*
SF bug #835457: Small typo in logging documentation
Raymond Hettinger
2003-11-08
1
-1/+1
*
Minor code fixup. Make sure that len reflects the current list size.
Raymond Hettinger
2003-11-08
1
-0/+1
*
Convert heapq.py to a C implementation.
Raymond Hettinger
2003-11-08
7
-256/+367
*
Optimize reversed(list) using a custom iterator.
Raymond Hettinger
2003-11-07
2
-4/+98
*
Fix the problem addressed by patch
Michael W. Hudson
2003-11-07
1
-1/+1
*
Add a new looping idiom
Raymond Hettinger
2003-11-07
1
-0/+15
*
Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3.
Martin v. Löwis
2003-11-06
1
-6/+10
*
Overallocate target buffer for normalization more early. Fixes #834676.
Martin v. Löwis
2003-11-06
2
-5/+10
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
12
-9/+198
*
Add traceback.format_exc().
Neil Schemenauer
2003-11-05
4
-7/+22
*
Make undetected error on stack unwind a fatal error.
Jeremy Hylton
2003-11-05
1
-4/+4
*
missing news entry
Anthony Baxter
2003-11-04
1
-0/+2
*
* SF patch 835100 - C++ // comments are not allowed. Use /* */
Gregory P. Smith
2003-11-03
1
-8/+8
*
Fix compiler warning about possible use of n without assignment.
Jeremy Hylton
2003-11-03
1
-5/+6
*
* Use weakref's of DBCursor objects for the iterator cursors to avoid a
Gregory P. Smith
2003-11-03
3
-52/+159
*
SF patch #834444: add versionadd to new functions
Raymond Hettinger
2003-11-02
1
-0/+2
*
SF patch #834015: Remove imports of unused modules
Raymond Hettinger
2003-11-02
5
-13/+8
*
* Fix the singlethreaded deadlocks occurring in the simple bsddb interface.
Gregory P. Smith
2003-11-02
3
-9/+155
*
Fix a tuple memory leak when raising DB, DBEnv and DBCursor "object
Gregory P. Smith
2003-11-02
1
-17/+15
*
Use PyTuple_Pack() to simplify enumerate().
Raymond Hettinger
2003-11-02
1
-5/+1
*
[Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy
Andrew M. Kuchling
2003-10-31
1
-1/+1
*
Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3.
Martin v. Löwis
2003-10-31
2
-1/+3
*
Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.
Martin v. Löwis
2003-10-31
2
-1/+5
*
Patch #628301: Update installer to
Martin v. Löwis
2003-10-31
1
-122/+227
*
Patch #531629: Add multicall support.
Martin v. Löwis
2003-10-31
3
-1/+96
*
Patch #785689: Use basename in usage. Backported to 2.3.
Martin v. Löwis
2003-10-31
1
-1/+1
*
Patch #787189: Explicitly define CTRL on SGI.
Martin v. Löwis
2003-10-31
1
-0/+6
*
Patch #: Add POP3 over SSL support.
Martin v. Löwis
2003-10-31
4
-3/+110
*
Patch #788404: ignore "b" and "t" mode modifiers in posix_popen.
Martin v. Löwis
2003-10-31
1
-0/+5
[prev]
[next]