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

sort by:
Revision Author Date Message Commit Date
25e76bd file.next() doc refers to itself 17 January 2012, 17:57:30 UTC
03c6110 revert part of cefe4f38fa0e, as agreed with Éric 17 January 2012, 17:32:02 UTC
3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. Patch by Oleg Plakhotnyuk. 17 January 2012, 16:13:04 UTC
23fbd8c Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo 16 January 2012, 23:17:10 UTC
2ab4a91 Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo 16 January 2012, 22:57:34 UTC
6008a8b Issue: #12409: remove obsolete susp-entries 16 January 2012, 17:01:55 UTC
8eab1fd #13715: fix typo in unicodedata doc. Patch by Eli Collins. 16 January 2012, 06:42:32 UTC
055d70d #13695: fix a couple of typos in the doc. 16 January 2012, 06:21:24 UTC
465b58e explain why we need this grammar file (closes #13766) 16 January 2012, 02:28:00 UTC
8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. Patch by Roger Serwy. 16 January 2012, 00:02:50 UTC
bde7eac fix typo; thanks to Jan Heidbrink from docs@ 15 January 2012, 15:34:29 UTC
7d77c6f remove 'Documenting Python' and its references, it's now on devguide 14 January 2012, 21:22:54 UTC
c86bb00 Fix label names. 14 January 2012, 16:06:53 UTC
9a56068 how could I have missed :cmember: in import.rst? 14 January 2012, 15:51:16 UTC
a76bb03 None is not a keyword, link file.next() to functions.html#next 14 January 2012, 15:43:14 UTC
d6e87f4 update part of sphinxext 14 January 2012, 15:42:21 UTC
98ed08f update to new C roles and directives 14 January 2012, 15:42:02 UTC
bbd41d0 update Sphinx reference from 0.6.7 to 1.0.7 14 January 2012, 15:41:26 UTC
150122a #11633 about buffering of print 14 January 2012, 05:06:37 UTC
4ba76b6 closes #13730 14 January 2012, 04:41:31 UTC
dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to json.loads(). 13 January 2012, 21:53:25 UTC
44765e5 Issue #13764: remove outdated script Misc/build.sh 13 January 2012, 18:41:42 UTC
2d047e8 Merge 12 January 2012, 07:09:15 UTC
d716c73 Issue #13724: improve documentation for socket.create_connection. 12 January 2012, 07:06:19 UTC
477a06c Minor correction. Closes #11418 11 January 2012, 19:51:07 UTC
1d79eb6 Closes #13754 String returned if less than *or equal to* x 3 11 January 2012, 08:19:28 UTC
9e08390 Remove unused certificate from the test directory. 10 January 2012, 22:45:54 UTC
8070ddc port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. 10 January 2012, 17:35:02 UTC
bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic Authentication. Patch contributed by Joonas Kuorilehto and Michele Orrù. 10 January 2012, 16:09:24 UTC
a0ff91c Fix stock symbol for Microsoft 10 January 2012, 09:51:51 UTC
c766b31 Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons. 10 January 2012, 07:55:17 UTC
cfe6deb #11906 Make test_argparse work interactively by removing extra space in comparison string that argparse does not add when program name is blank. 09 January 2012, 23:20:09 UTC
df4c986 Issue #13747: fix SSL compatibility table. 09 January 2012, 20:43:18 UTC
4a7e0c8 Issue #13747: fix documentation error about the default SSL version. 09 January 2012, 20:35:11 UTC
e5f93ef Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ 07 January 2012, 17:32:06 UTC
f788cf7 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ 07 January 2012, 16:56:43 UTC
36cdca1 Clarify that vars() doesn't place extra restrictions on __dict__. 06 January 2012, 07:23:52 UTC
24f207e Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler 05 January 2012, 18:48:30 UTC
7f418f6 Issue #11984: remove reference to parser, it's not showing symbol usage anymore 05 January 2012, 18:05:44 UTC
8b211fc Issue #10772: add count and help argparse action; patch by Marc Sibson 04 January 2012, 22:24:48 UTC
5fc58c6 fix this to not depend on dictionary order 03 January 2012, 22:23:11 UTC
d76088d Issue #13636: Weak ciphers are now disabled by default in the ssl module (except when SSLv2 is explicitly asked for). 03 January 2012, 21:46:48 UTC
499718d Issue #6031: improve serve_forever() description 03 January 2012, 21:35:41 UTC
711f547 Issue #9349: add argparse.SUPPRESS to help doc 03 January 2012, 17:31:51 UTC
3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by Vilmos Nebehaj. 02 January 2012, 14:38:27 UTC
8448dfa Issue #13302: backport part of 3ed28f28466f 01 January 2012, 22:41:44 UTC
e827c13 Issue #13690: add re.DEBUG; patch by Filip Gruszczyński 01 January 2012, 11:52:24 UTC
24b0347 Update copyright dates in Mac plists. 01 January 2012, 09:08:08 UTC
5f8d606 add another year to glorious PSF IP 01 January 2012, 04:42:26 UTC
117e1f0 fix some broken URLs 31 December 2011, 17:13:59 UTC
4b76f8a Some formatting & grammar fixes for the multiprocessing doc 31 December 2011, 05:05:12 UTC
c016f46 use booleans 30 December 2011, 19:47:25 UTC
79e50c6 Limit test scope to those platforms that can save the target filenames. Reference #11638. 28 December 2011, 16:42:22 UTC
c32d5cb propgate error in other conditions 27 December 2011, 21:16:34 UTC
042370e Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch. Issue #11638: Added tests to capture failures in make_tarball with various unicode strings. Following fix for Issue #13639, these tests now pass. 26 December 2011, 15:15:15 UTC
2c9eee1 I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. 25 December 2011, 18:03:07 UTC
44585bd fix "Title underline too short" sphinx warning 25 December 2011, 16:13:10 UTC
a4d06e7 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ 25 December 2011, 16:05:30 UTC
4526273 fix to sent/send typo 25 December 2011, 10:43:37 UTC
dbcbd10 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ 25 December 2011, 10:27:22 UTC
238612a point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ 24 December 2011, 22:13:08 UTC
ec53eb8 fix Rather that/Rather than; thanks to Reuben Thomas from docs@ 24 December 2011, 18:55:49 UTC
4fbad84 remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ 24 December 2011, 14:52:36 UTC
55ae12b correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ 24 December 2011, 13:51:26 UTC
b40827d Issue #13565: Increase multiprocessing's server socket backlog, to avoid dropped connections in case of simultaneous connection requests. 23 December 2011, 18:05:45 UTC
139c457 port to 2.7 - Minor code style improvements in http.server suggested in Issue13294. 23 December 2011, 09:07:13 UTC
84c18aa Update News entry. 23 December 2011, 03:14:56 UTC
17fbe40 porting mimetype doc changes from 3.2. Issue12798 - Update mimetypes documentation. Correct the doc section where common_types was mentioned under MimeTypes class, move it to helper function category and other documentation improvements contributed by Sandro Tosi. 23 December 2011, 03:08:31 UTC
a9091d2 Issue13443 - Remove the functional module examples from 2.7 (as module is maintained only till 2.5 and tests had failures with 2.7) and update the links int the howto document. 22 December 2011, 15:44:53 UTC
7d4d074 Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). Passing a unicode filename to tarfile.open() along with mode "w|gz" failed with a UnicodeError because the filename was not encoded properly before being written to the gzipped stream in the FNAME extra field. 21 December 2011, 18:27:50 UTC
5b95eb9 Use context managers in test_ssl to simplify test writing. 21 December 2011, 15:52:40 UTC
17c0713 Fix test_import failure when run multiple times. (2.7-only) 21 December 2011, 15:01:53 UTC
b8572a1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. Also fixes issue #13581: `help(type)` wouldn't display anything. 21 December 2011, 09:16:14 UTC
587c738 note the blinding speed of these functions 20 December 2011, 16:12:41 UTC
8366b84 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really support multiprocessing.Event. 20 December 2011, 10:47:23 UTC
5879ca1 don't mention implementation detail 19 December 2011, 21:41:11 UTC
3b81807 Issue #13453: Try to increase some socket timeouts to make some buildbots stop failing. 19 December 2011, 15:11:04 UTC
99cff3f Issue #13628: python-gdb.py is now able to retrieve more frames in the Python traceback if Python is optimized. * delay the lookup of the size_t type, it is not available at startup * The second argument of the PyFrameObjectPtr constructor is optional, as done in other constructors * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns an empty tuple instead of None if Python is optimized * Fix py-bt to handle correctly "optimized" frames * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx() if the pointer is optimized out in PyEval_EvalFrameEx() 19 December 2011, 12:59:58 UTC
52aa260 Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a race condition). 19 December 2011, 11:17:16 UTC
6b7003a #13576: add tests about the handling of (possibly broken) condcoms. 19 December 2011, 05:28:08 UTC
2d679a4 s/:c:type:/:ctype:/g 19 December 2011, 05:17:08 UTC
d0ffcd6 #3932: suggest passing unicode to HTMLParser.feed(). 19 December 2011, 05:15:26 UTC
080b6f0 #13387: rephrase unclear sentence. 19 December 2011, 05:04:48 UTC
6c3f4a8 Followup to #7502: add __hash__ method and tests. 18 December 2011, 19:20:17 UTC
28a545e Issue #13617: Document that the result PyUnicode_AsUnicode() and PyUnicode_AsWideChar() may contain embedded null characters. Patch written by Arnaud Calmettes. 18 December 2011, 18:39:53 UTC
3b3b118 Merge 18 December 2011, 18:31:31 UTC
6f14c33 Small clarification in docstring of dict.update(): the positional argument is not required. 18 December 2011, 18:30:55 UTC
7a3d8ae Issue #7502: Fix equality comparison for DocTestCase instances. Patch by Cédric Krier. 18 December 2011, 18:27:45 UTC
4161630 Issue #11870: threading: Properly reinitialize threads internal locks and condition variables to avoid deadlocks in child processes. 18 December 2011, 17:22:24 UTC
f3d35f0 Issue #8035: urllib: Fix a bug where the client could remain stuck after a redirection or an error. 18 December 2011, 14:52:48 UTC
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
back to top