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
*
PyUnicode_EncodeUTF8: squash compiler wng. The difference of two
Tim Peters
2002-04-21
1
-4/+5
*
Give the Help viewer a font-size button. This isn't documented by MS,
Tim Peters
2002-04-21
1
-1/+30
*
Move "everything left one": the TOC now shows each doc directory as a
Tim Peters
2002-04-20
1
-9/+10
*
Stopped all warnings from the HTML Help Compiler, by generating proper
Tim Peters
2002-04-20
1
-21/+34
*
#546163, fix link problem on Solaris 8 for makedev when using mknod
Neal Norwitz
2002-04-20
4
-2/+9
*
Patch #495401: Count number of required bytes for encoding UTF-8 before
Martin v. Löwis
2002-04-20
1
-54/+43
*
Widespread: Used classes in a more natural way. Added convenience
Tim Peters
2002-04-20
1
-63/+76
*
Forward port of patch # 500311: Work around for buggy https servers.
Martin v. Löwis
2002-04-20
3
-25/+75
*
Add test for eval() w/ free variables.
Jeremy Hylton
2002-04-20
2
-0/+11
*
Fix SF bug #505315: Make free and cell vars show up consistently in locals().
Jeremy Hylton
2002-04-20
1
-6/+7
*
Replaced the fiddly 5-tuples with a new Book convenience class, allowing
Tim Peters
2002-04-20
1
-65/+86
*
Fixed a comment.
Tim Peters
2002-04-20
1
-1/+1
*
All over: get rid of blanks before colons that open code blocks.
Tim Peters
2002-04-20
1
-45/+45
*
do_project(): Modernized the code.
Tim Peters
2002-04-20
1
-9/+10
*
Added "What's New" to the 2.2 doc set.
Tim Peters
2002-04-20
1
-0/+1
*
Fix com_arglist() and update grammar fragment.
Jeremy Hylton
2002-04-19
1
-6/+3
*
Patch #546194: Check constants individually. Fixes 534143 on OpenBSD.
Martin v. Löwis
2002-04-19
1
-2/+19
*
Added a stop-list to reduce the size of the full text search index. Fred,
Tim Peters
2002-04-19
1
-3/+29
*
project_template: use dict interpolation instead of giant tuples.
Tim Peters
2002-04-19
1
-14/+13
*
+ Changed TOC to folder-tree style.
Tim Peters
2002-04-19
1
-1/+2
*
Generates inputs to the Microsoft Help Compiler, which creates compiled
Tim Peters
2002-04-19
1
-0/+362
*
Get the right funny characters in Hernan's name.
Tim Peters
2002-04-19
2
-1/+2
*
#546155, remove posix_int() it is not used
Neal Norwitz
2002-04-19
1
-16/+0
*
Fix SF #544995 (zlib crash on second flush call)
Jeremy Hylton
2002-04-19
2
-0/+7
*
Oops: we used PyMem_DEL() to clean up objects, and that's a problem since
Jack Jansen
2002-04-19
1
-1/+1
*
Document the build process more precisely. Suggested by Hugh Sasse.
Martin v. Löwis
2002-04-19
1
-3/+15
*
\idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only
Skip Montanaro
2002-04-19
1
-3/+3
*
fix duplicate label
Skip Montanaro
2002-04-19
1
-1/+5
*
Clean up the use of version numbers in filenames; always use an "abstract"
Fred Drake
2002-04-19
1
-6/+17
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19
2
-14/+191
*
_PyObject_DebugMallocStats(): Added some potentially expensive internal
Tim Peters
2002-04-18
1
-5/+41
*
PyObject_Malloc: make a tiny bit faster for platforms where malloc(0)
Tim Peters
2002-04-18
1
-2/+9
*
Remove some long-disabled debugging boilerplate.
Tim Peters
2002-04-18
1
-26/+0
*
ceval.c/do_raise(): Tighten the test to disallow raising an instance of
Tim Peters
2002-04-18
2
-1/+30
*
Remove more out-of-date comments and clarify explanation of visit().
Jeremy Hylton
2002-04-18
1
-7/+1
*
Remove out-of-date explanation in doc strings,
Jeremy Hylton
2002-04-18
1
-3/+1
*
Test for --export-dynamic directly to avoid problems with binutils 2.12.
Martin v. Löwis
2002-04-18
2
-3/+3
*
SF bug 544733: Cygwin test_mmap fix for Python 2.2.1
Tim Peters
2002-04-18
1
-0/+2
*
type_get_doc(): Squash compiler wng about incompatible ptr types.
Tim Peters
2002-04-18
1
-1/+2
*
Long-forgotten change: Update first paragraph with actual release date
Andrew M. Kuchling
2002-04-18
1
-5/+3
*
SF bug 542984.
Guido van Rossum
2002-04-18
1
-0/+20
*
SF bug 542984.
Guido van Rossum
2002-04-18
1
-7/+11
*
Use md5.new() constructor
Andrew M. Kuchling
2002-04-17
2
-2/+2
*
Use 2.1's .hexdigest() method
Andrew M. Kuchling
2002-04-17
1
-5/+2
*
Apply diff3.txt from SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-17
2
-0/+41
*
Added note about new distutils commands.
Marc-André Lemburg
2002-04-17
1
-0/+9
*
Patch #531901 by Mark W. Alexander: adds a new distutils packager
Marc-André Lemburg
2002-04-17
5
-4/+976
*
typo
Skip Montanaro
2002-04-17
1
-1/+1
*
Add text on tp_as_buffer that refers tothe section that covers the topic.
Fred Drake
2002-04-17
1
-3/+9
*
Add a version annotation for the help() function.
Fred Drake
2002-04-17
1
-0/+1
[next]