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
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
6
-20/+491
*
test_applesingle is an expected skip on Win32
Raymond Hettinger
2003-11-20
1
-0/+1
*
Added some help to OSX/Dist/README.txt, plus all the information
Jack Jansen
2003-11-20
2
-62/+48
*
Fix typo fix.
Walter Dörwald
2003-11-20
1
-4/+4
*
Talk about old code: removed a reference to THINK_C.
Jack Jansen
2003-11-20
1
-30/+0
*
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Jack Jansen
2003-11-20
43
-303/+51
*
Got rid of macglue.h, moved the little bit that remains relevant
Jack Jansen
2003-11-20
2
-39/+2
*
No longer used.
Jack Jansen
2003-11-20
1
-183/+0
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
19
-458/+6
*
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen
2003-11-19
7
-60/+1
*
Getting rid of one more TARGET_API_MAC_OSX.
Jack Jansen
2003-11-19
1
-7/+0
*
Patch #831747: Add skip_accept_encoding parameter to putrequest.
Martin v. Löwis
2003-11-19
3
-5/+16
*
Getting rid of code conditional on TARGET_API_MAC_*.
Jack Jansen
2003-11-19
18
-748/+2
*
PyDoc_STR is always defined nowadays (and has been for quite some time:-)
Jack Jansen
2003-11-19
5
-15/+0
*
Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
Jack Jansen
2003-11-19
57
-520/+57
*
Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed
Jack Jansen
2003-11-19
1
-16/+3
*
Remove deprecation of sets.Set.update().
Raymond Hettinger
2003-11-19
2
-6/+1
*
WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
Jack Jansen
2003-11-19
8
-50/+0
*
Gone: all this functionality is now in the Carbon.File and Folder modules.
Jack Jansen
2003-11-19
1
-1531/+0
*
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen
2003-11-19
10
-80/+0
*
MacOS9 support is gone.
Jack Jansen
2003-11-19
1
-113/+0
*
Removing the obvious OS9-only documents§
Jack Jansen
2003-11-19
16
-2513/+0
*
Getting rid of support for MacOS9 and earlier. This is the first step,
Jack Jansen
2003-11-19
181
-22664/+0
*
Temporary fix for buildon on both Panther and Jaguar.
Jack Jansen
2003-11-19
1
-1/+5
*
Moved various files over from the release23-maint branch.
Jack Jansen
2003-11-19
4
-29/+51
*
Upped version
Jack Jansen
2003-11-19
1
-4/+4
*
Upped version numbers, and converted to UTF-16.
Jack Jansen
2003-11-19
1
-0/+0
*
Upped.
Jack Jansen
2003-11-19
1
-4/+4
*
This file is utf-16, not utf-8 (or ascii).
Jack Jansen
2003-11-19
1
-0/+0
*
Forward port of various fixes that were initially only done on the
Jack Jansen
2003-11-19
5
-16/+91
*
Ported from 23maint branch: add icons to BuildApplet.
Jack Jansen
2003-11-19
2
-0/+57
*
Fix typos.
Walter Dörwald
2003-11-19
1
-4/+4
*
Added a site
Jack Jansen
2003-11-19
1
-0/+1
*
Upped version
Jack Jansen
2003-11-19
1
-1/+1
*
- After an exception, run.py was not setting the exception vector. Noam
Kurt B. Kaiser
2003-11-19
2
-1/+6
*
__init__(): The docstring was incorrect regarding how header wrapping
Barry Warsaw
2003-11-19
1
-5/+4
*
Generator's constructor: The documentation was incorrect regarding how
Barry Warsaw
2003-11-19
1
-3/+2
*
Modified version by Bob Ippolito. It passes the just-added test_applesingle
Jack Jansen
2003-11-18
1
-63/+100
*
Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a
Just van Rossum
2003-11-18
1
-0/+7
*
Fix for [ 782686 ]: new files used \r as the default line separator
Just van Rossum
2003-11-18
1
-13/+8
*
Test the applesingle decoder.
Jack Jansen
2003-11-18
1
-0/+72
*
Patch #836434: Use dlopen/dlsym on AIX if available. Also disable
Martin v. Löwis
2003-11-18
2
-3/+23
*
Patch #841807: Check whether a versioned libpython.so symlink is needed
Martin v. Löwis
2003-11-18
1
-1/+3
*
Patch #843088: Fix typos. Backported to 2.3.
Martin v. Löwis
2003-11-18
2
-3/+3
*
Patch #794400: Let PYTHONSTARTUP influence the compiler flags.
Martin v. Löwis
2003-11-18
2
-9/+16
*
Implement straightforward suggestions from gcc warnings (remove unused
Guido van Rossum
2003-11-18
1
-3/+2
*
Documentation for set objects.
Raymond Hettinger
2003-11-18
1
-0/+37
*
Use PySequence_Contains() instead of direct access macro.
Raymond Hettinger
2003-11-18
1
-11/+5
*
Various fixups (most suggested by Armin Rigo).
Raymond Hettinger
2003-11-17
3
-40/+97
*
Fix output spacing typo
Raymond Hettinger
2003-11-16
1
-1/+1
[next]