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
*
spacing nit; this isn't C
Benjamin Peterson
2010-06-22
1
-1/+1
*
remove INT_MAX assertions; they can fail with large Py_ssize_t #9058
Benjamin Peterson
2010-06-22
2
-3/+2
*
keep UserDict an old-style class
Benjamin Peterson
2010-06-22
3
-4/+4
*
The code in _scproxy (a mac specific helper module to
Ronald Oussoren
2010-06-22
1
-1/+1
*
Fix for issue8446:
Ronald Oussoren
2010-06-22
2
-13/+7
*
towards final release
Benjamin Peterson
2010-06-21
2
-1/+13
*
tag 2.7rc2
Benjamin Peterson
2010-06-21
1
-0/+1
*
bump verson to 2.7rc2
v2.7rc2
Benjamin Peterson
2010-06-21
6
-7/+7
*
update pydoc-topics
Benjamin Peterson
2010-06-21
1
-1/+1
*
fix finding visual studio 2008 on 64 bit #8854
Benjamin Peterson
2010-06-21
2
-4/+19
*
Add tests for problems reported in issue 8959.
Thomas Heller
2010-06-21
1
-0/+35
*
Fix #8959 by reverting revision 80761.
Thomas Heller
2010-06-21
16
-376/+1955
*
Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in...
Andrew M. Kuchling
2010-06-20
1
-9/+24
*
Merge test_strtod and test_float string-to-float conversion tests.
Mark Dickinson
2010-06-20
2
-102/+6
*
update emacs section
Benjamin Peterson
2010-06-20
1
-10/+4
*
Revert r60115
Jean-Paul Calderone
2010-06-18
2
-5/+3
*
Add few words about test.test_genericpath.CommonTest
Florent Xicluna
2010-06-17
1
-0/+3
*
Fix Issue4452 - Incorrect docstring of os.setpgrp
Senthil Kumaran
2010-06-17
1
-1/+1
*
#8720: fix inspect regression by teaching getsourcefile about linecache.
R. David Murray
2010-06-17
3
-1/+24
*
Addressing RDM's review comments on the doc change.
Senthil Kumaran
2010-06-16
1
-5/+7
*
Fix Issue8937 - SimpleHTTPServer should contain usage example
Senthil Kumaran
2010-06-16
1
-1/+23
*
Issue #8469: Further clarifications and improvements to struct module
Mark Dickinson
2010-06-15
1
-30/+33
*
Add another bunch of items
Andrew M. Kuchling
2010-06-15
1
-0/+16
*
#8993: fix reference.
Georg Brandl
2010-06-14
1
-1/+1
*
Ezio Melotti was missing from Misc/ACKS.
Mark Dickinson
2010-06-13
1
-0/+1
*
Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews.
Mark Dickinson
2010-06-13
1
-0/+1
*
Issue #8986: erfc was raising OverflowError on Linux for arguments in
Mark Dickinson
2010-06-13
5
-6/+68
*
Revert r80580 due to some unintended side effects. See issue #8202 for details.
Nick Coghlan
2010-06-13
3
-6/+11
*
Grammar fix
Andrew M. Kuchling
2010-06-12
1
-1/+1
*
Issue #8469: Add standard sizes to table in struct documentation; additional
Mark Dickinson
2010-06-12
1
-118/+119
*
fix warning with ucs4
Benjamin Peterson
2010-06-12
1
-1/+2
*
Backport a fix from Py3k for a potentially misleading example
Nick Coghlan
2010-06-12
1
-4/+4
*
Update README.
Georg Brandl
2010-06-12
1
-19/+18
*
Fix gratuitous indentation.
Georg Brandl
2010-06-12
1
-12/+12
*
Add document on how to build.
Georg Brandl
2010-06-12
2
-3/+95
*
Use newer toctree syntax.
Georg Brandl
2010-06-12
1
-6/+6
*
Update version in README.
Georg Brandl
2010-06-12
1
-2/+2
*
Document that an existing directory raises in mkdir().
Georg Brandl
2010-06-12
1
-1/+2
*
Fix punctuation.
Georg Brandl
2010-06-12
1
-1/+1
*
Issue #8924: logging: Improved error handling for Unicode in exception text.
Vinay Sajip
2010-06-11
2
-1/+8
*
Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
Antoine Pitrou
2010-06-11
3
-19/+50
*
different spellings are just unacceptable
Benjamin Peterson
2010-06-11
1
-1/+1
*
Fix possible undefined behaviour from signed overflow in struct module.
Mark Dickinson
2010-06-11
2
-22/+35
*
Issue #8362: Add Misc/maintainers.rst: list of module maintainers
Victor Stinner
2010-06-11
2
-2/+307
*
Remove extra ] from itertools.count docstring.
Ezio Melotti
2010-06-11
1
-1/+1
*
Add a few more items
Andrew M. Kuchling
2010-06-11
1
-0/+42
*
#5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv()
Andrew M. Kuchling
2010-06-11
1
-4/+4
*
#5753: update demo.c to use PySys_SetArgvEx(), and add a comment
Andrew M. Kuchling
2010-06-11
1
-3/+12
*
Edit comments for current Python; bump version number of Python
Andrew M. Kuchling
2010-06-11
1
-3/+3
*
Fix issue with nested test suites debug method and module setups. (unittest)
Michael Foord
2010-06-10
2
-2/+4
[next]