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
...
*
|
|
merge 3.4 (#10744)
Benjamin Peterson
2014-05-17
3
-11/+61
|
\
\
\
|
|
/
/
|
*
|
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
3
-11/+61
*
|
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
3
-19/+17
|
\
\
\
|
|
/
/
|
*
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
3
-19/+17
*
|
|
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Victor Stinner
2014-05-14
3
-11/+5
*
|
|
(Merge 3.4) Issue #21497: faulthandler functions now raise a better error if
Victor Stinner
2014-05-14
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #21497: faulthandler functions now raise a better error if sys.stderr is
Victor Stinner
2014-05-14
1
-0/+4
|
*
|
Backed out changeset 6ceedbd88b5f
Victor Stinner
2014-05-14
1
-10/+6
|
*
|
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...
Victor Stinner
2014-05-14
1
-6/+10
*
|
|
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...
Victor Stinner
2014-05-14
1
-6/+10
*
|
|
merge 3.4
Benjamin Peterson
2014-05-11
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
use logical rather than bit and
Benjamin Peterson
2014-05-11
1
-1/+1
*
|
|
Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.
Raymond Hettinger
2014-05-11
1
-73/+19
*
|
|
Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons.
Raymond Hettinger
2014-05-11
1
-85/+0
*
|
|
Merge from 3.4.
Tim Peters
2014-05-08
1
-11/+23
|
\
\
\
|
|
/
/
|
*
|
Issue #21435: Segfault in gc with cyclic trash
Tim Peters
2014-05-08
1
-11/+23
*
|
|
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-4/+5
*
|
|
Issue18314 Allow unlink to remove junctions. Includes support for creating ju...
Tim Golden
2014-05-05
3
-36/+199
*
|
|
Issue #21088: Merge from 3.4.
Larry Hastings
2014-05-04
1
-12/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
1
-12/+12
*
|
|
Neaten-up a bit add add missing size change check.
Raymond Hettinger
2014-05-04
1
-6/+11
*
|
|
Simplify and speedup the internals of the heapq module.
Raymond Hettinger
2014-05-04
1
-71/+36
*
|
|
Issue #21101: Eliminate double hashing in the C code for collections.Counter().
Raymond Hettinger
2014-05-03
1
-3/+14
*
|
|
merge
Raymond Hettinger
2014-05-03
1
-8/+8
|
\
\
\
|
|
/
/
|
*
|
Issue 21375: Fix possible Py_ssizet overflow in heapq.
Raymond Hettinger
2014-05-03
1
-8/+8
|
*
|
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
1
-4/+9
*
|
|
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner
2014-05-02
3
-19/+135
*
|
|
Use $type instead of $cls in the signature specification.
Stefan Krah
2014-05-02
1
-1/+1
*
|
|
Issue #21407: _decimal now supports function signatures.
Stefan Krah
2014-05-01
1
-378/+482
*
|
|
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
1
-4/+9
*
|
|
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
1
-3/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
1
-3/+22
*
|
|
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ...
Antoine Pitrou
2014-04-29
1
-14/+20
*
|
|
Issue #20355: -W command line options now have higher priority than the PYTHO...
Antoine Pitrou
2014-04-28
1
-1/+18
*
|
|
Backed out changeset: 17df50df62c7
Tim Golden
2014-04-27
3
-171/+36
*
|
|
Issue #18314 os.unlink will now remove junction points on Windows. Patch by K...
Tim Golden
2014-04-27
3
-36/+171
*
|
|
Fix compiler warning on Windows
Zachary Ware
2014-04-23
1
-1/+1
*
|
|
Add implementation notes
Raymond Hettinger
2014-04-23
1
-1/+32
*
|
|
- Merge 3.4
doko@ubuntu.com
2014-04-17
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fixes for KFreeBSD and the Hurd:
doko@ubuntu.com
2014-04-17
1
-1/+1
*
|
|
Merge from 3.4
Andrew Kuchling
2014-04-16
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
#15840: make docs consistent by saying operations on closed files raise Value...
Andrew Kuchling
2014-04-16
1
-2/+2
*
|
|
Add conditional code for android's lack of definition of SYS_getdent64.
Gregory P. Smith
2014-04-14
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Add conditional code for android's lack of definition of SYS_getdent64.
Gregory P. Smith
2014-04-14
1
-0/+6
*
|
|
merge 3.4
Benjamin Peterson
2014-04-14
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
merge 3.3
Benjamin Peterson
2014-04-14
1
-4/+5
|
|
\
\
|
|
|
/
|
|
*
merge 3.2
Benjamin Peterson
2014-04-14
1
-4/+5
|
|
|
\
|
|
|
*
disallow a negative idx parameter
Benjamin Peterson
2014-04-14
1
-4/+5
*
|
|
|
merge 3.4
Benjamin Peterson
2014-04-14
1
-1/+4
|
\
\
\
\
|
|
/
/
/
[prev]
[next]