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
*
Update Windows build # and installer for 2.1c1.
Tim Peters
2001-04-12
3
-8/+6
*
Explain popitem()
Andrew M. Kuchling
2001-04-12
1
-13/+16
*
Note that __debug__ assignments are legal again.
Guido van Rossum
2001-04-12
1
-0/+3
*
Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.
Tim Peters
2001-04-12
3
-25/+53
*
Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of
Tim Peters
2001-04-12
1
-5/+1
*
SOCKET.py and TERMIOS.py are no longer used in this release.
Guido van Rossum
2001-04-11
3
-539/+0
*
(py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"
Barry Warsaw
2001-04-11
1
-3/+3
*
Fixed bug in example.
Fred Drake
2001-04-11
1
-2/+2
*
Noted the improved RISCOS port and the new Unixware 7 port.
Guido van Rossum
2001-04-11
2
-0/+5
*
Unixware 7 support by Billy G. Allie (SF patch 413011)
Guido van Rossum
2001-04-11
15
-510/+2408
*
Added news about the updated python-mode.el
Barry Warsaw
2001-04-11
1
-0/+10
*
Bumping to version 4.0 since we now support only XEmacs 21.1 and Emacs
Barry Warsaw
2001-04-11
0
-0/+0
*
intermediate
Barry Warsaw
2001-04-11
1
-51/+148
*
Added some additional documentation describing how BabylMailbox
Barry Warsaw
2001-04-11
1
-4/+12
*
Include a synopsis for the chapter overview.
Fred Drake
2001-04-11
1
-0/+1
*
typo
Jeremy Hylton
2001-04-11
2
-8/+16
*
[finishing fix from earlier checkins]
Jeremy Hylton
2001-04-11
2
-0/+2
*
Add support for extra (*) arguments to preorder.
Jeremy Hylton
2001-04-11
2
-6/+6
*
Generate docstrings.
Jeremy Hylton
2001-04-11
2
-6/+52
*
Add lineno attributes to Discard nodes
Jeremy Hylton
2001-04-11
2
-2/+6
*
Make sure the docstring is always entered as the first element in the
Jeremy Hylton
2001-04-11
2
-22/+2
*
Test cases for examples of ext call error handling.
Jeremy Hylton
2001-04-11
2
-0/+40
*
Fix exception handling for non-PyFunction objects, SF bug 414743.
Jeremy Hylton
2001-04-11
1
-16/+54
*
Idiotic braino caused HTTP openers to ignore proxies.
Moshe Zadka
2001-04-11
1
-1/+1
*
Fixing bug 405999 -- clarifying differences between Python's
Moshe Zadka
2001-04-11
1
-0/+4
*
Based on a comment by Konrad Hinsen on python-list:
Fred Drake
2001-04-11
1
-4/+4
*
Add a close_request method to the BaseServer so that the TCPServer class
Ka-Ping Yee
2001-04-11
1
-0/+14
*
Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try to
Neil Schemenauer
2001-04-10
1
-10/+11
*
Added definition of "test fixture".
Fred Drake
2001-04-10
1
-2/+142
*
Some new names.
Guido van Rossum
2001-04-10
1
-0/+3
*
Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
Guido van Rossum
2001-04-10
11
-165/+243
*
Completely revamped BeOS notes, by Donn Cave (SF patch 411834).
Guido van Rossum
2001-04-10
1
-109/+23
*
This is for BeOS users who want to build all the modules. It's
Guido van Rossum
2001-04-10
1
-0/+606
*
The lower() and tkraise() methods were calling the Canvas widget
Guido van Rossum
2001-04-10
1
-2/+2
*
Typo: "BuildApple" --> "BuildApplet"
Fred Drake
2001-04-10
1
-2/+5
*
Bump version numbers for upcoming release candidate.
Fred Drake
2001-04-10
2
-2/+2
*
Update the XML conversion specification.
Fred Drake
2001-04-10
1
-0/+2
*
Remove the mapping() function from the documentation.
Fred Drake
2001-04-10
1
-25/+15
*
Add note that difflib was added in Python 2.1.
Fred Drake
2001-04-10
1
-0/+3
*
Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED.
Guido van Rossum
2001-04-10
1
-2/+3
*
mapping(): Remove this function since it does not add anything to the API.
Fred Drake
2001-04-10
1
-8/+1
*
Use the WeakKeyDictionary and WeakValueDictionary classes directly
Fred Drake
2001-04-10
1
-2/+2
*
Since bdist_wininst.py contains the installer executable, it had to be
Thomas Heller
2001-04-10
1
-262/+262
*
Normalize tabs to spaces.
Fred Drake
2001-04-10
1
-4/+6
*
Add reference to the DDJ article discussing a similar algorithm.
Fred Drake
2001-04-10
1
-0/+9
*
Add corresponding support for the alltt environment to the HTML generator.
Fred Drake
2001-04-10
3
-2/+48
*
Import the alltt package and wrap that environment in a similar way to
Fred Drake
2001-04-10
1
-0/+21
*
Fix two unqualified except: clauses.
Guido van Rossum
2001-04-10
1
-4/+4
*
Fix an unqualified except:.
Guido van Rossum
2001-04-10
1
-1/+1
*
Try an except: after an import into "except ImportError".
Guido van Rossum
2001-04-10
1
-1/+1
[next]