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 font-setting line (and associated comments) to the A4 version of
Fred Drake
2002-07-08
1
-0/+12
*
Got rid of symlink target, and in stead have "make dontinstallmacsubtree"
Jack Jansen
2002-07-08
1
-8/+8
*
Change the "__ private" names to "_ protected"; this has been a pain for
Fred Drake
2002-07-08
1
-31/+31
*
Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.
Jack Jansen
2002-07-08
2
-6/+1
*
Define WITH_PYMALLOC as 1
Jack Jansen
2002-07-08
1
-1/+1
*
PyNode_AddChild(): Do aggressive over-allocation when the number of
Tim Peters
2002-07-08
1
-8/+41
*
- Got rid if WITH_CYCLE_GC
Jack Jansen
2002-07-07
3
-19/+6
*
Rearranged and added comments to object.h, to clarify many things
Tim Peters
2002-07-07
3
-82/+125
*
Fix from SF patch #527518: proxy config with user+pass authentication.
Jeremy Hylton
2002-07-07
1
-3/+8
*
Removed 3 unlikely #includes that were only needed for the non-gc flavor
Tim Peters
2002-07-07
1
-5/+0
*
Fix for SF bug #432621: httplib: multiple Set-Cookie headers
Jeremy Hylton
2002-07-07
3
-4/+131
*
Trashcan cleanup: Now that cyclic gc is always there, the trashcan
Tim Peters
2002-07-07
3
-100/+96
*
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters
2002-07-07
12
-106/+22
*
Fix SF bug #575360
Jeremy Hylton
2002-07-06
1
-0/+6
*
Handle HTTP/0.9 responses.
Jeremy Hylton
2002-07-06
1
-19/+132
*
Modifying EditorWindow causes breakpoints in that module to be removed
Kurt B. Kaiser
2002-07-06
2
-3/+11
*
Decent burial for venerated ancestor (urn in attic)
Kurt B. Kaiser
2002-07-06
1
-342/+0
*
Remove dead code.
Kurt B. Kaiser
2002-07-06
1
-38/+0
*
1. Test Sourceforge checkin, idle-dev posting
Kurt B. Kaiser
2002-07-06
1
-1/+0
*
Combine OldStackViewer.py with Debugger.py, removing dead code.
unknown
2002-07-05
3
-290/+164
*
printlist(): Replaced the guts with a call to textwrap. Yay!
Tim Peters
2002-07-04
1
-30/+19
*
gc_list_move defined but not used.
Michael W. Hudson
2002-07-04
1
-15/+0
*
Docstring improvements. In particular, added docstrings for the
Greg Ward
2002-07-04
1
-10/+27
*
Fix a typo.
Thomas Heller
2002-07-04
1
-1/+1
*
Revise asyncore documentation and document asynchat for the first time.
Steve Holden
2002-07-03
4
-55/+347
*
No need to be ambiguous about *how* extended slices and built-in types
Fred Drake
2002-07-03
1
-11/+25
*
Fix up a few more consistency nits and incorrectly applied markup.
Fred Drake
2002-07-03
1
-21/+29
*
append(): Clarify the expected type of charset.
Barry Warsaw
2002-07-03
1
-1/+2
*
Debugger Exception Info and GUI Stack Exception Traceback: finish
Kurt B. Kaiser
2002-07-03
1
-10/+23
*
Stop trying to cater to platforms with a broken HUGE_VAL definition. It
Tim Peters
2002-07-03
2
-12/+25
*
Update freeze to use zlib 1.1.4.
Mark Hammond
2002-07-03
1
-2/+2
*
Add annotations that describe the change in the "errors" and "failures"
Fred Drake
2002-07-02
1
-0/+4
*
Update the documentation of the errors and failures attributes of the
Fred Drake
2002-07-02
1
-6/+48
*
Another stab at SF 576327: zipfile when sizeof(long) == 8
Tim Peters
2002-07-02
1
-100/+106
*
visit_decref(): Added another assert.
Tim Peters
2002-07-02
1
-0/+1
*
Don't list all the keyword args to the TextWrapper constructor in the
Greg Ward
2002-07-02
1
-15/+23
*
Be consistent with the functions in the posix/nt module: docstrings
Fred Drake
2002-07-02
1
-3/+3
*
Attempt to clarify removedirs().
Fred Drake
2002-07-02
1
-1/+1
*
Deal with & remove the XXX comments.
Fred Drake
2002-07-02
1
-30/+24
*
Abstract the creation of signature lines for callable things; the new
Fred Drake
2002-07-02
2
-7/+20
*
Fix for SF bug #576327: zipfile when sizeof(long) == 8
Tim Peters
2002-07-02
1
-1/+11
*
Convert raise to call exception class. Add whitespace.
Jeremy Hylton
2002-07-02
1
-1/+1
*
Repair badly formatted code.
Jeremy Hylton
2002-07-02
1
-19/+17
*
Finished transitioning to using gc_refs to track gc objects' states.
Tim Peters
2002-07-02
2
-42/+71
*
Remove bogus assignment to self.length in NamedNodeMap.__delitem__().
Fred Drake
2002-07-02
1
-1/+0
*
Minor markup adjustments, consistency changes, and shorten a long
Fred Drake
2002-07-02
1
-12/+13
*
Add refcount info for PyErr_SetFromWindowsErr() and
Fred Drake
2002-07-02
1
-0/+7
*
Docs for PyErr_SetFromWindowsErrWithFilename() and
Thomas Heller
2002-07-02
1
-0/+23
*
Do not depend on pymemcompat.h (was only used for PyXML); Martin likes
Fred Drake
2002-07-02
1
-4/+6
*
Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo().
Jack Jansen
2002-07-02
1
-0/+5
[prev]
[next]