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

sort by:
Revision Author Date Message Commit Date
cc0f2b2 Switch to SQLite 3.5.9. 13 June 2008, 18:12:51 UTC
a4514c3 Switch to bzip2 1.0.5. 13 June 2008, 17:22:39 UTC
7e852d1 set svn:ignore on multiprocessing 13 June 2008, 15:41:09 UTC
5c0be32 platform.uname now tries to fill empty values even when os.uname is present 13 June 2008, 15:11:50 UTC
73e9ffc Fixed: sys.getsizeof does not take the actual length of the tuples into account. 13 June 2008, 13:29:37 UTC
60c0be3 Clarification. 13 June 2008, 13:26:54 UTC
111c180 Make more symbols static. 13 June 2008, 07:47:47 UTC
e1f6646 Typo. 13 June 2008, 07:08:48 UTC
6d53e7e #3095: don't leak values from Py_BuildValue. 13 June 2008, 06:56:50 UTC
04097a6 Fix typo in method name. The LT class implemented less than. The LE class should implement less than or equal to (as the code does). 13 June 2008, 06:03:25 UTC
705cd06 Fix some memory dealloc problems when exceptions occur. It caused: "Fatal Python error: UNREF invalid object" in the DoubleTest. 13 June 2008, 06:02:26 UTC
e9ee44c Check for memory alloc failure 13 June 2008, 06:00:46 UTC
a4dd2e2 Restore support for Microsoft VC6 compiler. Some functions in the msvcrt module are skipped, and socket.ioctl is enabled only when using a more recent Platform SDK. (and yes, there are still companies that use a 10-years old compiler) 13 June 2008, 00:42:22 UTC
114f7e5 #1683 prevent forking from interfering in threading storage This should prevent some test_multiprocessing failures 13 June 2008, 00:09:47 UTC
26305a0 add py3k warnings to rfc822 12 June 2008, 22:33:06 UTC
6fd3321 Update VS8.0 build files, using the script vs9to8.py. Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful) 12 June 2008, 21:58:20 UTC
3511388 It seems that my VS2008 Express does not include a project in the build configuration, if its UUID has lowercase letters. 12 June 2008, 20:27:42 UTC
b8a18ea Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. 12 June 2008, 20:07:53 UTC
7b9e124 Support file names which include '+' (for Tk 8.5). 12 June 2008, 20:06:18 UTC
329d738 Split Tcl make targets into separate ones. 12 June 2008, 19:51:59 UTC
a41be1d Revert bogus disabling of Tcl and Tk. 12 June 2008, 19:00:14 UTC
7630731 Switch to Tcl/Tk 8.5. 12 June 2008, 18:52:00 UTC
db2c9f4 Switch to Tcl/Tk 8.5.2. 12 June 2008, 18:38:47 UTC
a03722f deprecated mimetools 12 June 2008, 14:23:49 UTC
ffae306 Sounds obvious, but I didn't even realize that you can put non-string keys in type dictionaries without using this locals() hack. 12 June 2008, 09:50:58 UTC
5cc774e Can we agree to put dots at entry ends? Thanks. 11 June 2008, 20:28:06 UTC
6f7ae69 update ACKS and NEWs for multiprocessing 11 June 2008, 20:04:30 UTC
41a9e15 Markup fixes, thanks Georg for the help. Document ctypes.util.find_library() and ctypes.util.find_msvcrt(). 11 June 2008, 19:58:22 UTC
c0a296f Add versionadded marker to ctypes.c_longdouble. 11 June 2008, 19:10:22 UTC
89f4887 Add future_builtins.ascii(). 11 June 2008, 18:55:38 UTC
35b9020 Smaller doc fixes. 11 June 2008, 18:40:51 UTC
2e9675a More doc fixes. 11 June 2008, 18:10:43 UTC
13f7382 add old names back into __all__ 11 June 2008, 18:02:31 UTC
fe22a45 Correct an incorrect comment about our #include of stddef.h. (see Doug Evans' comment on python-dev 2008-06-10) 11 June 2008, 18:00:52 UTC
81567d2 Markup fixes, spelling corrections, and better wordings. Hopefully. 11 June 2008, 17:58:19 UTC
d987545 Clarify what ":errorhandler" refers to. 11 June 2008, 17:57:44 UTC
9cf1934 Fix typos. 11 June 2008, 17:53:38 UTC
f439560 add aliases to threading module 11 June 2008, 17:50:00 UTC
0fbcf69 give the threading API PEP 8 names 11 June 2008, 17:27:50 UTC
32c2e41 fix Windows building for multiprocessing 11 June 2008, 16:50:57 UTC
e29a103 Add test for heapq using both __lt__ and __le__. 11 June 2008, 13:14:50 UTC
a809c98 Note PEP 371 section 11 June 2008, 12:53:14 UTC
6fbfb48 Optimize previous checkin for heapq. 11 June 2008, 12:39:09 UTC
e605e4f fix import of multiprocessing by juggling imports 11 June 2008, 12:26:31 UTC
f0bc3cb Issue 3051: Let heapq work with either __lt__ or __le__. 11 June 2008, 12:06:49 UTC
4267be6 Multi-arg form for set.difference() and set.difference_update(). 11 June 2008, 10:30:54 UTC
9d53457 Merge in release25-maint r60793: Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code. 11 June 2008, 07:41:16 UTC
73baefd Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function. 11 June 2008, 07:10:43 UTC
e0b9261 swap stringobject.h and bytesobject.h contents to make sense. PyString in stringobject and PyBytes defines in bytesobject. 11 June 2008, 03:40:10 UTC
190d56e add the multiprocessing package to fulfill PEP 371 11 June 2008, 02:40:25 UTC
d529986 convert test_struct to a unittest thanks to Giampaolo Rodola I had to disable one test because it was functioning incorrectly, see #1530559 I also removed the debugging prints 11 June 2008, 01:31:28 UTC
610a93e Handle the case with zero arguments. 11 June 2008, 00:44:47 UTC
363070a Update numbers doc for the Integral simplification. 11 June 2008, 00:28:51 UTC
caea65e Mini-PEP: Simplifying numbers.py * Convert binary methods in Integral to mixin methods * Remove three-arg __pow__ as a required method * Make __int__ the root method instead of __long__. 11 June 2008, 00:25:29 UTC
31296c0 backport of 64096 10 June 2008, 22:39:25 UTC
8e8de4a Correct test_pydoc for win32 platforms, to account for normalized URLs: C:\temp => file:///C|temp/ 10 June 2008, 21:37:15 UTC
b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. Part of reverting most of r63675 per the mailing list discussion. 10 June 2008, 21:23:22 UTC
482f312 Documented the new AST constructor. 10 June 2008, 20:52:19 UTC
3079be5 Fix a formatting error in the ast documentation. 10 June 2008, 20:37:02 UTC
99a3dce More reverting of r63675 per the mailing list discussions. This restores occurances of PyBytes_ in the code to their original PyString_ names. The bytesobject.c file will be renamed back to stringobject.c in a future checkin. 10 June 2008, 17:42:36 UTC
b67b53d Fixed test to reflect new filedispatcher semantics, as well as two NameErrors pointed out by Giampaolo. 10 June 2008, 15:58:19 UTC
1cec7aa NEWS entry for: Add an optional 'offset' parameter to byref, defaulting to zero. 10 June 2008, 14:07:12 UTC
dcea9a9 Add an optional 'offset' parameter to byref, defaultingto zero. 10 June 2008, 14:02:46 UTC
60977c7 more markup fix. 10 June 2008, 13:53:24 UTC
0099e72 fix markup 10 June 2008, 13:37:13 UTC
8550d69 #2536: fix itertools.permutations and itertools.combinations docstrings. 10 June 2008, 12:46:39 UTC
901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. 10 June 2008, 10:10:31 UTC
0705bc0 Add Arnaud for his efforts on multi-arg set operations. 10 June 2008, 07:57:15 UTC
8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. 10 June 2008, 07:45:28 UTC
df7036d Add Gregor Lingl. 10 June 2008, 05:03:35 UTC
1a72d88 Applying updated patch from Issue 1736190, which addresses partial issues in: 909005 and 17361001, as well as completely as possible issues 539444, 760475, 777588, 889153, 953599, 1025525, 1063924, and 658749. This patch also includes doc and test updates as necessary. 10 June 2008, 05:00:08 UTC
602d8db Added better pickling support to xrange objects. Cleaned up the unit test. 10 June 2008, 04:01:23 UTC
1f2f61a Issue 2582: Fix pickling of xrange objects. 10 June 2008, 03:34:53 UTC
5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. 09 June 2008, 13:07:27 UTC
d623414 Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on some builds. 09 June 2008, 11:24:47 UTC
7b1ed66 Address double-rounding scenarios by setting all variables to long doubles. 09 June 2008, 09:29:17 UTC
ee4bcad Let set.union() and set.update() accept multiple inputs. 09 June 2008, 08:33:37 UTC
ecbdd2e Issue #2138: Add math.factorial(). 09 June 2008, 06:54:45 UTC
dd96db6 This reverts r63675 based on the discussion in this thread: http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread. 09 June 2008, 04:58:54 UTC
e98839a Issue3065: Fixed pickling of named tuples. Added tests. 09 June 2008, 01:28:30 UTC
f4fcdb6 warn about parameter tuple unpacking 08 June 2008, 23:00:00 UTC
d5efd20 Warn about assigning to Py3k keywords (True and False) 08 June 2008, 22:52:37 UTC
cbd7813 add an ast_warn helper function to make adding those Py3k warnings easier 08 June 2008, 15:45:23 UTC
3219df1 Argh, I read it wrong. Reverted 64036 and added a clarifying remark. 08 June 2008, 08:59:38 UTC
ebd662d #3028: tokenize passes the physical line. 08 June 2008, 08:54:40 UTC
2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test 08 June 2008, 02:05:33 UTC
1f1174e capitalization nit 07 June 2008, 20:44:48 UTC
9cea511 Document the "st" API, to avoid confusion with the "new" AST. Add a note about using the new AST module. 07 June 2008, 18:17:37 UTC
5f27af0 X-ref to numbers module. 07 June 2008, 18:16:12 UTC
afd05da Backport docs for abc module to 2.6. 07 June 2008, 17:11:00 UTC
60fbf7f #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. 07 June 2008, 17:03:28 UTC
3bed4ae Register IterableUserDict as a MutableMapping. 07 June 2008, 16:16:12 UTC
bf0610a Revert unwanted changes. 07 June 2008, 16:04:01 UTC
7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() to ease standalone use of the algorithm. 07 June 2008, 15:59:10 UTC
6a5a177 Finished bug #2451. Fixed the retrying part to make it more robust. 07 June 2008, 13:36:36 UTC
0144f27 Remove locking part of new buffer protocol. 06 June 2008, 22:39:47 UTC
711c9e9 Add long double check support to configure test. 06 June 2008, 22:33:21 UTC
ec2fe78 Issue 3501: Make heapq support both __le__ and __lt__. 06 June 2008, 21:47:51 UTC
0d236eb Fix build issue on OSX 10.4 06 June 2008, 21:31:33 UTC
3f67c43 Document the new ctypes features. It would be great if someone could review both sematics, markup, and spelling, and correct the versionadded and versionchanges markers. 06 June 2008, 20:05:15 UTC
back to top