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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #7703: Add support for the new buffer API to functions of the
Antoine Pitrou
2010-01-14
1
-0/+4
*
Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done
Skip Montanaro
2010-01-14
1
-3/+9
*
Add ACKS entry for r77472.
Antoine Pitrou
2010-01-13
1
-0/+1
*
Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Antoine Pitrou
2010-01-13
1
-0/+3
*
Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
Antoine Pitrou
2010-01-13
1
-0/+6
*
Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
Antoine Pitrou
2010-01-13
1
-0/+4
*
Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu...
Mark Dickinson
2010-01-12
1
-1/+2
*
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
Mark Dickinson
2010-01-12
1
-0/+4
*
#5827: make sure that normpath preserves unicode
Ezio Melotti
2010-01-12
1
-0/+3
*
Issue #1967: Backport dictionary views.
Alexandre Vassalotti
2010-01-11
1
-0/+2
*
Add missing NEWS entry for r77422.
Alexandre Vassalotti
2010-01-11
1
-0/+2
*
Fixed #5372: .o files are now always rebuilt because file age test don't work...
Tarek Ziadé
2010-01-11
1
-0/+4
*
DeprecationWarning is now silent by default.
Brett Cannon
2010-01-10
1
-0/+2
*
Issue #2335: Backport set literals syntax from Python 3.x.
Alexandre Vassalotti
2010-01-09
1
-0/+2
*
post release version adjustment
Benjamin Peterson
2010-01-09
1
-0/+12
*
bump version to 2.7a2
v2.7a2
Benjamin Peterson
2010-01-09
2
-2/+2
*
Fixed #7617: all flavors of gcc should be recognized now
Tarek Ziadé
2010-01-08
1
-0/+4
*
Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles
Antoine Pitrou
2010-01-08
1
-0/+5
*
Fix reattribution mistake when fixing attribution mistake!
Antoine Pitrou
2010-01-07
1
-2/+2
*
Fix attribution. Florent actually repackaged and reviewed Victor's patch (sor...
Antoine Pitrou
2010-01-07
1
-1/+1
*
Issue #7455: Fix possible crash in cPickle on invalid input. Patch by
Antoine Pitrou
2010-01-07
1
-0/+3
*
Fix inadvertent checkin of debug line.
R. David Murray
2010-01-07
1
-1/+1
*
Add -W to the 'basics', 'opt', and 'all' test runs so that we get verbose
R. David Murray
2010-01-07
1
-4/+4
*
Add Stefan.
Georg Brandl
2010-01-05
1
-0/+3
*
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
Antoine Pitrou
2010-01-04
1
-0/+3
*
do correct lookup of the __complex__ method
Benjamin Peterson
2010-01-04
1
-0/+3
*
Credit Nir Aides for r77288
Antoine Pitrou
2010-01-03
1
-0/+1
*
Issue #7471: Improve the performance of GzipFile's buffering mechanism,
Antoine Pitrou
2010-01-03
1
-1/+5
*
Update doc build step.
Georg Brandl
2010-01-03
1
-19/+3
*
r77152 to Doc/Makefile broke doc build due to (at least some) make
Kurt B. Kaiser
2010-01-03
1
-3/+3
*
issue3972: HTTPConnection and HTTPSConnection now support a
Gregory P. Smith
2010-01-03
1
-0/+3
*
Adds an optional source_address parameter to socket.create_connection().
Gregory P. Smith
2010-01-03
1
-0/+2
*
Fix typo.
Georg Brandl
2010-01-02
1
-1/+1
*
mention the r77252 change
Gregory P. Smith
2010-01-02
1
-1/+4
*
Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,
Antoine Pitrou
2010-01-02
1
-0/+3
*
Update Windows build to sqlite 3.6.21.
Martin v. Löwis
2010-01-02
1
-1/+1
*
Issue #5080: turn the DeprecationWarning from float arguments passed
Mark Dickinson
2010-01-01
1
-0/+16
*
allow --with-dbmliborder to specify that no dbm modules will be built #6491
Benjamin Peterson
2010-01-01
1
-0/+2
*
fix indentation
Benjamin Peterson
2010-01-01
1
-1/+1
*
add note
Benjamin Peterson
2010-01-01
1
-0/+3
*
add a --with-system-expat option to build pyexpat against the system's lib #7609
Benjamin Peterson
2009-12-31
1
-0/+4
*
check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)
Benjamin Peterson
2009-12-30
1
-0/+3
*
Add Marcos Donolo for work on issue 7534 patch.
Mark Dickinson
2009-12-30
1
-0/+1
*
Issue #7534: Fix handling of nans, infinities, and negative zero in **
Mark Dickinson
2009-12-30
1
-0/+4
*
#5511: Added the ability to use ZipFile as a context manager. Patch by Brian ...
Ezio Melotti
2009-12-30
1
-1/+4
*
only build the nis module when the headers are found #7589
Benjamin Peterson
2009-12-30
1
-0/+3
*
#7579: Add docstrings to the msvcrt module
Amaury Forgeot d'Arc
2009-12-29
1
-0/+2
*
#7413: Passing '\0' as the separator to datetime.datetime.isoformat()
Amaury Forgeot d'Arc
2009-12-29
1
-0/+3
*
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...
Georg Brandl
2009-12-28
1
-0/+5
*
Issue #1811: Improve accuracy and consistency of true division for integers.
Mark Dickinson
2009-12-27
1
-0/+5
[next]