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

sort by:
Revision Author Date Message Commit Date
62fbdd9 Formatted code. (Tabify, etc) 07 November 2010, 02:45:19 UTC
51d2fd9 Added more to docstrings for str.format, format_map, and __format__. 06 November 2010, 19:27:37 UTC
7c03d8c Fix #10252 again (hopefully definitely). Patch by Brian Curtin. 06 November 2010, 18:03:52 UTC
71f8c65 Remove traces of setuptools (#10341) 06 November 2010, 16:06:37 UTC
8bdbe9c Correct the fix for #10252: Popen objects have no close method. 06 November 2010, 15:57:52 UTC
e7cf954 Add missing NEWS entries for some of my commits. 06 November 2010, 15:01:07 UTC
72f6620 Removed unused test classes from test_format_map(). 06 November 2010, 14:43:26 UTC
5ad85f8 Added example for str.format_map(). 06 November 2010, 13:22:13 UTC
7322fcf test_concurrent_futures: dump ulimit -a to check a failure on x86 FreeBSD 7.2 3.x, buildbot 06 November 2010, 13:10:29 UTC
273b766 os.get_exec_path() ignores BytesWarning instead of recoding them Use only one global warning.catch_warnings() context, instead of two local contexts. Improve also the explaination why the function uses a local import. 06 November 2010, 12:59:33 UTC
6881886 #10334: add a role to refer to Python source files in SVN. 06 November 2010, 07:19:35 UTC
1cb25aa Tweak example to make clear the argument is a boolean, not any integer. With Raymond’s approval. 06 November 2010, 07:03:07 UTC
c6ecb01 Fix wrapper/wrapped typo (with Raymond’s blessing) 06 November 2010, 06:33:03 UTC
8f9626b Fix typo 06 November 2010, 06:30:16 UTC
45ee43b Remove traces of Mac OS 9 support, again (#9508). This was done in r80805 (#7908) and erroneously brought back by the distutils revert. This commit removes more code than the original, which was uncomplete. There is no NEWS entry, like in r80805. 06 November 2010, 06:00:54 UTC
2642ad0 Fix typo from r86170. 06 November 2010, 04:59:27 UTC
ba7209f Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281. 06 November 2010, 04:48:05 UTC
909ddbd Add missing NEWS entry for r86239. 06 November 2010, 04:24:00 UTC
7fa886d Prevent ResourceWarnings in test_gettext 06 November 2010, 04:11:59 UTC
37a8933 Fix caching error found by regrtest -R (#10229) 06 November 2010, 04:09:29 UTC
70ec44a Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) 06 November 2010, 02:44:43 UTC
1c50549 Fix one omission in r78359 06 November 2010, 02:12:51 UTC
5ac6d80 Also close file descriptors from os.popen and subprocess.Popen 06 November 2010, 02:10:32 UTC
25b5741 Issue #10330: trace module can now be used with python built without threads. 06 November 2010, 01:31:16 UTC
ecd34cb Clear up ResourceWarnings 06 November 2010, 01:30:41 UTC
5fd730e Of course, I forgot one file in r86223. 05 November 2010, 23:59:32 UTC
89c0478 Add missing entry for r86223. 05 November 2010, 23:58:34 UTC
bee5cef Always close files in distutils code and tests (#10252). 05 November 2010, 23:51:56 UTC
afb078d More what's new 05 November 2010, 22:18:28 UTC
7d15a72 Update 3.2 what's new 05 November 2010, 22:13:55 UTC
243757e Issue #10180: Pickling file objects is now explicitly forbidden, since unpickling them produced nonsensical results. 05 November 2010, 21:15:39 UTC
4a5f967 Output served URL when running ssl_servers 05 November 2010, 20:26:59 UTC
66c95c7 Fix test_httplib when built without threads 05 November 2010, 20:17:55 UTC
db1bad2 Fix bootstrap issues when building without threads 05 November 2010, 19:58:28 UTC
39a6591 Issue #10311: The signal module now restores errno before returning from its low-level signal handler. Patch by Hallvard B Furuseth. 05 November 2010, 19:47:27 UTC
a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. 05 November 2010, 19:16:37 UTC
09fff7a Fixed socket_gethostname() on windows. 05 November 2010, 17:24:13 UTC
9696088 Issue #10288: The deprecated family of "char"-handling macros (ISLOWER()/ISUPPER()/etc) have now been removed: use Py_ISLOWER() etc instead. 05 November 2010, 17:23:41 UTC
de11b18 Close subprocess pipes to clean up ResourceWarnings 05 November 2010, 17:22:46 UTC
19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. 05 November 2010, 17:09:05 UTC
5ad0bd6 Add socket cleanup for ResourceWarning and update test to use skip decorator 05 November 2010, 15:47:45 UTC
4841fd6 Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]RegexpMatches, rephrase a couple of paragraphs, and remove redundant doc about the msg arg. 05 November 2010, 15:43:40 UTC
ab747a7 Fix ResourceWarning from subprocess pipes being left open. 05 November 2010, 15:40:27 UTC
994ad6c Fix ResourceWarning from subprocess pipe. 05 November 2010, 15:38:47 UTC
43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. 05 November 2010, 15:17:11 UTC
cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. Clears a number of ResourceWarnings in test_httpservers. 05 November 2010, 15:04:48 UTC
69cd87b Shift the pipe-using code into an else block, then close the pipe in finally. Removes two ResourceWarnings. 05 November 2010, 14:48:35 UTC
a277ec4 Followup to r86170: fix reference leak in str.format 05 November 2010, 12:23:55 UTC
c275e15 Move glossary entry to the right position and fix link. 05 November 2010, 07:10:41 UTC
3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. 05 November 2010, 03:58:52 UTC
b5d8204 Issue #10279: fix test_gc under Win64. 05 November 2010, 00:05:25 UTC
08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). 04 November 2010, 21:36:15 UTC
99c4830 Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings as well as unicode strings. Initial patch by Sandro Tosi. 04 November 2010, 20:48:37 UTC
aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, unused undocumented value PyBUF_SHADOW, and strangely-looking code in PyMemoryView_GetContiguous. 04 November 2010, 20:30:33 UTC
8f2e07b Move the deprecated aliases in a new section. 04 November 2010, 19:09:28 UTC
27bbca6 Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. 04 November 2010, 17:06:58 UTC
2397dd5 Issue #10314: improve performance of JSON encoding with sort_keys=True 04 November 2010, 16:51:32 UTC
5ee89cf Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c) 04 November 2010, 15:21:59 UTC
9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. 04 November 2010, 14:52:13 UTC
de5919d Can build older OpenSSL in http://svn.python.org/projects/externals/ without Perl again. 04 November 2010, 14:11:32 UTC
f5b5760 Added svn:ignore. 04 November 2010, 13:49:41 UTC
3cdd5cb Issue #5391: mmap.read_byte() should return unsigned value [0, 255] instead of signed value [-127, 128]. 04 November 2010, 12:09:08 UTC
95c0700 Fix Issue 10307 - compile error in readline.c 04 November 2010, 03:51:05 UTC
3beb38f Fix three ResourceWarnings. Mimic the clientTearDown from ThreadedTCPSocketTest, closing the socket. 04 November 2010, 03:41:43 UTC
fd15191 Demote one warning to a note. There's no security risk here, just a note on usage and avialability. 04 November 2010, 03:02:56 UTC
f447770 Put warning block in the main flow of text. 04 November 2010, 02:39:07 UTC
b82c8e5 classic classes are gone; whoppie! 04 November 2010, 00:38:49 UTC
8347328 deuglify 03 November 2010, 23:11:10 UTC
b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added docs and support for more client-generated CGI variables. (This should complete the WSGI 1.0.1 compliance changes for Python 3.x.) 03 November 2010, 22:39:01 UTC
3c6830c update items/keys/values doc #10300 03 November 2010, 21:35:28 UTC
327433f Divide the context manager signature from the normal one for consistency with the other methods. 03 November 2010, 20:51:17 UTC
9c02c2f Minor cleanups to unittest doc. 03 November 2010, 20:45:31 UTC
4370b30 List the assert* methods in tables in unittest doc. 03 November 2010, 20:39:14 UTC
7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). Patch by Julien Élie. 03 November 2010, 18:32:54 UTC
4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER response, instead of raising an exception. 03 November 2010, 18:18:43 UTC
33d144a issue 9981 let make_buildinfo use a temporary directory on windows 03 November 2010, 13:57:00 UTC
0eee1f5 Disabling SNI test; server admin would not like us to use it for automated tests. 03 November 2010, 08:53:25 UTC
0a9397f A newline in lineno output breaks pyframe output. 03 November 2010, 07:41:00 UTC
a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. 03 November 2010, 00:46:45 UTC
0d1b38c Issue #10173: test_multiprocessing shouldn't pickle TestCase instances 02 November 2010, 23:50:11 UTC
f80b3f7 Issue #10280: NNTP.nntp_version should reflect the highest version advertised by the server. 02 November 2010, 22:31:52 UTC
e159422 Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). (When WSGI specifies a built-in type, it does NOT mean "this type or a subclass" -- it means 'type(x) is SpecifiedType'.) 02 November 2010, 22:28:59 UTC
5a43f72 remove some things that are now tested 02 November 2010, 21:54:20 UTC
ed82ca1 Ditch some dead code in test_unicode_file. Closes issue #10294. Thanks Stefan Behnel for the find. 02 November 2010, 19:27:59 UTC
7a26cb9 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change 02 November 2010, 14:27:10 UTC
f74ed2e Defined Py_BUILD_CORE_MODULE also on VC7.1. # I don't have this compiler, so I couldn't test it. 02 November 2010, 14:06:03 UTC
4285f94 Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp. 02 November 2010, 13:48:13 UTC
321d059 Remove the keyword only restriction for places and delta args in unittest.TestCase.assert[Not]AlmostEqual 02 November 2010, 13:44:51 UTC
a2c9770 Defined Py_BUILD_CORE_MODULE also on VC6. 02 November 2010, 13:21:31 UTC
fca2e8a Fix bug 9340 - argparse parse_known_args didn't work with subparsers 02 November 2010, 12:47:22 UTC
b68928b Clean up ResourceWarnings. Explictly close stdout from the subprocess. 02 November 2010, 03:59:09 UTC
21ebbb7 Clean up ResourceWarnings due to unclosed sockets. 02 November 2010, 02:07:09 UTC
be647e2 Remove extracted trees at the end of the test. 01 November 2010, 22:08:46 UTC
16f344d Issue #10184: Touch directories only once when extracting a tarfile. 01 November 2010, 21:39:13 UTC
bbea35f Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. 01 November 2010, 21:09:03 UTC
e6fa381 Translated German message into English. 01 November 2010, 18:42:01 UTC
f4b321b Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 01 November 2010, 18:17:20 UTC
77d4dc0 Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 01 November 2010, 18:15:48 UTC
4f2eace Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 01 November 2010, 18:15:02 UTC
3b87cca Reverted inadvertent change from r86095 01 November 2010, 17:52:57 UTC
back to top