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
*
Introduce a user macro named $(externalsDir), which should point to the root ...
Trent Nelson
2008-05-23
1
-7/+11
*
Mention that the leaking of variables from list comprehensions
Martin v. Löwis
2008-05-23
1
-4/+3
*
Revert temporary checkin in revision 63545.
Mark Dickinson
2008-05-23
2
-22/+0
*
Fix typo
Raymond Hettinger
2008-05-23
1
-1/+1
*
Issue 2909: show how to name unpacked fields.
Raymond Hettinger
2008-05-23
1
-0/+10
*
Issue #1390: Raise ValueError in toxml when an invalid comment would
Martin v. Löwis
2008-05-23
3
-0/+10
*
Patch #1722225: Support QNX 6.
Martin v. Löwis
2008-05-23
9
-6/+61
*
Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms
Mark Dickinson
2008-05-23
1
-0/+16
*
Remove the old repr stub.
Brett Cannon
2008-05-23
1
-7/+0
*
Revert the renaming of repr to reprlib.
Brett Cannon
2008-05-23
16
-39/+33
*
Tweak the comments and formatting.
Raymond Hettinger
2008-05-23
1
-76/+47
*
Temporary checkin to get configure to report more
Mark Dickinson
2008-05-23
2
-1/+23
*
Better error reporting in test_math.py
Mark Dickinson
2008-05-23
1
-0/+4
*
Add tests for math.sum (Issue #2819)
Mark Dickinson
2008-05-23
1
-0/+136
*
Issue #2819: Add math.sum, a function that sums a sequence of floats
Mark Dickinson
2008-05-23
2
-0/+226
*
Docs for Issue 2819.
Raymond Hettinger
2008-05-23
1
-0/+6
*
fix test_pydoc so it works on make installed Python installations
Benjamin Peterson
2008-05-22
1
-14/+26
*
bsddb module updated to version 4.7.0
Jesus Cea
2008-05-22
6
-11/+91
*
Add Quentin Gallet-Gilles for (at least) a fixer for markupbase.
Brett Cannon
2008-05-22
1
-0/+1
*
remove redundant invocation of json doctests
Benjamin Peterson
2008-05-22
1
-1/+0
*
use more specific asserts in test_opcode
Benjamin Peterson
2008-05-22
1
-10/+10
*
check for toolbox glue before testing platform.mac_ver intensly
Benjamin Peterson
2008-05-21
1
-1/+8
*
Oops, get_tests may be called with 3 arguments.
Thomas Heller
2008-05-21
2
-1/+3
*
The -x <test1[,test2...]> flag allows to exclude tests.
Thomas Heller
2008-05-21
1
-5/+13
*
Add Robert Schuppenies.
Martin v. Löwis
2008-05-21
1
-0/+3
*
Add a note about the renaming of test.test_support in 3.0.
Brett Cannon
2008-05-20
1
-0/+8
*
On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX
Thomas Heller
2008-05-20
2
-0/+4
*
Updated with fixes for #2914 and #2929.
Vinay Sajip
2008-05-20
1
-0/+6
*
Fixed: #2914 (RFE for UTC support in TimedRotatingFileHandler) and #2929 (wro...
Vinay Sajip
2008-05-20
1
-12/+20
*
#615772: raise a more explicit error from Tkinter.Misc.__contains__.
Georg Brandl
2008-05-20
1
-0/+2
*
#2592: delegate nb_index and the floor/truediv slots in weakref.proxy.
Georg Brandl
2008-05-20
3
-1/+35
*
Patch #1775025: allow opening zipfile members via ZipInfo instances.
Georg Brandl
2008-05-20
4
-19/+52
*
Patch #2488: Add sys.maxsize.
Martin v. Löwis
2008-05-20
3
-0/+10
*
Use inspect.getabsfile() to get the documented module's filename.
Georg Brandl
2008-05-20
1
-7/+3
*
Improve diffing logic and output for test_pydoc.
Georg Brandl
2008-05-20
1
-7/+7
*
Remove html package and fix test_htmlparser.
Georg Brandl
2008-05-20
4
-666/+5
*
Remove directories that no longer exist.
Georg Brandl
2008-05-20
1
-2/+2
*
Revert copy_reg -> copyreg rename.
Georg Brandl
2008-05-20
23
-94/+83
*
Remove debugging line.
Georg Brandl
2008-05-20
1
-1/+0
*
Remove rest of the tkinter package.
Georg Brandl
2008-05-20
2
-902/+0
*
Standardize renaming notes.
Georg Brandl
2008-05-20
2
-3/+7
*
Add notes that tkinter modules will be renamed.
Georg Brandl
2008-05-20
5
-1/+28
*
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
Georg Brandl
2008-05-20
74
-7971/+227
*
Tkinter renaming reversal: move modules back in their place.
Georg Brandl
2008-05-20
16
-0/+8566
*
Tkinter renaming reversal: Delete all stubs from lib-tk.
Georg Brandl
2008-05-20
15
-120/+0
*
Argh, this is the *actual* test that works under Windows.
Georg Brandl
2008-05-20
1
-9/+12
*
Activate two more test cases in test_httpservers.
Georg Brandl
2008-05-20
1
-3/+3
*
revert creation of the html.entities and html.parser modules
Fred Drake
2008-05-20
15
-90/+722
*
Add html package so it gets installed and more tests work (from installed copy)
Neal Norwitz
2008-05-20
1
-1/+1
*
test_httpservers has unpredictable refcount behavior.
Georg Brandl
2008-05-19
1
-1/+1
[next]