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
*
Normalize whitespace to avoid offending Bug Day volunteers.
Tim Peters
2005-06-24
5
-13/+13
*
Added a missing newline Output().
Jack Jansen
2005-06-23
1
-0/+1
*
Revamped type declaration so the basic routines return a list of strings.
Jack Jansen
2005-06-22
6
-44/+47
*
Added support for optional modifiers to functions/methods (such as C++ const,
Jack Jansen
2005-06-21
2
-6/+19
*
SF bug #1224621: tokenize module does not detect inconsistent dedents
Raymond Hettinger
2005-06-21
3
-1/+25
*
Remove dead code
Kurt B. Kaiser
2005-06-21
2
-20/+8
*
Fix bug:
Michael W. Hudson
2005-06-20
3
-18/+65
*
Add a(nother) warning about mixing Py_NewInterpreter and the
Michael W. Hudson
2005-06-20
1
-0/+6
*
test_asynchat is no longer expected to produce output.
Michael W. Hudson
2005-06-20
2
-4/+3
*
fix some silly whitespace stuff (must have hit M-q or something?)
Michael W. Hudson
2005-06-20
1
-13/+13
*
Apply the _is_special guard.
Raymond Hettinger
2005-06-20
1
-12/+13
*
<Enter> when cursor is on a previous command retrieves that command. Instead
Kurt B. Kaiser
2005-06-19
2
-7/+32
*
Insert missing flag.
Raymond Hettinger
2005-06-19
1
-1/+1
*
SF patch #1200018: Restore GC support to set objects
Raymond Hettinger
2005-06-18
2
-7/+34
*
Bug #1209560: spurious blank page in dist.pdf
Georg Brandl
2005-06-18
1
-0/+3
*
Patch #1180012: add documentation for modulefinder
Georg Brandl
2005-06-18
1
-0/+1
*
Fix grammar (it's -> its).
Neil Schemenauer
2005-06-18
5
-7/+7
*
Add missing INCREF.
Neil Schemenauer
2005-06-18
1
-0/+1
*
Fix typo.
Raymond Hettinger
2005-06-17
1
-1/+1
*
Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with
Skip Montanaro
2005-06-17
1
-0/+31
*
More factorization.
Jack Jansen
2005-06-16
2
-3/+14
*
remove c++ style comment
Gregory P. Smith
2005-06-16
1
-1/+1
*
Update URL.
Michael W. Hudson
2005-06-16
1
-1/+1
*
You can have more than one thread state for a thread if they
Michael W. Hudson
2005-06-16
1
-1/+1
*
Fix check for error condition
Andrew M. Kuchling
2005-06-15
1
-1/+1
*
[Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite
Andrew M. Kuchling
2005-06-15
1
-1/+2
*
Fix nits.
Raymond Hettinger
2005-06-15
1
-2/+3
*
Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why
Skip Montanaro
2005-06-15
1
-0/+1
*
Consistently use hard tabs for indentation.
Michael W. Hudson
2005-06-15
1
-172/+165
*
Add a missing incref.
Michael W. Hudson
2005-06-15
1
-0/+1
*
Update version.
Michael W. Hudson
2005-06-15
1
-1/+1
*
Missed this documentation change about my marshal-floats-binarywise
Michael W. Hudson
2005-06-15
1
-3/+4
*
Leak fix from Michael Hudson. Fix memory leak when dialect doesn't
Skip Montanaro
2005-06-15
1
-0/+2
*
More tweaks for C++ support. Still doesn't seem to break anything:-)
Jack Jansen
2005-06-14
3
-10/+47
*
[Bug #1219862] Document correct argument range for pair_content()
Andrew M. Kuchling
2005-06-14
1
-1/+1
*
yet another cache to clear when leak hunting.
Michael W. Hudson
2005-06-14
1
-0/+2
*
SF bug #1219448: small output bug
Raymond Hettinger
2005-06-14
1
-1/+1
*
SF bug #1215887: String and list methods documentation deeply hidden
Raymond Hettinger
2005-06-14
1
-5/+14
*
Port test_long.py to unittest.
Walter Dörwald
2005-06-13
1
-508/+451
*
Fix bug
Michael W. Hudson
2005-06-13
2
-0/+13
*
Remove extraneous format character from PyArg_ParseTuple call in
Michael W. Hudson
2005-06-13
1
-1/+1
*
SF bug #1219361 Fix typo
Raymond Hettinger
2005-06-13
1
-1/+1
*
1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
Kurt B. Kaiser
2005-06-12
3
-9/+12
*
1. Patch 1196895 Jeff Shute:
Kurt B. Kaiser
2005-06-12
5
-4/+13
*
fix typo. \var vs \variable
Gregory P. Smith
2005-06-11
1
-1/+1
*
Clarify docs about os.popen[234].
Georg Brandl
2005-06-10
1
-2/+2
*
Patch #1171150: add a newline to py_compile error output
Georg Brandl
2005-06-10
1
-1/+1
*
The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed from
Armin Rigo
2005-06-10
1
-12/+0
*
Add untokenize() function to allow full round-trip tokenization.
Raymond Hettinger
2005-06-10
5
-7/+182
*
Minor tweaks, to allow some (out-of-tree, until successful) tinkering
Jack Jansen
2005-06-10
2
-11/+15
[next]