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
*
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
*
implements PyOS_CheckStack for Windows and MSVC. this fixes a
Fredrik Lundh
2000-08-27
2
-1/+42
*
Oops, one pop too many.
Thomas Wouters
2000-08-27
1
-1/+0
*
Charles Waldman's patch to reinitialize the interpreter lock after a
Guido van Rossum
2000-08-27
3
-0/+23
*
Open binary files in binary mode. Fixes test failure under Windows.
Tim Peters
2000-08-26
1
-1/+1
*
Fixed this problem.
Thomas Wouters
2000-08-26
1
-4/+0
*
Don't enable the 'thread' module if threads are not possible.
Thomas Wouters
2000-08-26
2
-154/+161
*
Tim Peters:
Moshe Zadka
2000-08-26
1
-26/+0
*
Another new test using "from test.test_support import ...", causing
Tim Peters
2000-08-26
1
-3/+1
*
Try to supply a prototype for the module init function but avoid
Tim Peters
2000-08-26
2
-2/+2
*
New release of the Windows installer from Thomas Heller.
Greg Ward
2000-08-26
1
-283/+296
*
Bumped version to 0.9.2pre.
Greg Ward
2000-08-26
1
-1/+1
*
In 'check_extensions_list()': when converting old-style 'buildinfo' dict,
Greg Ward
2000-08-26
1
-1/+3
*
Fixed a serious typo.
Marc-André Lemburg
2000-08-25
1
-1/+1
*
Update the parser module to support augmented assignment.
Fred Drake
2000-08-25
3
-49/+152
*
Fix to bug [ Bug #111860 ] file.writelines() crashes.
Marc-André Lemburg
2000-08-25
1
-9/+34
*
Output of the new test
Marc-André Lemburg
2000-08-25
1
-0/+1
*
New test suite for file objects by Jeremy Hilton. This will need
Marc-André Lemburg
2000-08-25
1
-0/+45
*
How-to document for using Python for CGI scripting. Not complete and untested...
Jack Jansen
2000-08-25
1
-0/+53
*
Last set of CW Pro 5 projects (probably)
Jack Jansen
2000-08-25
31
-15/+41
*
Include xx project, exclude all the others.
Jack Jansen
2000-08-25
1
-67/+67
*
Added prototype for DlgObj_ConvertToWindow().
Jack Jansen
2000-08-25
1
-0/+1
*
Added routine DlgObj_ConvertToWindow().
Jack Jansen
2000-08-25
3
-2/+43
*
Added a prototype for mstats().
Jack Jansen
2000-08-25
1
-0/+2
*
Window objects now also have an AutoDispose funcpointer (set for our windows,...
Jack Jansen
2000-08-25
3
-23/+61
*
Call GetDialogWindow to convert dialogs to windows.
Jack Jansen
2000-08-25
1
-6/+6
*
HMGetBalloonWindow should try to return an existing window.
Jack Jansen
2000-08-25
2
-1/+3
*
- Added pyexpat.
Jack Jansen
2000-08-25
1
-3/+9
*
Don't use our own malloc any more. It made test_longexp crash due to its opti...
Jack Jansen
2000-08-25
6
-7/+36
*
Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2.
Jack Jansen
2000-08-25
1
-0/+2
[next]