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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #831747: Add skip_accept_encoding parameter to putrequest.
Martin v. Löwis
2003-11-19
1
-3/+7
*
Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed
Jack Jansen
2003-11-19
1
-16/+3
*
Remove deprecation of sets.Set.update().
Raymond Hettinger
2003-11-19
1
-4/+0
*
Fix typos.
Walter Dörwald
2003-11-19
1
-4/+4
*
- After an exception, run.py was not setting the exception vector. Noam
Kurt B. Kaiser
2003-11-19
2
-1/+6
*
__init__(): The docstring was incorrect regarding how header wrapping
Barry Warsaw
2003-11-19
1
-5/+4
*
Modified version by Bob Ippolito. It passes the just-added test_applesingle
Jack Jansen
2003-11-18
1
-63/+100
*
Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a
Just van Rossum
2003-11-18
1
-0/+7
*
Test the applesingle decoder.
Jack Jansen
2003-11-18
1
-0/+72
*
Various fixups (most suggested by Armin Rigo).
Raymond Hettinger
2003-11-17
1
-0/+25
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
13
-40/+1209
*
SF #841977 - modulefinder fails to find extension modules in packages
Thomas Heller
2003-11-14
1
-1/+6
*
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters
2003-11-13
1
-0/+19
*
Patch #839877: Remove unused lambda expression.
Martin v. Löwis
2003-11-13
1
-4/+0
*
SF bug 840829: weakref callbacks and gc corrupt memory.
Tim Peters
2003-11-12
1
-0/+20
*
Improve backwards compatibility code to handle True/False.
Raymond Hettinger
2003-11-12
1
-0/+4
*
Improve the implementation of itertools.tee().
Raymond Hettinger
2003-11-12
1
-24/+31
*
Make Message.__str__ more efficient.
Neil Schemenauer
2003-11-11
1
-4/+1
*
Patch #798297: Add IMAP THREAD command.
Martin v. Löwis
2003-11-10
1
-0/+11
*
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
*
Update test to handle list.__reversed__().
Raymond Hettinger
2003-11-08
1
-0/+1
*
SF bug #835457: Small typo in logging documentation
Raymond Hettinger
2003-11-08
1
-1/+1
*
Convert heapq.py to a C implementation.
Raymond Hettinger
2003-11-08
2
-256/+0
*
Overallocate target buffer for normalization more early. Fixes #834676.
Martin v. Löwis
2003-11-06
1
-0/+3
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
6
-8/+24
*
Add traceback.format_exc().
Neil Schemenauer
2003-11-05
2
-7/+14
*
* Use weakref's of DBCursor objects for the iterator cursors to avoid a
Gregory P. Smith
2003-11-03
2
-50/+121
*
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
2
-8/+154
*
Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.
Martin v. Löwis
2003-10-31
1
-0/+4
*
Patch #531629: Add multicall support.
Martin v. Löwis
2003-10-31
1
-1/+65
*
Patch #785689: Use basename in usage. Backported to 2.3.
Martin v. Löwis
2003-10-31
1
-1/+1
*
Patch #: Add POP3 over SSL support.
Martin v. Löwis
2003-10-31
1
-1/+89
*
Update test to include "sorted" in dir(list).
Raymond Hettinger
2003-10-29
1
-1/+2
*
Add list.sorted() classmethod.
Raymond Hettinger
2003-10-29
2
-0/+63
*
SF #775057, fix IDLE problem in about dialog
Neal Norwitz
2003-10-28
1
-1/+3
*
Fixed dis.disassemble_string().
Armin Rigo
2003-10-28
1
-28/+24
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
4
-69/+43
*
Docstring fix: XHTML 1.0 entities are supported
Andrew M. Kuchling
2003-10-27
1
-3/+3
*
Patch #817854: Add missing operations for SSLFile. Fixes #792101.
Martin v. Löwis
2003-10-27
1
-0/+25
*
Another instance of the same typo.
Steve Purcell
2003-10-26
1
-2/+2
*
Replace the window() example with pairwise() which demonstrates tee().
Raymond Hettinger
2003-10-26
1
-13/+10
*
Minor improvements to itertools.tee():
Raymond Hettinger
2003-10-26
1
-0/+12
*
Incorporated patch 819077, from George Yoshida:
Steve Purcell
2003-10-26
1
-7/+6
*
Patch #812378: Normalize white space.
Martin v. Löwis
2003-10-24
1
-3/+3
*
[Bug #822668] tarfile raises an exception if the tarfile is gzipped and is to...
Andrew M. Kuchling
2003-10-24
1
-1/+1
*
Fixed bug introduced in revision 1.27
Armin Rigo
2003-10-24
1
-1/+1
*
Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().
Walter Dörwald
2003-10-24
1
-0/+12
[next]