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
...
*
Work around limitations of the module synopsis table generation to avoid
Fred Drake
2001-05-09
9
-9/+9
*
Job.build_html(): Be more robust in ensuring about.html exists; copying
Fred Drake
2001-05-09
1
-17/+16
*
There is no IMAP class in the imaplib module; the class is IMAP4.
Fred Drake
2001-05-09
1
-9/+10
*
Note that when inplace=1 existing backup files will be removed silently.
Fred Drake
2001-05-09
1
-2/+5
*
Make the license GPL-compatible.
Guido van Rossum
2001-05-04
1
-16/+5
*
The weakref support in PyObject_InitVar() as well; this should have come out
Fred Drake
2001-05-03
1
-4/+0
*
Remove unnecessary intialization for the case of weakly-referencable objects;
Fred Drake
2001-05-03
1
-4/+0
*
Correct two floating-point representations printed by the interpreter in
Fred Drake
2001-04-25
1
-2/+2
*
Update publish-to-SourceForge scripts to automatically determine if the
Fred Drake
2001-04-22
2
-7/+26
*
Only document <file>.xreadlines() once; added version annotation.
Fred Drake
2001-04-22
1
-7/+4
*
Fix a number of minor markup errors.
Fred Drake
2001-04-21
3
-8/+14
*
The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add
Fred Drake
2001-04-21
1
-0/+1
*
Add versioning notes: many of the signatures changed to allow the time
Fred Drake
2001-04-19
1
-0/+5
*
Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns
Fred Drake
2001-04-18
1
-1/+1
*
Add description of the "explanation" optional parameter added to the
Fred Drake
2001-04-18
1
-5/+8
*
\versionadded: Add support for including an explanatory note along with
Fred Drake
2001-04-18
1
-2/+7
*
Added support for optional explanation parameter to the \versionadded
Fred Drake
2001-04-18
1
-13/+14
*
Suggestion from Keith Briggs: refer to RE objects consistently instead of
Fred Drake
2001-04-18
1
-10/+9
*
Update version numbers for the maintenance branch of the documentation.
Fred Drake
2001-04-18
2
-3/+3
*
Make a number of small clarifications and correct a whole bunch of typos,
Fred Drake
2001-04-18
1
-15/+18
*
Add note about the version in which GetoptError was added -- this can
Fred Drake
2001-04-18
1
-0/+3
*
Set the version number to 2.1.1a1. This checkin inaugurates the
Guido van Rossum
2001-04-17
1
-5/+5
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2001-04-17
305
-123800/+0
*
This commit was manufactured by cvs2svn to create tag 'release21'.
v2.1
cvs2svn
2001-04-16
1
-0/+1
*
Noted what's new in 2.1 (final).
Guido van Rossum
2001-04-16
1
-0/+21
*
Fix three PyChecker-detected gotchas.
Jeremy Hylton
2001-04-16
1
-4/+10
*
Export three optimization (fast locals) flags
Jeremy Hylton
2001-04-16
1
-0/+4
*
Update Windows installer & buildno for 2.1 final.
Tim Peters
2001-04-16
3
-4/+6
*
In walk(), don't die when os.lstat() raises os.error, e.g. because a
Guido van Rossum
2001-04-16
1
-1/+4
*
Update the version to 2.1final (again :-).
Guido van Rossum
2001-04-16
1
-4/+4
*
Add a test case for Weak*Dictionary.update() that would have caught a
Fred Drake
2001-04-16
1
-0/+25
*
Weak*Dictionary.update(): Fix calls to [].append() to only have one
Fred Drake
2001-04-16
1
-4/+15
*
Implement Mark Favas's suggestion. There's a clear bug in _group():
Guido van Rossum
2001-04-16
1
-1/+1
*
Update document for the actual 2.1rc1
Andrew M. Kuchling
2001-04-16
1
-6/+13
*
This commit was manufactured by cvs2svn to create tag 'r21c2'.
v2.1c2
cvs2svn
2001-04-16
1
-0/+1
*
This is (hopefully) last checkin before releasing 2.1c2 -- get rid of
Guido van Rossum
2001-04-16
1
-21/+21
*
Added news for 2.1c2.
Guido van Rossum
2001-04-16
1
-11/+192
*
Update Windows installer & build number to 2.1c2 release.
Tim Peters
2001-04-16
3
-4/+6
*
We need another release candidate after so many "small" changes.
Guido van Rossum
2001-04-16
1
-2/+2
*
Change the test data to ask for class C from module __main__ rather
Guido van Rossum
2001-04-16
1
-2/+3
*
Reverting Moshe's EGD patch *and* Martin's patch to make it work with
Guido van Rossum
2001-04-16
1
-34/+0
*
Tim pointed out a remaining vulnerability in popitem(): the
Guido van Rossum
2001-04-16
1
-5/+6
*
Tentative fix for a problem that Tim discovered at the last moment,
Guido van Rossum
2001-04-15
1
-61/+110
*
SF bug reporters.
Guido van Rossum
2001-04-15
1
-0/+2
*
Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../.
Guido van Rossum
2001-04-15
1
-0/+2
*
SRE: made "copyright" string static, to avoid potential linking
Fredrik Lundh
2001-04-15
1
-1/+8
*
Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or
Guido van Rossum
2001-04-15
1
-3/+17
*
Get rid of the seek() method on the _Mailbox class. This was a
Guido van Rossum
2001-04-15
1
-8/+0
*
In order to make this test work on Windows, the test locale has to be
Guido van Rossum
2001-04-15
1
-2/+7
*
Fix typo (missing "req." prefix on error_302_dict) found by Neil
Guido van Rossum
2001-04-15
1
-1/+2
[prev]
[next]