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

sort by:
Revision Author Date Message Commit Date
bb9686f Thank you ispell. 16 December 2010, 00:53:05 UTC
48f3bd3 Nits 16 December 2010, 00:30:53 UTC
055d2e0 Advertise “python -m” instead of direct filename. 16 December 2010, 00:23:30 UTC
6046e22 Entries for ElementTree, collectionsm, functools and ZipFile. 16 December 2010, 00:21:08 UTC
d6c5f74 No need to generate a link for something that’s just above. 16 December 2010, 00:07:01 UTC
4fef555 Make test_threadsignals more lax, and add notes 15 December 2010, 23:38:50 UTC
810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by signals on platforms using pthreads. Patch by Reid Kleckner. 15 December 2010, 22:59:16 UTC
119cda0 Mark up one missed None in pkgutil.rst (#8851) 15 December 2010, 22:37:27 UTC
07a605b Entry for decimal and fractions. 15 December 2010, 22:35:03 UTC
480ed78 Add entries for structseq, ContextDecorator, and various C-API changes. 15 December 2010, 22:07:15 UTC
2d6bb12 Add disclaimer about MinGW compat in distutils docs (#6007). Patch by Chris Lambacher. 15 December 2010, 22:06:35 UTC
60532bd Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). 15 December 2010, 21:07:22 UTC
4433a5f Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky. 15 December 2010, 20:26:30 UTC
17a5925 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. 15 December 2010, 20:18:10 UTC
50ba19e Use sentence case in section titles consistently 15 December 2010, 19:47:37 UTC
99db3fd Elaborate on the calculation used in the random module. 15 December 2010, 19:33:49 UTC
67f0b6c Use nested method directives, rewrap long lines, fix whitespace. 15 December 2010, 19:30:15 UTC
e434b3b Add intro to the changed modules section. 15 December 2010, 19:20:01 UTC
d00862a Improve trace documentation (#9264). Patch by Eli Bendersky. 15 December 2010, 19:09:58 UTC
b8eb9cb Move the urllib-inherited API to a distinguished section 15 December 2010, 19:07:26 UTC
0358a17 Move email section in with other modules. Fix markup. 15 December 2010, 19:00:38 UTC
a55ffbc Minor regroupings. 15 December 2010, 18:31:57 UTC
bba537b Adopt Antoine's suggestion to improve readability with module subsections. 15 December 2010, 18:20:19 UTC
e0a9600 Add entries for the random module and the collections module. 15 December 2010, 17:54:13 UTC
96f3410 Issue 10667: Fast path for collections.Counter 15 December 2010, 16:30:37 UTC
779f19e I don't think we need to ship the comp.lang.python RFD these days. 15 December 2010, 15:48:20 UTC
3cbb24d Encourage --with-pydebug rather than individual setting of debug options. 15 December 2010, 15:47:34 UTC
0592be8 Remove outdated compatibility file. 15 December 2010, 15:42:59 UTC
00c6b62 Issue #10706: Remove outdated script runtests.sh. Either `make test` or `python -m test` should be used instead. 15 December 2010, 15:33:18 UTC
bd8f145 TIMEOUT value change in URLTimeout Test. test.support.transient_internet has a socket timeout of 30 when it checks for resource. Explicit overrding (like setting the 10) wont exhibit consistent behavior when tests are outside context manager. So, settting it 30. 15 December 2010, 04:02:45 UTC
42877fe Typo fix 15 December 2010, 02:37:01 UTC
d89bc3f #10705: document what the values of debuglevel are and mean. 15 December 2010, 02:19:14 UTC
ce4b170 #4236: avoid possible Fatal Error when import is called from __del__ Patch by Simon Cross, crasher test code by Martin von Löwis. 14 December 2010, 23:06:25 UTC
95333e3 More comprehensive compileall cli tests, and fixes. 14 December 2010, 22:32:50 UTC
e7fed67 Freshen README contents 14 December 2010, 22:06:10 UTC
ffad35e Nits 14 December 2010, 21:12:03 UTC
9a6b400 Logging documentation update. 14 December 2010, 19:40:21 UTC
31d04f2 SIGCHLD is a more portable name than SIGCLD. (OSX has no SIGCLD) 14 December 2010, 18:18:49 UTC
ec07331 #775964: skip YP/NIS entries instead of failing the test Also includes doc updates mentioning that these entries may not be retrievable via getgrnam and getgrgid. Patch by Bobby Impollonia. 14 December 2010, 16:20:53 UTC
a80f4fb Fix "BytesWarning: str() on a bytes instance" 14 December 2010, 15:23:02 UTC
e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an OSError exception when The OS had been told to ignore SIGCLD in our process or otherwise not wait for exiting child processes. 14 December 2010, 14:38:00 UTC
32ef70c #10695: use %s not %d so that a string 'port' does not cause a debug traceback Passing the port as a string value works fine in regular mode, but if you turned debug on it would throw an error trying to print the port number, which is surprising and confusing. 14 December 2010, 14:16:20 UTC
8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. Issue #7213: Change the close_fds default on Windows to better match the new default on POSIX. True when possible (False if stdin/stdout/stderr are supplied). Update the documentation to reflect all of the above. 14 December 2010, 13:43:30 UTC
39f34aa Turn on regrtest -W (rerun immediately) option for Windows, too. 14 December 2010, 02:25:43 UTC
3fc969a 9162: fix license in multiprocessing files 14 December 2010, 01:38:16 UTC
6ecf76e Use skipIf instead of a return when attribute doesn't exist. 14 December 2010, 01:22:50 UTC
4d55bf9 #10699: fix docstring for tzset: it does not take a parameter Thanks to Garrett Cooper for the fix. 14 December 2010, 00:55:46 UTC
7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. Also document the use of three-tuples if control of the charset and language is desired. 13 December 2010, 23:51:19 UTC
796343b #10698: fix typo in example. 13 December 2010, 22:50:30 UTC
fd94b17 Logging documentation update. 13 December 2010, 18:49:08 UTC
7292b88 Logging documentation update. 13 December 2010, 18:43:57 UTC
771d33e Issue 10687. When --without-pymalloc is given, $VERSION is the same as $LDVERSION, which screws up the sym/hard-links. This avoids those games when $VERSION == $LDVERSION. Also, include a drive-by fix for an obvious syntax error. 13 December 2010, 18:04:23 UTC
e98e8a3 Captured IO streams with embedded backslashes are always such a fun combination... 13 December 2010, 16:32:51 UTC
9466fe8 Logging documentatio update. 13 December 2010, 08:54:02 UTC
f86aa7c Mention the subprocess.Popen close_fds default change. Fixup *s to -s. 13 December 2010, 08:07:14 UTC
138fa43 regenerate configure based on r87207. 13 December 2010, 08:00:52 UTC
51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from the C code, using pipe2() when available. Adds unittests for close_fds and cloexec behaviors. 13 December 2010, 07:59:39 UTC
f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per platform basis. It remains False on Windows and changes to True on all other platforms (POSIX). Based on python-dev discussion and http://bugs.python.org/issue7213. 13 December 2010, 06:45:02 UTC
8d28a92 issue 10683 When the solution is converted to Visual Studio 2010, the command line to invoke make_buildinfo changes from: $(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)\" to $(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)" If the final backslash is omitted, the backslash in IntDir will escape the quote, thus passing the quote in as part of the path name. This solution is a hack-fix to that problem by skipping any trailing quote from the path name. It works as long as we don't need any additional arguments to make_buildinfo.exe. This will help all those sould that are going to run this project through the visual studio autoconverter and get the same error. 13 December 2010, 03:32:10 UTC
3c54ea6 Actually finish the tests for r87182 13 December 2010, 03:02:43 UTC
1d5d685 Logging documentation - further update. 12 December 2010, 22:47:13 UTC
97b886d Logging documentation - further update. 12 December 2010, 22:45:35 UTC
36675b6 Logging documentation - further update. 12 December 2010, 22:30:17 UTC
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
back to top