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

sort by:
Revision Author Date Message Commit Date
e767e04 #9258: fix copy-paste errors. 14 July 2010, 08:00:22 UTC
9969031 Woops, test_sndhdr.py contains the same code twice: fix it 13 July 2010, 23:08:01 UTC
e9ebde4 Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. 13 July 2010, 23:04:56 UTC
903396e Set sys.modules[name] to None instead of 0 to block module import. 13 July 2010, 14:50:16 UTC
9c558bc Fix documentation typo: wprite() -> write(). 13 July 2010, 14:47:01 UTC
85f2177 Add bytes in literal_eval doc. 13 July 2010, 06:38:10 UTC
94628ee Yield more information on failure in test_struct boolean test. 12 July 2010, 20:03:24 UTC
c779515 Fix definition of len() and indexing for memoryview objects (part of #7696). 12 July 2010, 20:01:52 UTC
2efaf96 #6026: skip test_get_file_list when zlib is not available. 12 July 2010, 19:49:41 UTC
0bddfd0 Regenerate Python/graminit.c. 12 July 2010, 14:18:21 UTC
1c50d11 Issue #2009: refactor varargslist and typedargslist productions to make them more friendly for third-party parsers. 12 July 2010, 14:14:18 UTC
cf48e44 Remove mention of execfile from the tutorial. 12 July 2010, 09:37:40 UTC
db4e939 Use raw string literals for regexes containing backlash. 12 July 2010, 09:06:13 UTC
4abda54 Take care of duplicate target name warnings. 12 July 2010, 09:00:29 UTC
b5085d8 Remove myself. 12 July 2010, 06:03:18 UTC
c014448 Put my name down for winreg. 11 July 2010, 23:32:11 UTC
5ef96e5 allow byte literals 11 July 2010, 23:06:06 UTC
c762242 Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. 11 July 2010, 19:47:37 UTC
68c5de6 assertEquals -> assertEqual 11 July 2010, 19:12:10 UTC
b214e90 Issue #9137: Fix issue in MutableMapping.update, which incorrectly treated keyword arguments called 'self' or 'other' specially. 11 July 2010, 18:53:06 UTC
226f544 Improve docstrings for isnan, isinf and isfinite. 11 July 2010, 18:13:41 UTC
25fcd39 Issue #8974: fix print calls in msgfmt.py. 11 July 2010, 17:39:46 UTC
8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. 11 July 2010, 17:38:24 UTC
3e74289 test for set literals 11 July 2010, 12:59:24 UTC
1ac745b Issue #7616: Fix copying of overlapping memoryview slices with the Intel compiler. 11 July 2010, 12:12:00 UTC
349d558 #9223: link to Command class reference, and move Command interface docs nearer to class docs. 11 July 2010, 10:22:44 UTC
05bfcc5 #7935: cross-reference to ast.literal_eval() from eval() docs. 11 July 2010, 09:42:10 UTC
492f3fc Allow set literals in literal_eval(). 11 July 2010, 09:41:21 UTC
e40ee50 #9184: fix default value for "buffering" param of open(). 11 July 2010, 09:33:39 UTC
de41bf3 Fix typo. 11 July 2010, 09:26:57 UTC
0104bcd #6774: explain shutdown() behavior varying with platform. 11 July 2010, 09:23:11 UTC
d395052 Fix for issue 9164 11 July 2010, 09:05:07 UTC
8a1c254 #3214 followup: add link to ABC entry. 11 July 2010, 08:36:20 UTC
692b3f8 Silence makeindex. 11 July 2010, 08:33:16 UTC
aba088e Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee. 11 July 2010, 05:01:52 UTC
3b107f9 remove unneeded error check 11 July 2010, 03:36:35 UTC
2ef1632 Stricter verification for file based url scheme and reliance on ftp protocol. 11 July 2010, 03:12:43 UTC
0d62f5b ValueError is eventually what we want to move to, I suppose 10 July 2010, 15:14:45 UTC
522c32a Add missing docs for re module 'purge' function. 10 July 2010, 14:23:36 UTC
c653ce3 Fix error message for comparing single line strings in unittest.TestCase.assertEqual. Issue 9174. 10 July 2010, 13:52:22 UTC
0425a8e Fix 'refleak' introduced by fnmatch cache purge tests. This introduces a 'purge' function for the fnmatch module analogous to the 'purge' function in the re module. 10 July 2010, 13:52:13 UTC
a851483 #8564: update docs on integrating doctest/unittest with unittest(2) test discovery. 10 July 2010, 12:20:38 UTC
1c616a5 #8456: fix signature of sqlite3.connect(). 10 July 2010, 12:01:34 UTC
47d48bb #8338: fix outdated class name. 10 July 2010, 11:51:06 UTC
297d972 #1434090: properly append child in expatbuilder doctype handler. 10 July 2010, 11:40:13 UTC
73b1c7b #3214: improve description of duck-typing in glossary. 10 July 2010, 10:39:57 UTC
0310a83 #3071: tell how many values were expected when unpacking too many. 10 July 2010, 10:32:36 UTC
93eb42e Emphasize role of count for Pascal string. 10 July 2010, 10:23:40 UTC
b382337 Fix markup. 10 July 2010, 08:58:37 UTC
61c061a Oops. Fix distutils tests that r82746 broke. 09 July 2010, 19:55:05 UTC
b669221 be more robust across platforms 09 July 2010, 19:37:00 UTC
10de93a Silence gcc warning. (In function 'bytearray_init': warning: 'value' may be used uninitialized in this function). 09 July 2010, 19:25:48 UTC
34d17de remove SocketIO.__del__; close() can handle it 09 July 2010, 18:28:25 UTC
d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running configure to append to Python's default values for those variables, and similarly allow users to set $XXFLAGS on the make command line to append to the values set by configure. In the makefile, this renames the variables that used to be $XXFLAGS to $PY_XXFLAGS, and renames the old $PY_CFLAGS to $PY_CORE_CFLAGS. To compensate, sysconfig now aliases $XXFLAGS=$PY_XXFLAGS so that scripts using it keep working. I see that as the right interface, not a backward-compatibility hack, since these are logically the $XXFLAGS variables; we just use a different name in the makefile to deal with make's semantics. 09 July 2010, 16:30:58 UTC
74e4561 Re-flow several long lines from #1578269. 09 July 2010, 15:58:59 UTC
c739569 Adding versionchanged to the various Windows os.symlink additions, along with a few minor touchups. 09 July 2010, 15:15:09 UTC
16633fa Fix the breakage of Lib/tarfile.py on non-Windows platforms due to using WindowsError in a try/except. Only add WindowsError to the list of exceptions to catch when we are actually running on Windows. Additionally, add a call that was left out in test_posixpath. Thanks Amaury, Antoine, and Jason. 09 July 2010, 13:54:27 UTC
4b83af9 wrap 09 July 2010, 13:31:11 UTC
a04a32d allow more exceptions 09 July 2010, 13:28:42 UTC
c2f583a Reorder Jason "two O's" Coombs 09 July 2010, 13:22:07 UTC
ccbcf53 OverflowError is fine 09 July 2010, 13:20:40 UTC
893766c Fix sort order mistake in Misc/ACKS. 09 July 2010, 13:14:03 UTC
ea340a3 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. Patch by Andrew Clegg. 09 July 2010, 12:23:21 UTC
facb0e9 2.7 is now stable. 09 July 2010, 07:33:15 UTC
8b0ef21 use assert method 09 July 2010, 01:58:26 UTC
d02441e fix repr of complicated structseqs #9206 08 July 2010, 22:33:03 UTC
8c567c5 assert tuple inheritance 08 July 2010, 22:16:05 UTC
808e1ad Undo inadvertant checkin. 08 July 2010, 22:13:25 UTC
d40e6f7 Implement #1578269. Patch by Jason R. Coombs. Added Windows support for os.symlink when run on Windows 6.0 or greater, aka Vista. Previous Windows versions will raise NotImplementedError when trying to symlink. Includes numerous test updates and additions to test_os, including a symlink_support module because of the fact that privilege escalation is required in order to run the tests to ensure that the user is able to create symlinks. By default, accounts do not have the required privilege, so the escalation code will have to be exposed later (or documented on how to do so). I'll be following up with that work next. Note that the tests use ctypes, which was agreed on during the PyCon language summit. 08 July 2010, 21:39:08 UTC
0dd8f78 Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'. Remove the use of locals() that caused this error. 08 July 2010, 21:15:36 UTC
e42f1bb Fix misplaced exactness check that was causing unnecessary work in Decimal.__pow__. 08 July 2010, 19:09:16 UTC
a123631 Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this. 08 July 2010, 19:03:34 UTC
f48ea7c Issue #8605: Skip test_gdb if Python is compiled with optimizations. 08 July 2010, 18:51:30 UTC
247900c In test_decimal, convert heuristic for skipping tests into an explicit skiplist. 08 July 2010, 17:23:40 UTC
9527afd Fix typo in a comment in mathmodule.c. 08 July 2010, 15:03:02 UTC
73ca440 Issue #5288: Eliminated round-trips between timdelta and int offsets 07 July 2010, 23:56:38 UTC
6ef08a0 ValueError in this case is also acceptable 07 July 2010, 22:45:06 UTC
ccabcd4 make struct sequences subclass tuple; kill lots of code This fixes #8413. 07 July 2010, 20:54:01 UTC
a9800a8 add NEWS 07 July 2010, 19:04:48 UTC
b913784 Turn more notes into comments. 07 July 2010, 19:04:36 UTC
de73c45 don't ignore exceptions from PyObject_IsTrue 07 July 2010, 18:54:59 UTC
e789016 Make comment out of an awkward note. 07 July 2010, 18:51:43 UTC
c937dc2 this needn't be in the loop 07 July 2010, 18:44:05 UTC
be64d95 Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError. 07 July 2010, 16:21:29 UTC
9c91eb8 Minor refactoring in lgamma code, for clarity. 07 July 2010, 16:17:31 UTC
7e4a6eb Kill gratuitous space. 07 July 2010, 16:10:44 UTC
a11d8c0 Issue #9000: datetime.timezone objects now have eval-friendly repr. 06 July 2010, 23:19:45 UTC
44afa5e Fix typo. 06 July 2010, 22:58:50 UTC
21a1f73 Style nit. 06 July 2010, 15:11:44 UTC
c15dfd6 Minor improvements to logging documentation. 06 July 2010, 15:08:55 UTC
6f493b7 Indentation and PEP 7 fixes. 06 July 2010, 15:00:40 UTC
d885e95 - sysmodule.c (get_hash_info): Define as static function. 06 July 2010, 10:53:30 UTC
37c63a3 Change 'lowered' to 'lowercased' 06 July 2010, 02:08:36 UTC
c84dc9d Fix test_xmlrpc_net to no longer fail since there are no more buildbots for trunk. 05 July 2010, 22:11:16 UTC
31c2740 "Modernized" the demo a little. 05 July 2010, 21:44:05 UTC
1f1ccc0 #9158: Fix y* format of PyArg_Parse*() functions documentation 05 July 2010, 21:36:21 UTC
6c3bcb7 Post-detabification cleanup. 05 July 2010, 20:14:26 UTC
5ada7c7 Update Vec class constructor, remove indirection via function, use operator module. 05 July 2010, 20:13:41 UTC
dc00a2a Remove Dbm. 05 July 2010, 20:13:06 UTC
aefc1c7 untabify 05 July 2010, 20:04:54 UTC
back to top