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
*
update the tutorial to use str.format
Benjamin Peterson
2008-05-26
7
-32/+81
*
rename the section about new formatting 'new-string-formatting'
Benjamin Peterson
2008-05-25
1
-5/+5
*
Merged revisions 63634-63643 via svnmerge from
Martin v. Löwis
2008-05-25
1
-1/+4
*
Create grammar pickle files on installation; remove them on uninstallation.
Martin v. Löwis
2008-05-25
2
-0/+11
*
Merged revisions 62647-63633 via svnmerge from
Martin v. Löwis
2008-05-25
2
-9/+158
*
Add renaming notices to thread and dummy_thread.
Georg Brandl
2008-05-25
2
-2/+12
*
Include all licenses of the packages that we include.
Martin v. Löwis
2008-05-25
1
-1/+22
*
note about r63617
Gregory P. Smith
2008-05-25
1
-0/+4
*
Fix issue2669: bsddb simple/legacy interface iteration silently fails
Gregory P. Smith
2008-05-25
2
-75/+128
*
#2959: allow multiple close() calls for GzipFile.
Georg Brandl
2008-05-25
3
-3/+12
*
Hint about _winreg renaming in the docs.
Georg Brandl
2008-05-25
1
-0/+5
*
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Georg Brandl
2008-05-25
14
-126/+68
*
ConfigParser renaming reversal part 2: move module.
Georg Brandl
2008-05-25
1
-0/+0
*
ConfigParser renaming reversal part 1: remove stub module.
Georg Brandl
2008-05-25
1
-8/+0
*
print out information about which BerkeleyDB library was found by
Gregory P. Smith
2008-05-25
1
-3/+2
*
Queue renaming reversal part 3: move module into place and
Georg Brandl
2008-05-25
15
-59/+55
*
* Give the test_bsddb3 tests a unique temporary directory to run their
Gregory P. Smith
2008-05-25
2
-59/+35
*
Queue renaming reversal part 2: move module.
Georg Brandl
2008-05-25
1
-0/+0
*
Queue renaming reversal part 1: remove stub module.
Georg Brandl
2008-05-25
1
-8/+0
*
Use test_support to get network ports to bind to.
Gregory P. Smith
2008-05-25
1
-8/+10
*
Correct the url to the external bsddb.db docs (likely to be integrated
Gregory P. Smith
2008-05-24
1
-3/+3
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
19
-411/+409
*
Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming
Guilherme Polo
2008-05-24
1
-1/+1
*
socketserver renaming reversal part 2: move rename module.
Georg Brandl
2008-05-24
1
-0/+0
*
socketserver renaming reversal part 1: remove stub module.
Georg Brandl
2008-05-24
1
-8/+0
*
Don't try to get the window size if it was never set before.
Martin v. Löwis
2008-05-24
1
-3/+0
*
Use announce instead of print, to suppress output in
Martin v. Löwis
2008-05-24
1
-1/+1
*
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
[next]