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
*
Fix #1521375. When running with root priviledges, 'gcc -o /dev/null'
Thomas Heller
2006-07-13
2
-1/+13
*
A misspelled preprocessor symbol caused ctypes to be always compiled
Thomas Heller
2006-07-13
4
-11/+14
*
Accept long options "--help" and "--version".
Georg Brandl
2006-07-12
3
-7/+34
*
Fix the wrong description of LibraryLoader.LoadLibrary, and document
Thomas Heller
2006-07-12
1
-7/+12
*
Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to
Thomas Heller
2006-07-12
2
-1/+20
*
Actually change the MAGIC #. Create a new section for 2.5c1 and mention the ...
Neal Norwitz
2006-07-12
2
-3/+20
*
Fix uninitialized memory read reported by Valgrind when running doctest.
Neal Norwitz
2006-07-12
1
-0/+1
*
Fix function name in error msg
Neal Norwitz
2006-07-12
1
-1/+1
*
Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
Neal Norwitz
2006-07-12
4
-2/+14
*
Change the ctypes version number to 1.0.0.
Thomas Heller
2006-07-11
2
-2/+2
*
When a foreign function is retrived by calling __getitem__ on a ctypes
Thomas Heller
2006-07-11
1
-2/+3
*
Bump version number; add sys._current_frames
Andrew M. Kuchling
2006-07-11
1
-2/+8
*
Add missing Py_DECREFs.
Thomas Heller
2006-07-11
1
-1/+2
*
Add missing Py_DECREF.
Thomas Heller
2006-07-11
1
-0/+1
*
Tagging for release of Python 2.5b2
Anthony Baxter
2006-07-11
1
-0/+1
*
Whitespace normalization.
v2.5b2
Tim Peters
2006-07-11
1
-1/+1
*
#1494314: Fix a regression with high-numbered sockets in 2.4.3. This
Anthony Baxter
2006-07-11
3
-17/+76
*
Patch #1519566: Remove unused _tofill member.
Martin v. Löwis
2006-07-10
3
-13/+28
*
Whitespace normalization.
Tim Peters
2006-07-10
1
-1/+1
*
After approval from Anthony, merge the tim-current_frames
Tim Peters
2006-07-10
6
-11/+166
*
Make it possible to run test_subprocess.py with Python 2.2, which lacks test_...
Peter Astrand
2006-07-10
1
-3/+6
*
Fix SF#1457312: bad socket error handling in distutils "upload" command.
Phillip J. Eby
2006-07-10
1
-1/+1
*
Fix SF#1516184 and add a test to prevent regression.
Phillip J. Eby
2006-07-10
2
-12/+19
*
Moved the ctypes news entries from the 'Library' section into the
Thomas Heller
2006-07-10
1
-16/+16
*
Assigning None to pointer type structure fields possible overwrote
Thomas Heller
2006-07-10
3
-1/+14
*
Fixed a segfault when ctypes.wintypes were imported on
Thomas Heller
2006-07-10
2
-2/+12
*
Fix bug #1518190: accept any integer or long value in the
Thomas Heller
2006-07-10
3
-8/+39
*
preparing for 2.5b2
Anthony Baxter
2006-07-10
7
-7/+12
*
Add svn:ignore.
Martin v. Löwis
2006-07-10
0
-0/+0
*
Change error message to indicate that VS2003 is necessary to build extension ...
Martin v. Löwis
2006-07-10
1
-1/+1
*
Introduce DISTUTILS_USE_SDK as a flag to determine whether the
Martin v. Löwis
2006-07-10
3
-4/+19
*
Patch #1504046: Add documentation for xml.etree.
Neal Norwitz
2006-07-10
4
-0/+370
*
Patch #1516912: improve Modules support for OpenVMS.
Neal Norwitz
2006-07-10
9
-63/+154
*
Part of SF patch #1484695. This removes dead code. The chksum was
Neal Norwitz
2006-07-10
1
-7/+0
*
Fix doco. Backport candidate.
Neal Norwitz
2006-07-10
1
-1/+1
*
Bug #1512814, Fix incorrect lineno's when code at module scope
Neal Norwitz
2006-07-10
3
-1/+22
*
On 64 bit systems, int literals that use less than 64 bits are now ints
Neal Norwitz
2006-07-09
3
-0/+29
*
Fix SF bug 1441486: bad unary minus folding in compiler.
Neil Schemenauer
2006-07-09
3
-20/+60
*
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
Neil Schemenauer
2006-07-09
5
-4/+20
*
Whitespace normalization.
Tim Peters
2006-07-08
1
-2/+2
*
Add an additional test for bug #1519018.
Georg Brandl
2006-07-08
1
-0/+2
*
Fix SF bug #1519018: 'as' is now validated properly in import statements
Neal Norwitz
2006-07-08
3
-1/+18
*
Fix RFC number.
Georg Brandl
2006-07-07
1
-1/+1
*
Restore rev 47014:
Neal Norwitz
2006-07-07
4
-5/+32
*
Properly generate logical file ids. Fixes #1515998.
Martin v. Löwis
2006-07-06
2
-4/+8
*
Test using all CJK encodings for the testcases which don't require
Hye-Shik Chang
2006-07-06
1
-6/+26
*
Add a testcase for r47086 which fixed a bug in codec_getstreamcodec().
Hye-Shik Chang
2006-07-06
1
-1/+9
*
Document the correct return type of PyLong_AsUnsignedLongLongMask.
Thomas Heller
2006-07-06
1
-1/+1
*
ImportWarning is now silent by default
Andrew M. Kuchling
2006-07-06
1
-12/+5
*
Add NEWS entries for the ImportWarning change and documentation update
Nick Coghlan
2006-07-06
1
-0/+5
[next]