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

sort by:
Revision Author Date Message Commit Date
cc1a086 Issue #13522: Fix _Py_co_pow() documentation Patch written by Arnaud Calmettes. 18 December 2011, 01:56:18 UTC
c9e1800 Issue #13522: document error return values of some float and complex C API functions. 18 December 2011, 00:25:27 UTC
13c82d0 #13613: fix example in re doc. 16 December 2011, 23:17:17 UTC
429a12b Issue #13545: Fix platform.libc_version() is the SO version is missing 15 December 2011, 20:42:03 UTC
5b4b2da Fix the fix for issue #12149: it was incorrect, although it had the side effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing. 15 December 2011, 13:15:31 UTC
d8fdbad Issue #4625: add NEWS entry. 14 December 2011, 23:05:42 UTC
40ad041 Issue #4625: If IDLE cannot write to its recent file or breakpoint files, display a message popup and continue rather than crash. (original patch by Roger Serwy) 14 December 2011, 22:57:43 UTC
27b154e Issue #13453: Fix a race condition in test_poplib. 14 December 2011, 18:28:08 UTC
b275e2d Issue #4028: Make multiprocessing build on SunOS. 14 December 2011, 17:35:55 UTC
05a7f0d #6570: clarify tutorial section about keyword arguments. 13 December 2011, 13:49:22 UTC
4a72d1a #13549: improve tutorial section about listcomps. 13 December 2011, 12:50:21 UTC
f537702 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). 12 December 2011, 06:31:09 UTC
8b59c23 you can't get resource.error if you can't import resource 10 December 2011, 17:31:42 UTC
97c9428 Issue #13453: Catch EAI_FAIL in support.transient_internet. 10 December 2011, 12:16:02 UTC
b918bdc Fix docstring typo. 09 December 2011, 22:40:27 UTC
77cd258 Implemented suggested improvements for pdb test by Éric Araujo 09 December 2011, 03:14:56 UTC
2bc1e8f Backport second fix for issue #11149. 08 December 2011, 21:26:06 UTC
0de2aae Issue #11886: workaround an OS bug (time zone data) in test_time Australian Eastern Standard Time (UTC+10) is called "EST" (as Eastern Standard Time, UTC-5) instead of "AEST" on some operating systems (e.g. FreeBSD), which is wrong. See for example this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93810 07 December 2011, 23:32:51 UTC
4988ca5 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. 07 December 2011, 22:00:49 UTC
4bf21e2 Issue #13546: Fixed an overflow issue that could crash the intepreter when calling sys.setrecursionlimit((1<<31)-1). 2.7 only. 07 December 2011, 20:46:48 UTC
a94b578 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop 06 December 2011, 19:46:04 UTC
9a38863 Correctly detect bzip2 compressed streams with blocksizes other than 900k. 06 December 2011, 12:07:09 UTC
22da68b Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK from the doc. These two projects appear dead. 04 December 2011, 22:56:30 UTC
5295718 Issue #13513: IOBase docs incorrectly link to the readline module 03 December 2011, 18:13:42 UTC
974d863 Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. 07 November 2011, 15:44:25 UTC
49e49a2 Issue #13439: Fix many errors in turtle docstrings. 02 December 2011, 19:22:53 UTC
2692be9 #13494: s/cast/convert/. Also add a link. 02 December 2011, 17:47:24 UTC
c2ed44f #13499: fix example adding >>> before the comments. 02 December 2011, 17:26:48 UTC
ab731a3 #8414: add more tests for "assert". Initial patch by Gregory Nofi. 02 December 2011, 16:17:30 UTC
9f915d9 Issue #13093: Fix _testcapi.unicode_encodedecimal() _testcapimodule.c is not "ssize_t" safe in Python 2.7: the length argument type is int, not Py_ssize_t. 28 November 2011, 23:53:09 UTC
27bc4d0 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. 27 November 2011, 12:05:14 UTC
93a1175 Issue #13415: Test in configure if unsetenv() has a return value or not. 27 November 2011, 12:01:35 UTC
710671a Issue #12618: fix py_compile unit tests to handle different drives on Windows 26 November 2011, 17:30:21 UTC
8974940 Issue #12618: create unit tests for the py_compile module 26 November 2011, 05:28:18 UTC
0e30317 Issue #13380: add an internal function for resetting the ctypes caches 26 November 2011, 04:25:06 UTC
a5d5bb9 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. Patch by Brian Harring. 25 November 2011, 20:28:15 UTC
da75dd2 Added a configuration dictionary example to the logging cookbook. 23 November 2011, 14:27:11 UTC
3639807 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. 23 November 2011, 08:51:35 UTC
42d96dc no python objects to manage here 23 November 2011, 05:56:06 UTC
fde8216 plug refleak 23 November 2011, 05:12:49 UTC
aa1c967 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. Patch by Robert Xiao. 23 November 2011, 00:39:19 UTC
091b6ef Issue #13436: Fix unsetenv() test on Windows 22 November 2011, 21:30:19 UTC
53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. 22 November 2011, 21:20:13 UTC
6392d7f Issue #12156: Skip test_multiprocessing on systems which don't support enough POSIX semaphores (among which FreeBSD < 8). 22 November 2011, 17:35:18 UTC
975134e Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() Add tests for PyUnicode_EncodeDecimal() 22 November 2011, 00:54:19 UTC
5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is raised when the wrapped raw file is non-blocking and the write would block. Previous code assumed that the raw write() would raise BlockingIOError, but RawIOBase.write() is defined to returned None when the call would block. Patch by sbt. 21 November 2011, 19:16:44 UTC
9d38b0d Close #13401: Skip TestFileTypeW of test_argparse if the current user is root Patch written by Arfrever Frehtes Taifersar Arahesis. 20 November 2011, 22:09:09 UTC
421467f Note the store_true and store_false also create the appropriate defaults. 20 November 2011, 19:05:23 UTC
7d1483c Make an error message more understandable and consistent with other error messages. 20 November 2011, 18:38:53 UTC
b19284f Issue #12245: Document sys.float_info.rounds better. 19 November 2011, 16:26:08 UTC
aa512f0 #13387: add note about checking the exact type in assertIsInstance doc. 18 November 2011, 16:59:36 UTC
169ed59 #11112: Fix typo in a base class in test_socket. 18 November 2011, 16:33:14 UTC
00dc60b #13358: HTMLParser now calls handle_data only once for each CDATA. 18 November 2011, 16:00:40 UTC
93bbb6a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. 18 November 2011, 15:30:28 UTC
ba41c6a #13426: fix typo in pickle doc. 18 November 2011, 11:41:58 UTC
5d032c0 PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750 17 November 2011, 23:03:24 UTC
9efddb6 fixing typos in optparse doc 16 November 2011, 04:01:14 UTC
ea4dcd3 remove duplicated paragraph in the tutorial 16 November 2011, 03:54:07 UTC
174c4f8 Issue #8793: Prevent IDLE crash in 2.7 when given strings with invalid hex escape sequences. 16 November 2011, 02:29:02 UTC
3040254 Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder already accepts them). 15 November 2011, 00:49:40 UTC
16ed868 Issue #7732: Try to fix the a failing test on Windows It doesn't matter if imp.find_module() fails with ImportError or IOError, but it should not crash. 14 November 2011, 19:50:36 UTC
0f1571c #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. 14 November 2011, 16:04:05 UTC
7459291 Group tests about attributes in a separate class. 08 November 2011, 00:07:18 UTC
eb71138 Normalize the keyword arguments documentation notation in re.rst. Closes issue #12875 13 November 2011, 23:02:20 UTC
c20224d Merge heads 12 November 2011, 19:24:46 UTC
ab42abd Update mailbox.Maildir tests Remove a sleep to fix transient test failures. Use skewfactor of -3 to make it work on systems that have 1 second precision for time.time(). Closes #11999 Refs #13254 12 November 2011, 19:02:42 UTC
3a8501e Closes issue 12767: document the argument of threading.Condition.notify 12 November 2011, 18:51:54 UTC
667383c Issue #13193: Fix distutils.filelist.FileList under Windows. The "recursive-include" directive now recognizes both legal path separators. 12 November 2011, 00:33:59 UTC
a203ced Issue #12875: explicitly specify default value of the optional 'flags' argument to re.* functions. Closes #12875 11 November 2011, 19:25:56 UTC
d784185 Issue #13161: fix doc strings of __i*__ operators 11 November 2011, 14:52:16 UTC
bba1dd5 Issue #13191: typo in argparse docs 11 November 2011, 14:42:11 UTC
6a570d6 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely when called with a timeout. Patch by Arnaud Ysmal. 09 November 2011, 23:33:50 UTC
cb65f32 Partial patch for issue #11812: Take care of test_telnetlib.py 08 November 2011, 15:06:44 UTC
71094b5 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 08 November 2011, 14:54:42 UTC
53703d9 Closes #13361: Raise correct exception type. 07 November 2011, 10:13:18 UTC
74ab344 Closes #13661: Check added for type of logger name. 07 November 2011, 08:49:16 UTC
caf0272 Closes #13356. Thanks to Florent Xicluna for the patch. 07 November 2011, 08:43:51 UTC
5df091a Closes issue #13353: version doumentation about utc parameter corrected. 06 November 2011, 22:37:17 UTC
3b9d92a Revert "Accept None as start and stop parameters for list.index() and tuple.index()" Issue #13340. 06 November 2011, 18:59:01 UTC
030aa35 Silence a couple of warnings. 06 November 2011, 16:50:32 UTC
b22c3fe Fix another callable warning. 06 November 2011, 15:50:52 UTC
152d61a Fix tests now that the callable warning is gone. 06 November 2011, 15:17:52 UTC
a5ae1f0 remove py3k warning for callable 06 November 2011, 13:20:12 UTC
819d8d4 Accept None as start and stop parameters for list.index() and tuple.index() Closes #13340. 05 November 2011, 21:18:06 UTC
972ba9e Add missing versionadded (fixes #12392) 05 November 2011, 16:55:03 UTC
416ecff Issue #3067: Enhance the documentation and docstring of locale.setlocale() 05 November 2011, 08:18:50 UTC
49aa72e Fix Maildir initialization so that maildir contents are read correctly. Closes #13254. 05 November 2011, 07:50:37 UTC
5d19b9a Fix typos 04 November 2011, 21:05:52 UTC
2e2cc6f Add .gitignore 04 November 2011, 20:39:24 UTC
23ca12a Inline the advisory text on how to use the shelve module. 04 November 2011, 20:07:52 UTC
ce7554f Revert commit that was not a bugfix (#5301). I won’t revert in 3.2, since Georg pulled this change in 3.2.2 and released it. 04 November 2011, 17:15:45 UTC
5f761d7 Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. 04 November 2011, 09:15:57 UTC
09f8714 Issue #13308: Fix test_httpservers failures when run as root. 02 November 2011, 18:32:54 UTC
0fc13ae Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature. Remove the error_callback which is not present in 2.7. Patch by Jyrki Pulliainen. 02 November 2011, 18:02:38 UTC
b82cbc3 Fix merge in changeset e1dde980a92c. 01 November 2011, 22:54:16 UTC
c4a11bd Missing NEWS entry in changeset e1dde980a92c 01 November 2011, 22:47:46 UTC
0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError 01 November 2011, 22:34:41 UTC
7e82b27 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. 01 November 2011, 12:09:56 UTC
1f3b84f correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ 01 November 2011, 09:31:26 UTC
1aacd7b Issue #13304: Skip test case if user site-packages disabled (-s or PYTHONNOUSERSITE). (Patch by Carl Meyer) 31 October 2011, 23:14:52 UTC
back to top