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
*
Added new files to Windows project files
Christian Heimes
2008-04-18
4
-4/+23
*
Some tests did not pass on repeated calls (regrtest -R::)
Amaury Forgeot d'Arc
2008-04-18
7
-9/+29
*
I finally got the time to update and merge Mark's and my trunk-math branch. T...
Christian Heimes
2008-04-18
25
-1157/+5100
*
Fix indentation in sysmodule.c
Benjamin Peterson
2008-04-18
1
-4/+4
*
resolve issue 2014
Skip Montanaro
2008-04-18
3
-11/+33
*
Rewrite introductory section, and remove old section. (It was already commen...
Andrew M. Kuchling
2008-04-18
1
-62/+29
*
Remove personal note from Jim Roskind; it no longer applies, and the
Andrew M. Kuchling
2008-04-18
1
-9/+0
*
#2654: fix typo
Andrew M. Kuchling
2008-04-18
1
-1/+1
*
Use correct parameter name
Andrew M. Kuchling
2008-04-18
1
-1/+1
*
Typo fixes
Andrew M. Kuchling
2008-04-17
1
-2/+2
*
Be consistent in the use of read-only.
Jeroen Ruigrok van der Werven
2008-04-17
1
-1/+1
*
Issue 2648: Add leading zero to money format recipe in the docs.
Raymond Hettinger
2008-04-17
2
-10/+8
*
Add details about the return value for mmap.flush().
Jeroen Ruigrok van der Werven
2008-04-16
1
-0/+6
*
Reformat to 80 columns prior to adding documentation.
Jeroen Ruigrok van der Werven
2008-04-16
1
-88/+92
*
Fix for possible signed overflow: the behaviour of -LONG_MIN is
Mark Dickinson
2008-04-15
1
-6/+19
*
Typo fix
Andrew M. Kuchling
2008-04-15
1
-1/+1
*
Add *,**,@ to index, as suggested by
Andrew M. Kuchling
2008-04-15
2
-0/+13
*
Add myself to Doc/ACKS.txt
Benjamin Peterson
2008-04-15
1
-0/+1
*
Add test file missing from rev 62350
Nick Coghlan
2008-04-15
1
-0/+123
*
Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 ...
Nick Coghlan
2008-04-15
3
-1/+62
*
Prevent namespace pollution, add static for internal functions
Neal Norwitz
2008-04-15
2
-5/+5
*
Various items; begin writing the SSL section
Andrew M. Kuchling
2008-04-15
1
-8/+17
*
Backport manually r62342 from the py3k branch to the trunk.
Alexandre Vassalotti
2008-04-14
1
-17/+23
*
Correct a refleak found by "regrtest.py -R:: test_structmembers"
Amaury Forgeot d'Arc
2008-04-14
1
-5/+6
*
Update project files for all Windows supported compilers
Amaury Forgeot d'Arc
2008-04-14
4
-4/+15
*
Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for
Thomas Heller
2008-04-14
5
-25/+83
*
Add example
Andrew M. Kuchling
2008-04-13
1
-1/+7
*
Check out Jinja as a separate step now that it's not included in the Sphinx p...
Georg Brandl
2008-04-13
2
-0/+7
*
Improve -X error message.
Georg Brandl
2008-04-13
2
-2/+2
*
Added an ignore file for Bazaar #2510
Benjamin Peterson
2008-04-13
1
-0/+43
*
#2627 Let it be known what pgen generates
Benjamin Peterson
2008-04-13
3
-0/+7
*
Fix spliting on colons on Windows machines with a file path by limiting the
Brett Cannon
2008-04-13
1
-3/+1
*
Add an explicit check for output in a test to try to diagnose a failure on
Brett Cannon
2008-04-13
1
-1/+4
*
Added new files to the pcbuild files
Christian Heimes
2008-04-13
1
-0/+4
*
Use PyString_InternFromString instead of PyString_FromString for static vars
Christian Heimes
2008-04-13
1
-3/+3
*
Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of ...
Christian Heimes
2008-04-13
1
-1/+2
*
Fix markup.
Georg Brandl
2008-04-13
1
-7/+5
*
spelling
Skip Montanaro
2008-04-13
1
-1/+1
*
Fix test_warnings by making the state of things more consistent for each test
Brett Cannon
2008-04-13
1
-29/+42
*
Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique l...
Benjamin Peterson
2008-04-13
1
-1/+1
*
Backport the removal of a __repr__ from 62251
Benjamin Peterson
2008-04-13
1
-3/+0
*
Backported io module docs
Benjamin Peterson
2008-04-13
3
-133/+913
*
Mention -J, -X
Andrew M. Kuchling
2008-04-13
1
-0/+14
*
Fix an accidental bug of an non-existent init function.
Brett Cannon
2008-04-13
1
-2/+0
*
Fix a bug in PySys_HasWarnOption() where it was not properly checking the
Brett Cannon
2008-04-13
1
-1/+1
*
Adds a profile-opt target for easy compilation of a python binary using
Gregory P. Smith
2008-04-13
1
-1/+29
*
Re-implement the 'warnings' module in C. This allows for usage of the
Brett Cannon
2008-04-12
18
-379/+1459
*
socket.error inherits from IOError, it no longer needs listing in
Gregory P. Smith
2008-04-12
1
-1/+1
*
fix compiler warnings
Gregory P. Smith
2008-04-12
1
-5/+5
*
Don't offend snake lovers.
Georg Brandl
2008-04-12
1
-1/+1
[next]