Staging
v0.8.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f

sort by:
Revision Author Date Message Commit Date
643ea53 #14735: Update IDLE docs to omit "Control-z on Windows". 17 April 2013, 05:22:50 UTC
a68c1ab #17771: fix typo. Patch by Andriy Mysyk. 17 April 2013, 04:34:13 UTC
d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. 17 April 2013, 01:34:05 UTC
c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. 17 April 2013, 01:10:26 UTC
d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. Thanks to David D Lowe for reporting. 16 April 2013, 18:27:17 UTC
20c08c8 Remove unused import. 16 April 2013, 15:18:53 UTC
618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment variable if empty path argument is specified. Patch by Serhiy Storchaka. 16 April 2013, 15:05:03 UTC
51ce29c remove pointless code (closes #17738) 16 April 2013, 01:38:25 UTC
3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. 15 April 2013, 19:51:09 UTC
ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. 15 April 2013, 16:08:31 UTC
45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. 15 April 2013, 13:51:54 UTC
f1465f0 Close #17731: Clean up properly in test_import 15 April 2013, 12:56:51 UTC
26dfaac #17341: Include name in re error message about invalid group name. Patch by Jason Michalski. 14 April 2013, 17:00:54 UTC
f2fa5fc Issue #17221: Resort Misc/NEWS. 14 April 2013, 15:53:39 UTC
839e5ea Issue #17702: use assertRaises() for the unit test 14 April 2013, 14:43:03 UTC
6d10139 Close #17702: os.environ now raises KeyError with the original environment variable name (str on UNIX), instead of using the encoded name (bytes on UNIX). 14 April 2013, 14:35:04 UTC
c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers 14 April 2013, 12:30:42 UTC
8157459 Merge heads. 14 April 2013, 10:31:40 UTC
8db89ca Issue #16550: Update the opcode descriptions of pickletools to use unsigned integers where appropriate. Initial patch by Serhiy Storchaka. 14 April 2013, 10:30:35 UTC
1aca953 Fix example ignoring ".svn" directories in compileall. 14 April 2013, 10:02:43 UTC
1e1134a The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) 14 April 2013, 09:58:54 UTC
5e2954e Clarify that the function *definition* creates the function and the binding in the module globals. 14 April 2013, 09:47:46 UTC
1d472b7 Closes #14462: allow any valid Python identifier in sre group names, as documented. 14 April 2013, 09:40:00 UTC
991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented. 14 April 2013, 09:12:16 UTC
5c4874f Merge heads. 14 April 2013, 09:10:14 UTC
a204636 bind('') does not do the same as bind('localhost') 14 April 2013, 08:59:04 UTC
5f4b4ac Update code examples using collections.abc classes. 14 April 2013, 08:50:05 UTC
7b8c132 Closes #17726: small clarification in design FAQ. 14 April 2013, 08:31:06 UTC
00d83f2 Clean up error messages raised by save_reduce in _pickle. 14 April 2013, 08:28:01 UTC
e095968 Update using/mac documentation which was still on 2.5. 14 April 2013, 08:17:35 UTC
dec3b3f Clarify point in name mangling doc. 14 April 2013, 08:13:42 UTC
6eea818 Fix pickling test in test_memoryio. The test was closing the orginal object instead the copy. This didn't result in visible failures because the loop range was incorrect as well. 14 April 2013, 07:56:39 UTC
9a7a811 Issue #16804: Fix 'python -S -m site' failure. This commit fixes a bug in the 'site' module that was causing an exception to incorrectly be thrown when running 'python -S -m site'. The problem was that 'USER_BASE' and 'USER_SITE' were being accessed before they were properly initialized. The code has been changed to use 'getuserbase' and 'getusersitepackages' instead so that the initialization always happens. 14 April 2013, 01:29:49 UTC
0bfd6ac Reflow paragraph. 13 April 2013, 18:40:51 UTC
14ee3cf #2118: clarify smtplib exception documentation. 13 April 2013, 18:40:33 UTC
4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows in the re module. Patch by Nickolai Zeldovich. 13 April 2013, 18:15:47 UTC
f756f94 #17571: remove broken links in datetime.py docstring. 13 April 2013, 17:12:38 UTC
ac3da87 #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. 13 April 2013, 17:07:42 UTC
c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. 13 April 2013, 16:44:44 UTC
b4fd468 Revert changes for #13355 by request from Raymond Hettinger 13 April 2013, 15:00:04 UTC
64aafeb Issue #16447: Fix potential segfault when setting __name__ on a class. 13 April 2013, 14:26:58 UTC
eff6444 Fix whitespaces 12 April 2013, 20:30:41 UTC
a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. Initial patch by Yuriy Senko. 12 April 2013, 20:21:01 UTC
7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). Patch by Jeff Knupp 12 April 2013, 19:49:19 UTC
a3b255f #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. 12 April 2013, 16:19:21 UTC
6ebdb61 Merge heads. 12 April 2013, 13:23:24 UTC
59d6d2d #17688: fix declaration for richcmp example in the docs. Thanks to Daniel Mullner 12 April 2013, 13:08:40 UTC
075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. 12 April 2013, 12:42:06 UTC
c2ecac4 #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. 12 April 2013, 11:13:47 UTC
1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). 12 April 2013, 00:16:44 UTC
36b045f Fix supernumerary 's' in sys._debugmallocstats() output. 11 April 2013, 19:01:40 UTC
3836d70 #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. 11 April 2013, 17:29:42 UTC
5e2f593 #14971: Use class method name, not function.__name__, during unittest discovery. 11 April 2013, 12:55:45 UTC
f49581c normalize whitespace 11 April 2013, 03:55:58 UTC
277e909 #5609 - test_urllib coverage for url2pathname and pathname2url. Patch contribution by Thomas Fenzl & Maksim Kozyarchuk 11 April 2013, 03:51:19 UTC
c9314d9 don't run frame if it has no stack (closes #17669) 10 April 2013, 21:00:56 UTC
cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. 10 April 2013, 16:30:11 UTC
c09959a #17635: fix wrong function name in multiprocessing docs. 10 April 2013, 14:59:20 UTC
d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage of get_origin_req_host() to origin_req_host. Patch by Wei-Cheng Pan 09 April 2013, 14:07:59 UTC
d281c73 #17648 - convert test_urllib2.py doctests to unittests 09 April 2013, 13:00:16 UTC
0803a39 #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. 09 April 2013, 01:57:13 UTC
7e69f00 Close #17666: Fix reading gzip files with an extra field. 08 April 2013, 19:35:02 UTC
a6df938 Close #17666: Fix reading gzip files with an extra field. 08 April 2013, 19:35:02 UTC
b0f9fa7 Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator. 08 April 2013, 09:59:30 UTC
7733be8 #17613: Prevent traceback when removing syntax colorizer in IDLE. 07 April 2013, 17:41:16 UTC
6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. 07 April 2013, 17:15:52 UTC
8b2cd75 Process DEFAULT values in mock side_effect that returns iterator. Patch by Michael Ford. 07 April 2013, 13:42:24 UTC
595365d Merge heads 07 April 2013, 11:47:05 UTC
5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. 07 April 2013, 11:43:17 UTC
17328e4 Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two. 07 April 2013, 03:27:33 UTC
0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. 07 April 2013, 01:26:53 UTC
278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). 06 April 2013, 19:52:34 UTC
9e64c91 Merge 06 April 2013, 19:23:47 UTC
55bff89 Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). 06 April 2013, 19:21:04 UTC
c496eda move IDLE news to its own section 06 April 2013, 19:14:06 UTC
e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters (builting and in itertools module, i.e. map(), itertools.chain(), etc). 06 April 2013, 18:14:43 UTC
e16f4dc Change wording as Eli Bendersky suggests. 06 April 2013, 15:55:07 UTC
03b273f Add 3.3.1 to LICENSE files. 06 April 2013, 14:48:55 UTC
bf56102 Post-release update for 3.3.1 06 April 2013, 14:43:06 UTC
cca5548 merge with 3.3.1 release clone 06 April 2013, 14:42:43 UTC
2fd4abe merge with 3.2 branch 06 April 2013, 14:39:49 UTC
485acde Added tag v3.3.1 for changeset d9893d13c628 06 April 2013, 07:40:13 UTC
9aa23c5 Bump to 3.3.1. 06 April 2013, 07:40:02 UTC
11692ac Added tag v3.2.4 for changeset 1e10bdeabe3d 06 April 2013, 07:37:53 UTC
8bc7e31 Bump to 3.2.4. 06 April 2013, 07:36:20 UTC
9a411ce Add link to glossary for hashable term in docs for set type 05 April 2013, 13:21:50 UTC
e463b66 Fix typo 05 April 2013, 08:39:50 UTC
815b0e2 Fix typo. 05 April 2013, 07:10:12 UTC
4a2ab12 Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request 05 April 2013, 02:34:02 UTC
09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. 04 April 2013, 06:16:15 UTC
38546ee close search and replace dialog after it is used (closes #17625) 04 April 2013, 02:35:12 UTC
7684fa8 close search and replace dialog after it is used (closes #17625) 04 April 2013, 02:35:12 UTC
cf658c2 close search and replace dialog after it is used (closes #17625) 04 April 2013, 02:35:12 UTC
0f38908 #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. 03 April 2013, 23:09:20 UTC
a99e171 Issue #15940: NEWS entry 03 April 2013, 17:07:46 UTC
41459a9 Issue #15940: Replace tab. 03 April 2013, 16:45:24 UTC
b5e2e7e Issue #15940: Specify effect of locale on time functions. 03 April 2013, 16:34:57 UTC
614c578 Issue #17619: Make input() check for Ctrl-C correctly on Windows. 03 April 2013, 12:44:50 UTC
d8a4696 Use repr when printing unknown url type in urlopen. 03 April 2013, 10:58:34 UTC
03b2a1c #17623: fix whatsnew typo Patch by Thomas Heller. 03 April 2013, 10:16:14 UTC
back to top