Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
e071b00 bug #1462278: small fix in documentation of __op__ vs __rop__ methods 01 April 2006, 07:23:08 UTC
23fd3d4 add support for the sips: scheme (identical to sip: except for scheme name) 01 April 2006, 06:11:07 UTC
d8eaa49 Fix stupid typo. 01 April 2006, 01:32:13 UTC
4423b8c test_timeout(): Disable this new test on all platforms. The s.connect(("gmail.org", 995)) line has been timing out on all buildbot slaves for hours now, causing the test to fail. 01 April 2006, 01:28:51 UTC
c7403ed Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intel linux with gcc 4.0.2, after talking to Tim. <ymmit> But it won't break anything anywhere, so don't worry :-) 01 April 2006, 01:08:29 UTC
c51ee69 merged the sqlite-integration branch. This is based on pysqlite2.1.3, and provides a DB-API interface in the standard library. You'll need sqlite 3.2.2 or later to build this - if you have an earlier version, the C extension module will not be built. 01 April 2006, 00:57:31 UTC
c17976e Another crack at bug #1460340: make random.sample(dict) work, this time by ugly brute force. 01 April 2006, 00:26:53 UTC
2a9a6b0 In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 if fcntl() and fdopen() both fail. Will backport. 31 March 2006, 22:38:19 UTC
c90397a Make test_socket_ssl finally pass on WIn 31 March 2006, 21:12:32 UTC
ed02eb6 Bug #1177964: make file iterator raise MemoryError on too big files 31 March 2006, 20:31:02 UTC
644b1e7 Add guards against fcntl() not being available on Windows. 31 March 2006, 20:27:22 UTC
8147275 Update version number to 2.5 31 March 2006, 20:02:40 UTC
54a188a bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode. glibc, for example, does this already on its own, but it seems that the solaris libc doesn't. This leads to Python code being able to over- write file contents even though having specified "a" mode. 31 March 2006, 20:00:11 UTC
dcdfd22 bug #1257988: don't bail out on gethostbyname(gethostname()) failure 31 March 2006, 19:34:13 UTC
b88e19c bug #1444104: add note about fdopen() to os.open(). 31 March 2006, 19:20:13 UTC
d49be30 Disable test_socket_ssl timeout test on Windows. 31 March 2006, 19:09:56 UTC
ccadf84 Patch #1460496: round() now accepts keyword arguments. 31 March 2006, 18:54:53 UTC
338ef7d Bug #1445068: getpass.getpass() can now be given an explicit stream argument to specify where to write the prompt. 31 March 2006, 18:42:16 UTC
22ec80b Patch #1462313, bug #1443328: the pickle modules now can handle classes that have __private names in their __slots__. 31 March 2006, 18:25:44 UTC
43f08a8 Patch #1380952: fix SSL objects timing out on consecutive read()s 31 March 2006, 18:01:16 UTC
dd2245f Bug #1250170, Patch #1462230: handle socket.gethostname() failures gracefully 31 March 2006, 17:18:06 UTC
296aef8 Expand comments. Explicitly clear all elements from arena->a_objects and remove assert() that refcount is 1. It's possible for a program to get a reference to the list via sys.getobjects() or via gc functions. 31 March 2006, 16:41:22 UTC
22f3a6a Add 2.5 libraries. 31 March 2006, 16:19:18 UTC
76a2cae typos 31 March 2006, 16:12:34 UTC
51dbc4c traceback now shows error position for all SyntaxError subclasses, e.g. IndentationError. (bug #1447885) 31 March 2006, 15:59:13 UTC
3bf538f Complete markup. 31 March 2006, 15:38:44 UTC
a6126ba Fix the reference leak in test_generators, by explicitly breaking the cycle we are about to leave behind. An example of the cause of this leak can be found in the leakers directory, in case we ever want to tackle the underlying problem. 31 March 2006, 15:31:43 UTC
58917a6 Bug #947906: An object oriented interface has been added to the calendar module. It's possible to generate HTML calendar now and the module can be called as a script (e.g. via ``python -mcalendar``). 31 March 2006, 15:26:22 UTC
3f144f9 Tagging for release r25a0 31 March 2006, 15:21:36 UTC
abbb5e1 Remove tag, to recreate it right away. 31 March 2006, 15:20:56 UTC
4c97498 Add index entries for new-style/old-style class. 31 March 2006, 15:12:16 UTC
b227bea object() is a function, not a base class. 31 March 2006, 15:07:25 UTC
1320cf8 Bug #1461610: xmlrpclib has no function "binary". 31 March 2006, 14:35:10 UTC
c44e14e Fix typos. 31 March 2006, 11:03:57 UTC
5d23f9a Don't add multiple empty lines at the end of the codec. With this a regenerated codec should survive reindent.py unchanged. 31 March 2006, 10:13:10 UTC
a35b05e Clarify what the final argument does in IncrementalDecoder.decode(). 31 March 2006, 09:15:29 UTC
602d339 Add a NEWS entry for the Alpha fixes 31 March 2006, 08:21:40 UTC
dedeeaa Get gcc to do strict IEEE math. This flag was already used for cc, just not gcc. Without this flag, doing pretty much anything with NaNs causes a Floating Point Exception signal. This causes the interpreter to quit. The failing tests this fixes are: test_float, test_long, and test_struct. This is somewhat equivalent to doing signal(SIGFPE, SIG_IGN). Will verify if this is a problem in 2.4 and backport if necessary (probably). 31 March 2006, 06:54:45 UTC
7b8cf38 improve reporting of illegal section nesting (provide location which caused detection of the error) 31 March 2006, 05:30:19 UTC
842ab70 fix sectioning: cannot skip section levels 31 March 2006, 05:28:38 UTC
46cc702 test_main(): Restore the decimal context that was in effect at the time test_decimal was imported. Else running test_decimal had the bad side effect of permanently changing the decimal context in effect. That caused text_tokenize to fail if it ran after test_decimal. 31 March 2006, 04:11:16 UTC
ef57567 Repaired a number of errors in this test: - The doctests in decistmt() weren't run at all when test_tokenize was run via regrtest.py. - Some expected output in decistmt() was Windows-specific (but nobody noticed because the doctests weren't getting run). - test_roundtrip() didn't actually test anything when running the tests with -O. Now it does. - Changed test_roundtrip() to show the name of the input file when it fails. That would have saved a lot of time earlier today. - Added a bunch of comments. 31 March 2006, 03:17:30 UTC
176014f SF patch #1458476 with modifications based on discussions in python-dev. This adds the following API calls: PySet_Clear(), _PySet_Next(), and _PySet_Update(). The latter two are considered non-public. Tests and documentation (for the public API) are included. 30 March 2006, 22:45:35 UTC
c259cc9 Insert a safety space after numbers as well as names in untokenize(). 30 March 2006, 21:43:35 UTC
090f815 Add '-Wno-deprecated-warnings' to the compile flags for the Carbon extensions on OSX 10.4 or later. This stops the compiler for complaining about calls to deprecated functions in these extensions, they are supposed to wrap as much of Carbon as possible. 30 March 2006, 20:18:33 UTC
0d93a23 Try to fix test_loading on openbsd. 30 March 2006, 19:16:15 UTC
300269a Oops - this should not have gone in. 30 March 2006, 18:29:25 UTC
b320682 Output more info when the test fails. 30 March 2006, 17:49:55 UTC
314861c Minor bugs in the __index__ code (PEP 357), with tests. 30 March 2006, 14:04:02 UTC
4ef3a23 whitespace normalisation 30 March 2006, 12:59:11 UTC
ecdc0a9 That one was a mistake. 30 March 2006, 12:19:07 UTC
d37ac69 Remove unnecessary casts from type object initializers. 30 March 2006, 11:58:57 UTC
back to top