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

sort by:
Revision Author Date Message Commit Date
7bdfe77 Improve readability of the socket docs 12 December 2010, 20:57:12 UTC
64a467d Homogenize the "optional OS services" menu 12 December 2010, 20:34:49 UTC
f10f162 Consistent ordering of availability statements 12 December 2010, 20:17:29 UTC
e72b586 Fix heading level 12 December 2010, 20:13:31 UTC
a654090 Remove redundant sentence, and fix markup 12 December 2010, 20:09:18 UTC
5260a9b #243654: only create a new MIME boundary if we don't already have one. The rearranged code should do exactly what the old code did, but the new code avoids a potentially costly re computation in the case where a boundary already exists. 12 December 2010, 20:06:19 UTC
cc4edd5 Add link to the buffer protocol description from the memory description. 12 December 2010, 20:01:43 UTC
8abc935 Better explain the buffer interface (hopefully) 12 December 2010, 19:59:47 UTC
36730e8 Make this a warning and fix indentation 12 December 2010, 18:25:25 UTC
19d6ce0 Obsolete aliases needn't be documented 12 December 2010, 18:14:34 UTC
b387ad6 Remove reference to stuff which is already obsolete in 2.x. 12 December 2010, 18:12:40 UTC
c58bde1 SET_LINENO was removed in 2.3 12 December 2010, 18:09:53 UTC
f234eb9 Logging documentation - further update. 12 December 2010, 17:37:27 UTC
6b22f3f Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager 12 December 2010, 15:24:21 UTC
0e65cf0 Logging documentation - further update. 12 December 2010, 13:49:39 UTC
5286ccf Logging documentation - further update. 12 December 2010, 13:25:29 UTC
a18b959 Logging documentation update. 12 December 2010, 13:20:55 UTC
8c84b71 having three copies of the same test is surely a bit excessive 12 December 2010, 01:46:43 UTC
28a4dce remove (un)transform methods 12 December 2010, 01:33:04 UTC
18d378d Fix markup. 11 December 2010, 22:19:34 UTC
ad6f877 Create the hardlink between python-3.2m and python-3.2 in altbininstall target instead of bininstall target so it shows up when you do 'make altinstall'. Closes issue 10677. 11 December 2010, 21:32:01 UTC
6d9839d Add versionchanged for parameter type changes. 11 December 2010, 19:22:04 UTC
ab3734f Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed. 11 December 2010, 19:10:30 UTC
dd59097 Adjust PySlice_GetIndices documentation to signature change. 11 December 2010, 18:17:22 UTC
cc9d237 Fix typo. 10 December 2010, 19:22:11 UTC
532d091 Reverted accidental commit (from r87159) 10 December 2010, 18:14:16 UTC
fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 10 December 2010, 18:11:24 UTC
070ec70 Move nntp entry back to changed modules section and add entry for non-ascii import directories. 10 December 2010, 17:45:13 UTC
5a27d40 logging: added handler of last resort. 10 December 2010, 11:42:57 UTC
cf03ac0 #10668: fix wrong call of __init__. 10 December 2010, 10:01:44 UTC
40e86f0 Fied typo 10 December 2010, 09:11:23 UTC
129fd04 test.support: Added TestHandler and Matcher classes for better support of assertions about logging. 10 December 2010, 08:19:38 UTC
dfa0a2a Minor documentation tweak. 10 December 2010, 08:17:05 UTC
8f77630 #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it. 10 December 2010, 02:32:05 UTC
522cc0a Reclassify some entries and remove a couple of minor ones. 10 December 2010, 01:19:15 UTC
21ec4bc Overview of email module and recategorize various entries. 10 December 2010, 01:09:01 UTC
5eb6390 Doh! Example pasted twice, but only once in the right place. 09 December 2010, 23:43:34 UTC
c95c918 Guard against rogue tuples. 09 December 2010, 18:26:02 UTC
b56c0e2 #10661: give QName a nicer repr. 09 December 2010, 18:10:27 UTC
fb1720b Fix "seperate". 09 December 2010, 18:08:43 UTC
792c076 Entries for datetime, callable, and collections.Counter. 09 December 2010, 16:41:54 UTC
5280275 Fixed typo in comment. 09 December 2010, 11:13:30 UTC
524f103 Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) 09 December 2010, 10:49:00 UTC
e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 08 December 2010, 23:31:48 UTC
1b2bd3b Have script_helper._assert_python strip refcount strings from stderr. This makes the output of the function and those that depend on it independent of whether or not they are being run under a debug build. 08 December 2010, 22:53:00 UTC
53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters Fix the doc and add tests. 08 December 2010, 22:25:45 UTC
84cc062 Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary. 08 December 2010, 21:38:46 UTC
7257231 Added a datetime new features entry 08 December 2010, 21:21:56 UTC
3405de0 Mention NASM which is needed to build openssl-1.0.0a original source. (PC/VC6/readme.txt) 08 December 2010, 14:47:07 UTC
515fabb Entry for inspect.getattr_static(). 08 December 2010, 11:33:19 UTC
b1ff402 Example of argparge with subparsers. 08 December 2010, 11:19:45 UTC
2ffa671 range() example 08 December 2010, 10:18:21 UTC
f34445f Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib. 08 December 2010, 08:04:49 UTC
24a0941 Nits. 08 December 2010, 06:50:02 UTC
83d8079 Clean-ups. 08 December 2010, 06:48:33 UTC
b105519 Add example for concurrent.futures. 08 December 2010, 06:42:41 UTC
3fcf002 Update whatsnew. Salt the random number seed. 08 December 2010, 01:13:53 UTC
10e05e1 Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting. 07 December 2010, 15:28:10 UTC
0499d0b Two small changes to adjust framework builds to the new stable ABI Both the Makefile and the script that is used on OSX to create the binary installer refer to the directory containing the Makefile using the name 'config'. This name was changed with the new ABI (with default build flags it is now named config-3.2m). This patch ensures that both files use the correct name. The build-installer.py script contains one other change: it now tests for the Tcl/Tk framework version by looking at the 'Current' symlink in the framework instead of runnning a script. This makes it possible to verify the version that is in the SDK that's used during the build instead of the version that is installed on the system. 07 December 2010, 14:41:05 UTC
7ed117a Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) 07 December 2010, 10:24:37 UTC
2c1ecc3 Martin's name with Unicode. 07 December 2010, 09:55:02 UTC
c2c7c37 Make the example a little more interesting and useful. 07 December 2010, 09:44:21 UTC
673ccf2 Clean-ups and examples. 07 December 2010, 09:37:11 UTC
68f1e8d Spelling. 07 December 2010, 09:24:30 UTC
a026633 More cleanups and examples. 07 December 2010, 08:52:41 UTC
677e10a Add example for the entry for argparse 07 December 2010, 06:45:30 UTC
9b955de use the more direct API 07 December 2010, 04:04:02 UTC
9b4e27e add news note 07 December 2010, 03:47:37 UTC
0eb7f86 return views from dict proxy items/values/keys #10630 07 December 2010, 03:46:27 UTC
b5d7933 Add entry for new pdb features 07 December 2010, 02:04:56 UTC
3f9734c Add entry for the new sysconfig module. 07 December 2010, 01:47:52 UTC
778645a Fix typo 07 December 2010, 00:32:04 UTC
1fa7682 Note improvements to the docs. 06 December 2010, 23:31:36 UTC
7c23ea2 Don't use deprecated aliases. 06 December 2010, 22:25:25 UTC
fbb56ed Remove visible XXX comments. 06 December 2010, 22:02:48 UTC
b87ba26 Typo fixups. 06 December 2010, 04:31:40 UTC
d53ee5d Automate build for python3.dll. Package missing files. 05 December 2010, 23:07:58 UTC
f645b0e Retagging 3.2b1. 05 December 2010, 11:45:06 UTC
65b2eb9 Fix title. 05 December 2010, 11:42:38 UTC
4392b56 Remove tag. 05 December 2010, 11:41:32 UTC
b550308 Take PyUnicode_TransformDecimalToASCII out of the limited API. 05 December 2010, 11:40:48 UTC
5ce0c6f Tagging 3.2b1. 05 December 2010, 09:24:00 UTC
e5e1a98 Nits and todos 05 December 2010, 08:35:21 UTC
3ad4675 Apply rest of #10628, and add a few todo comments. 05 December 2010, 07:59:29 UTC
724d089 Temporarily disable newly failing test for the release. 05 December 2010, 07:51:39 UTC
7bd5dbe More fine-grained monitoring of alterations to logging state 05 December 2010, 07:17:25 UTC
413abbc Spelling 05 December 2010, 07:06:47 UTC
dc2f9b5 Update the unittest section. 05 December 2010, 07:02:45 UTC
7d81975 Issue 10626 investigation: regrtest now checks for alterations to the logging state in the current process (and yes, test_pydoc alters it) 05 December 2010, 06:45:03 UTC
e5e728b New string format character. 05 December 2010, 06:35:16 UTC
d8fae4e Optimization notes. 05 December 2010, 05:39:54 UTC
26253bb Should use posix_error here. 05 December 2010, 04:16:47 UTC
43b5a85 Describe the transform/untranform methods 05 December 2010, 04:04:21 UTC
dadf93c Note the updates to range objects. 05 December 2010, 02:56:21 UTC
7467351 Sorry, I had introduced tab in source code. 05 December 2010, 02:48:08 UTC
8e9fe9f Avoid possible zombi process. 05 December 2010, 02:41:46 UTC
2668145 Now can reproduce the error on AMD64 Windows Server 2008 even where os.symlink is not supported. 05 December 2010, 02:04:16 UTC
c269ae8 Optimization of Timsort. 05 December 2010, 01:01:52 UTC
a5a3554 Start the argparse entry. 05 December 2010, 00:39:18 UTC
6e35394 Mention itertools.accumulate(). 04 December 2010, 23:42:12 UTC
back to top