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
...
*
Test the logic for int(d).
Raymond Hettinger
2004-07-05
1
-0/+10
*
* Update the todo list.
Raymond Hettinger
2004-07-05
1
-1/+2
*
* Added missing info on construction from a tuple.
Raymond Hettinger
2004-07-05
1
-16/+136
*
Add decimal docs to the core.
Raymond Hettinger
2004-07-05
2
-0/+883
*
* Fixup docstrings
Raymond Hettinger
2004-07-05
1
-7/+6
*
Various edits
Andrew M. Kuchling
2004-07-05
1
-10/+9
*
Various edits
Andrew M. Kuchling
2004-07-05
1
-75/+82
*
Bump version #; write introductory para
Andrew M. Kuchling
2004-07-04
1
-12/+15
*
Typo fixes
Andrew M. Kuchling
2004-07-04
1
-6/+6
*
More additions
Andrew M. Kuchling
2004-07-04
1
-7/+36
*
Changed the rounding constant values to match their variable names.
Raymond Hettinger
2004-07-04
1
-32/+23
*
Textual change to make the doc reflect reality
Nicholas Bastin
2004-07-04
1
-1/+1
*
Fix clear_flags(). Make a readable (not evalable) Context repr.
Raymond Hettinger
2004-07-04
1
-1/+9
*
Write another section
Andrew M. Kuchling
2004-07-04
1
-1/+19
*
Rewrite two sections
Andrew M. Kuchling
2004-07-04
1
-95/+247
*
Redirect the warning stream to the shell during the ScriptBinding check of us...
Kurt B. Kaiser
2004-07-04
4
-20/+72
*
Namespace cleanups:
Raymond Hettinger
2004-07-03
1
-123/+126
*
* Make the tests independent of the default precision.
Raymond Hettinger
2004-07-03
2
-119/+127
*
Refactored RotatingFileHandler to create a base class for rotating handlers....
Vinay Sajip
2004-07-03
1
-11/+167
*
Changed basicConfig() to add keyword arguments. Changes are backward-compatible.
Vinay Sajip
2004-07-03
1
-10/+56
*
Moved example section up to just after the section on Logger objects, and cha...
Vinay Sajip
2004-07-03
1
-52/+118
*
Work through several open todos:
Raymond Hettinger
2004-07-03
2
-50/+55
*
Clarify last added comment (bug #754449).
Brett Cannon
2004-07-03
1
-2/+3
*
threading.Thread objects will now print a traceback for an exception raised
Brett Cannon
2004-07-03
2
-2/+41
*
Patch [ 983775 ] Allow bdist_wininst to install for non-admin users
Mark Hammond
2004-07-02
1
-41/+118
*
Add tests that check the result of calendar.monthcalendar() for a set
Walter Dörwald
2004-07-02
1
-1/+79
*
Make weak references subclassable:
Fred Drake
2004-07-02
8
-109/+338
*
Update info about the windows build.
Thomas Heller
2004-07-02
1
-3/+2
*
SF #951851 fixed.
Thomas Heller
2004-07-02
1
-0/+3
*
When importing an extension on Windows, the code reads the PE 'import
Thomas Heller
2004-07-02
1
-0/+12
*
Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.
Thomas Heller
2004-07-02
3
-0/+8
*
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
[prev]
[next]