https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
9ad18bb we need os.path too for the normal run on windows 04 April 2006, 19:29:29 UTC
d96a6ac Reference PEP 356 04 April 2006, 19:17:34 UTC
c3749a9 Add a paragraph about PEP 353; add a few more fixes 04 April 2006, 19:14:41 UTC
ed2038b The part checking for the sqlite DLL was looking at, and copying to, a wrong location (it copied the DLL under the Python directory, and gave it name 'PCbuild'). The Windows buildbots other than mine are probably hung now, waiting for someone to press "OK" on a popup box informing them that sqlite3.dll couldn't be found. 04 April 2006, 19:12:51 UTC
9c67ee0 Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the markup... 04 April 2006, 19:07:27 UTC
b882f47 Change the import statement so that the test is skipped when os.startfile is not present. 04 April 2006, 18:52:27 UTC
3bd3315 Per Martins request, add empty.vbs to Tools\msi\msi.py. This file is used by test_startfile.py. 04 April 2006, 18:41:13 UTC
19fd857 Add a simple test for os.startfile(). 04 April 2006, 18:31:35 UTC
f7bc5f9 Change the example classes UnicodeReader and UnicodeWriter so that they work with all encodings. For UnicodeReader the real input stream is wrapped in a line iterator that reencodes the input to UTF-8. For UnicodeWriter the UTF-8 encoded output is written to a queue for where it is reencoded to the target encoding and written to the real output stream. 04 April 2006, 17:32:49 UTC
f4d8f39 Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at least as big as a long. I believe this to be a safe assumption that is being made in many parts of CPython, but a check could be added. len(xrange(sys.maxint)) works now, so fix the testsuite's odd exception for 64-bit platforms too. It also fixes 'zip(xrange(sys.maxint), it)' as a portable-ish (if expensive) alternative to enumerate(it); since zip() now calls len(), this was breaking on (real) 64-bit platforms. No additional test was added for that behaviour. 04 April 2006, 17:28:12 UTC
4aaaa49 docstring tweak 04 April 2006, 16:51:13 UTC
e510bd1 Adjust sqlite3 build process to Win64. 04 April 2006, 16:28:14 UTC
8ddab27 Fix __import__("") to raise ValueError rather than return None. 04 April 2006, 16:17:02 UTC
06853fc Fix test_platform on cygwin. When running from build area, sys.executable is 'python'. But 'python' is actually a directory, 'python.exe' is the executable. 04 April 2006, 15:52:00 UTC
b2fc21e sqlite on Windows: - The buildbot "fetch it" step failed at the end, due to using Unix syntax in the final "copy the DLL" step. test_sqlite was skipped as a result. - test_sqlite is no longer an expected skip on Windows. 04 April 2006, 15:21:02 UTC
3b8ff31 SF Bug #1448488 - make collectionsmodule build on Cygwin, using the same techniques as in Modules/xxsubtype.c 04 April 2006, 15:05:23 UTC
cbb9f97 update to correct version of pysqlite 04 April 2006, 14:40:45 UTC
ed40ea1 Generate line number table entries for except handlers. Re-enable all the tests in test_trace.py except one. Still not sure that these tests test what they used to test, but they pass. One failing test seems to be caused by undocumented line number table behavior in Python 2.4. 04 April 2006, 14:26:39 UTC
7680185 cygwin's curses support isn't up to scratch to run the tests. 04 April 2006, 13:32:08 UTC
1b6cab6 Remove debugging prints. 04 April 2006, 12:48:33 UTC
36458ee aargh. Don't make last minute re-organisations before checkin! 04 April 2006, 12:40:38 UTC
cecb885 Fix Debug, Itanium, AMD64 configurations 04 April 2006, 12:34:06 UTC
46854bc PyAPI_FUNC() the PyArg_.*SizeT forms. Without this, cygwin has hysterics. (see buildbot) 04 April 2006, 12:27:20 UTC
76c21bd Make path calculation platform independent 04 April 2006, 12:11:12 UTC
c410d6c Fix a couple of memory issues 04 April 2006, 07:25:25 UTC
1a494bd Add sqlite3 to the Windows build process. 04 April 2006, 07:10:59 UTC
c95dd94 Disable .DLL as an extension for extension modules. 04 April 2006, 07:04:07 UTC
72289a6 Update to pysqlite 2.2.0 04 April 2006, 06:29:05 UTC
a058836 Revert 43615, fixing it properly through quadrigraphs. Apparently, the code in #1416559 was not generated through invoking autoconf. 04 April 2006, 06:03:50 UTC
a7a3cfe Comment out the prints. These appear to be only for debugging purposes. Jeremy, please fix this correctly after the alpha. 04 April 2006, 05:44:36 UTC
e8fb992 Martin's change 43604 broke the Mac builds apparently due to an autoconf bug. I don't understand this at all, but Darwin/[78].* gets converted to Darwin/78.* which is not correct. Maybe I'm just clueless or overworked. I can't see why in the original checkin this should have changed. This hack gets the Mac build working again. If someone figures out the real problem, please revert this and fix for real. Anthony is telling me that AC_PROG_CXX_WORKS which we use is broken. I have no idea if that's related. This change breaks up the case and fixes a typo. 04 April 2006, 05:32:17 UTC
2f327c1 Add lineno, col_offset to excephandler to enable future fix for tracing/line number table in except blocks. Reflow long lines introduced by col_offset changes. Update test_ast to handle new fields in excepthandler. As note in Python.asdl says, we might want to rethink how attributes are handled. Perhaps they should be the same as other fields, with the primary difference being how they are defined for all types within a sum. Also fix asdl_c so that constructors with int fields don't fail when passed a zero value. 04 April 2006, 04:00:23 UTC
cb30f97 added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples 04 April 2006, 03:05:44 UTC
5fe715f Properly support empty woperation in win32_startfile; correct arguments to ShellExecuteW. 03 April 2006, 23:01:24 UTC
9388020 Fix typos; enhance comments on patch for SF #1462485. --This line, and those below, will be ignored-- M contextlib.py 03 April 2006, 21:20:07 UTC
cdab455 Try to fix the build on Mac OS X 10.3. The 'live_support' segment attribute is not supported in this version. 03 April 2006, 20:12:41 UTC
fc9fc47 ctypes.macholib is needed. 03 April 2006, 20:10:50 UTC
9444bd5 Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed 03 April 2006, 20:05:05 UTC
9161a0d Looks like someone renamed (or something) md5c.c to md5.c. 03 April 2006, 19:54:07 UTC
ff60023 Set "not found" value for svnversion to not-found. Fixes #1463559. 03 April 2006, 19:12:32 UTC
7392811 - add missing chunk for patch #1117961 03 April 2006, 16:59:32 UTC
353aa87 Make needs to be told to install sqlite 03 April 2006, 16:40:10 UTC
d77f8b3 - correct patch number 03 April 2006, 16:34:56 UTC
8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc with the implementation from http://sourceforge.net/projects/libmd5-rfc/. 03 April 2006, 16:27:50 UTC
db5483b Try to fix the tests on OpenBSD. Apparently OpenBSD passes structure parameters differently than other posix-like systems. 03 April 2006, 16:19:45 UTC
2a1b4a6 For backwards compatibility reasons the global function setfirstweekday() still needs to do a range check. 03 April 2006, 15:24:49 UTC
72d84af Always return firstweekday % 7 instead of complaining on setting. 03 April 2006, 15:21:59 UTC
aba10cf Turn firstweekday into a property. 03 April 2006, 15:20:28 UTC
ebed3f6 preparation for 2.5a1 03 April 2006, 15:03:44 UTC
70e0796 added sqlite3 section expanded tabs fixed a couple of typos removed .cvsignore reference 03 April 2006, 14:16:27 UTC
af7ee99 Add sections for new modules; will write tutorial later 03 April 2006, 12:41:37 UTC
ad89dc8 Bug #1451503: allow unicode filenames in os.startfile(). 03 April 2006, 12:26:26 UTC
59c3acc Add check_soundcard.vbs. Will backport 03 April 2006, 12:07:46 UTC
54b42f1 Allow long integers in PySlice_GetIndices. 03 April 2006, 11:38:08 UTC
a8cd7a2 Add test case for #43581. 03 April 2006, 11:05:39 UTC
ea62d25 Bug #1421664: Set sys.stderr.encoding 03 April 2006, 10:56:49 UTC
cf0a2a8 Deal with openbsd's different style of default /etc/hosts by forcing the fqdn lookup to use the IP address returned by gethosbyname. 03 April 2006, 08:10:33 UTC
93f5b93 The email module's parsedate_tz function now sets the daylight savings flag to -1 (unknown) since it can't tell from the date whether it should be set. patch from Aldo Cortesi 03 April 2006, 08:05:07 UTC
9e5eb4f I could have sworn this was part of the change to not abbreviate ABSOLUTE 03 April 2006, 06:58:51 UTC
b0b20a1 Get ctypes loader working on OSF1 (Tru64) 03 April 2006, 06:52:43 UTC
cbce280 Don't abbreviate ABS, use long name ABSOLUTE. 03 April 2006, 06:26:32 UTC
f5af2aa Patch #1462700: Make _ctypes_test depend on _ctypes. Use same GUID for pythoncore in project and solution. 03 April 2006, 05:29:03 UTC
84c95b9 Fix test_pty on OSF/1 (Tru64). The problem is that the newline gets converted to CR CR NL. There may be a way to fix this with tcsetattr, but I couldn't find it. There was a similar problem on IRIX. Just normalize the output and compare that. Will backport. 03 April 2006, 05:28:31 UTC
9cdfa4c Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things like cause the interpreter to exit abruptly. If there's a way to fix this, it would be good to really fix it. It could just be the operation of the std C library and we just aren't supposed to do that. When the test case is skipped, we print a message so the user can check for themselves. 03 April 2006, 05:27:05 UTC
3e1ec3a Remove some duplicated code for handling Mac modules. No functional change (intended). Also stoped setting srcdir twice. 03 April 2006, 04:52:05 UTC
19379f1 * Fix a refleak of *_attributes. * Cleanup formatting a bit (add spaces). * Move static var initialized inside init_types() since that's the only place it's used. 03 April 2006, 04:50:58 UTC
92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. 03 April 2006, 04:48:37 UTC
92a6be4 Whitespace: break long line 03 April 2006, 04:46:28 UTC
d08eaf4 Use Py_ssize_t in slices 03 April 2006, 04:46:04 UTC
b902f4e Use absolute imports 03 April 2006, 04:45:34 UTC
480725d Whitespace normalization. 03 April 2006, 02:46:44 UTC
3dc6bb3 cleaned up setup.py code for sqlite3, based on patch from Gerhard Haering. 03 April 2006, 02:20:49 UTC
04ee870 Always use firstweekday module 7. 02 April 2006, 22:11:10 UTC
5f284da Document recent fdopen() change. 02 April 2006, 21:18:27 UTC
7fff58c Readd urllib.quote import as it doesn't cause any harm. 02 April 2006, 21:13:13 UTC
4696ffb Remove "disgusting hack" in favour of closure (patch #1462235) 02 April 2006, 21:09:51 UTC
c5ffd91 Patch #1463012: remove not working undocumented classes from urllib2 02 April 2006, 20:48:11 UTC
720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies 02 April 2006, 20:45:34 UTC
4eb521e bug #1462706: guard against host not having FQDN hostname 02 April 2006, 20:37:17 UTC
31fe35b end the sentence... 02 April 2006, 07:59:55 UTC
1c0e328 fix markup error 02 April 2006, 03:30:06 UTC
e805829 Grammar fix 02 April 2006, 01:47:38 UTC
38f8507 Write various sections; I haven't been able to check whether the TeX markup is correct 02 April 2006, 01:46:32 UTC
ad5177c Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results now sport attributes that provide access to the parts of the result. 01 April 2006, 22:14:43 UTC
f878b81 Make firstweekday a simple attribute instead of hiding it behind a setter and a getter. 01 April 2006, 20:40:23 UTC
cd10347 Fix LaTeX oversight. 01 April 2006, 20:40:16 UTC
12603c4 Expand comments on line numbers and blocks. Reorder compiler_set_lineno() call for consistency. 01 April 2006, 16:18:02 UTC
7034f6b Some typo & grammar fixes 01 April 2006, 10:50:08 UTC
f2d712b Update status of this PEP 01 April 2006, 10:32:13 UTC
95f0e4c Make ssize_t clean 01 April 2006, 09:08:06 UTC
828fdef Update SQLite version requirement. 01 April 2006, 08:59:03 UTC
28161e2 patch #1416559: don't define _XOPEN_SOURCE on Mac OS Panther 01 April 2006, 08:51:25 UTC
9cdf563 clarify new docs on attr value entity expansion 01 April 2006, 08:39:50 UTC
07f5b35 backport r243 from the pysqlite2 svn repository - lowers the required version of SQLite3 from 3.2.2 to 3.0.8, by providing an alternative to sqlite3_transfer_bindings. setup.py also handles the common (in debian and ubuntu, at least) case of a buggy sqlite3.h SQLITE_VERSION_NUMBER. 01 April 2006, 08:36:27 UTC
7f6b67c patch #1462498: handle entityrefs in attribute values. 01 April 2006, 08:35:18 UTC
48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, that output localized month and weekday names and can cope with encodings. 01 April 2006, 07:57:00 UTC
1c5a59f Bug #1458017: make distutils.Log._log more forgiving when passing in msg strings with '%', but without format args. 01 April 2006, 07:46:54 UTC
014d29f Patch #1462496: typo in libsignal.tex 01 April 2006, 07:42:41 UTC
22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. 01 April 2006, 07:39:41 UTC
dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given file descriptor. 01 April 2006, 07:33:08 UTC
back to top