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
*
Peter Schneider-Kamp <nowonder@nowonder.de>:
Fred Drake
2000-08-31
4
-18/+12
*
Removed compiler warning about wanting explicit grouping around &&
Fred Drake
2000-08-31
1
-4/+6
*
Added a little more dependency information.
Fred Drake
2000-08-31
1
-1/+1
*
Added prototype for PyToken_ThreeChars(), to remove compiler warning
Fred Drake
2000-08-31
1
-0/+1
*
Added note about documenting the SSL support in the socket module.
Fred Drake
2000-08-31
1
-0/+2
*
Remove one compiler warning found with -Wstrict-prototypes.
Fred Drake
2000-08-31
1
-1/+1
*
tg@freebsd.org
Jeremy Hylton
2000-08-31
10
-0/+1629
*
Add /GX to 'compile_options'. This is definitely needed for C++ source;
Greg Ward
2000-08-31
1
-2/+3
*
adds support for --with-pydebug configure option
Skip Montanaro
2000-08-30
4
-461/+523
*
Better error message with UnboundLocalError
Paul Prescod
2000-08-30
1
-11/+39
*
Add ".cxx" to the list of known C++ extensions.
Greg Ward
2000-08-30
1
-1/+1
*
Added docstring for 'wrap()' function.
Greg Ward
2000-08-30
1
-0/+5
*
PyOS_CheckStack() returns 1 when failing, not -1.
Guido van Rossum
2000-08-30
1
-1/+1
*
Push a little more here to avoid style information in the generation
Fred Drake
2000-08-30
1
-0/+3
*
Remove the reference to stdwin. The comment was still true, but no
Fred Drake
2000-08-30
1
-6/+4
*
doc changes to parallel changes to calendar.py module
Skip Montanaro
2000-08-30
1
-11/+46
*
patches from David Goodger. Closes patch 101085.
Skip Montanaro
2000-08-30
1
-69/+104
*
Fix markup error
Andrew M. Kuchling
2000-08-30
1
-1/+1
*
Markup revisions. Nothing was actually required to be able to format it,
Fred Drake
2000-08-30
1
-54/+55
*
Expand the test suite to test both the GNU gettext and translation
Barry Warsaw
2000-08-30
2
-257/+154
*
Added a couple of links to online documentation. Reasonable since this
Fred Drake
2000-08-30
1
-0/+19
*
Added James Henstridge
Barry Warsaw
2000-08-30
1
-0/+1
*
Finalize this module for Python 2.0 based on feedback and input from
Barry Warsaw
2000-08-30
1
-173/+140
*
Oops, spell MAL's name right.
Barry Warsaw
2000-08-30
1
-1/+1
*
Documentation for the gettext module.
Barry Warsaw
2000-08-30
1
-0/+495
*
Added libgettext.tex
Barry Warsaw
2000-08-30
2
-0/+2
*
Removed forgotten text in list comprehensions section (taken from the Haskell
Andrew M. Kuchling
2000-08-30
1
-213/+263
*
Move a little more here.
Fred Drake
2000-08-29
1
-0/+3
*
Various tweaks and improvements by Thomas Wouters (who apparently lost
Guido van Rossum
2000-08-29
1
-85/+58
*
Add a --style option to allow specifying an alternate CSS style sheet for
Fred Drake
2000-08-29
1
-4/+8
*
Fix for two problems on FreeBSD:
Andrew M. Kuchling
2000-08-29
1
-3/+6
*
Add a comment noting that the dependency information is stored in
Fred Drake
2000-08-29
1
-0/+3
*
Some cleanup for FreeBSD. This gets rid of version numbers and
Guido van Rossum
2000-08-29
2
-214/+224
*
"tg@FreeBSD.org" writes:
Guido van Rossum
2000-08-29
1
-3/+3
*
Add support for FreeBSD-[45].
Guido van Rossum
2000-08-29
2
-3/+3
*
Patch by tg@FreeBSD.org to try /var/tmp first.
Guido van Rossum
2000-08-29
1
-1/+1
*
These files are not part of the current plan.
Fred Drake
2000-08-29
25
-1594/+0
*
Document "print >> None"
Barry Warsaw
2000-08-29
1
-3/+4
*
Added tests of "print >> None"
Barry Warsaw
2000-08-29
2
-0/+26
*
eval_code2(): Guido provides this patch for his suggested elaboration
Barry Warsaw
2000-08-29
1
-2/+2
*
Added 'script_name' and 'script_args' instance attributes to Distribution.
Greg Ward
2000-08-29
4
-37/+58
*
Added os.popen2() and os.popen3() for non-Windows platforms.
Fred Drake
2000-08-28
4
-4/+57
*
oops. accidentally reintroduced a memory leak. put the bugfix back.
Fredrik Lundh
2000-08-27
1
-3/+4
*
don't mistake memory errors (including reaching the recursion limit)
Fredrik Lundh
2000-08-27
1
-18/+24
*
Fix line-endings.
Greg Ward
2000-08-27
1
-1/+1
*
Replace the run-time 'future-bytecode-stream-inspection' hack to find out
Thomas Wouters
2000-08-27
3
-59/+19
*
Hard to believe Guido compiled this! Function lacked a return stmt.
Tim Peters
2000-08-27
1
-1/+1
*
Re-allow 'import mod.submod as s', and change its meaning to what it should
Thomas Wouters
2000-08-27
1
-2/+5
*
The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs.
Tim Peters
2000-08-27
1
-0/+1
*
Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),
Guido van Rossum
2000-08-27
4
-15/+41
[next]