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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14936: curses_panel was converted to PEP 3121 API.
Martin v. Löwis
2012-06-14
1
-12/+42
*
Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
Alexander Belopolsky
2012-06-14
1
-2/+34
*
PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result
Victor Stinner
2012-06-12
1
-21/+15
*
time.get_clock_info() uses a namespace instead of structseq
Victor Stinner
2012-06-12
1
-37/+20
*
Fixed a typo in time_localtime()
Alexander Belopolsky
2012-06-12
1
-1/+1
*
1) Fix signature of _mpd_qpow_uint(): contrary to the comment base is constant.
Stefan Krah
2012-06-12
1
-7/+9
*
1) Replace long-winded abort() construct by assert().
Stefan Krah
2012-06-11
1
-31/+28
*
1) State restrictions for the transform length.
Stefan Krah
2012-06-10
1
-5/+10
*
Add one extra comparison to the _mpd_shortmul() case to avoid repetitive code.
Stefan Krah
2012-06-09
1
-16/+8
*
Enumerate all cases in the overflow detection strategy in mpd_qlog10().
Stefan Krah
2012-06-08
1
-4/+17
*
Merge.
Stefan Krah
2012-06-08
1
-0/+49
|
\
|
*
Issue #2736: Added datetime.timestamp() method.
Alexander Belopolsky
2012-06-08
1
-0/+49
*
|
1) List relative error for _mpd_qln10().
Stefan Krah
2012-06-08
1
-9/+29
|
/
*
1) The overflow detection in mpd_qln() has a surprising number of case splits.
Stefan Krah
2012-06-07
1
-7/+19
*
1) Add error analysis comments to mpd_qln10() and _mpd_qln().
Stefan Krah
2012-06-06
1
-31/+96
*
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
Gregory P. Smith
2012-06-05
1
-0/+7
|
\
|
*
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
Gregory P. Smith
2012-06-05
1
-0/+7
*
|
Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore
Victor Stinner
2012-06-05
2
-4/+5
*
|
Issue #14711: os.stat_float_times() has been deprecated.
Victor Stinner
2012-06-04
1
-2/+6
*
|
Fix unterminated keyword array passed to PyArg_ParseTupleAndKeywords
Eli Bendersky
2012-06-03
1
-2/+2
*
|
word.digits are always initialized before use in the Taylor series loop,
Stefan Krah
2012-06-01
1
-1/+1
*
|
Issue #14007: implement doctype() method calling in XMLParser of _elementtree.
Eli Bendersky
2012-06-01
2
-10/+100
*
|
We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs in
Eli Bendersky
2012-06-01
1
-12/+2
*
|
Issue #14007: make XMLParser a real subclassable type exported from _elementt...
Eli Bendersky
2012-06-01
1
-110/+140
*
|
Use workctx instead of ctx for cosmetic reasons. Also zero-pad the result
Stefan Krah
2012-05-31
1
-1/+2
*
|
Improve Underflow handling in the correct-rounding loop. The case for
Stefan Krah
2012-05-31
1
-4/+17
*
|
Improve comments.
Stefan Krah
2012-05-31
1
-4/+14
*
|
Pad the result with zeros just before the final rounding.
Stefan Krah
2012-05-31
1
-3/+1
*
|
Do not clobber existing flags.
Stefan Krah
2012-05-31
1
-1/+1
*
|
Issue #14909: A number of places were using PyMem_Realloc() apis and
Kristjan Valur Jonsson
2012-05-31
3
-7/+12
*
|
Issue #14007: implemented the 'element_factory' feature of TreeBuilder in
Eli Bendersky
2012-05-30
1
-30/+73
*
|
Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...
Eli Bendersky
2012-05-29
1
-74/+77
*
|
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
Eli Bendersky
2012-05-29
1
-21/+84
*
|
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
1
-3/+57
|
\
\
|
|
/
|
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
1
-3/+57
*
|
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-25/+5
|
\
\
|
|
/
|
*
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-25/+5
*
|
Make multiprocessing's shared memory use memoryview instead of raw pointer
Richard Oudkerk
2012-05-26
1
-17/+0
*
|
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
1
-0/+86
*
|
capitialize utime statuses
Benjamin Peterson
2012-05-25
1
-20/+20
*
|
capitialize enum members
Benjamin Peterson
2012-05-25
1
-17/+17
*
|
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
1
-3/+7
|
\
\
|
|
/
|
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
1
-3/+7
*
|
use PyDict_Contains
Benjamin Peterson
2012-05-25
1
-3/+3
*
|
return NULL on error
Benjamin Peterson
2012-05-25
1
-2/+3
*
|
actually return the result
Benjamin Peterson
2012-05-25
1
-1/+1
*
|
simplify and rewrite the zipimport part of 702009f3c0b1 a bit
Benjamin Peterson
2012-05-25
1
-51/+41
*
|
plug ref leak
Benjamin Peterson
2012-05-25
1
-0/+1
*
|
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith
2012-05-25
1
-8/+140
*
|
Issue #14849: setup Element data members to be assignable in subclasses
Eli Bendersky
2012-05-20
1
-13/+12
[next]