50654 Commits (2e9fb8d7e232f855aa9f2e35e77c5bbb270aaa3a)
 

Author SHA1 Message Date
Barry Warsaw 2e9fb8d7e2 null merge 15 years ago
Barry Warsaw 91c4f29a1a null merge from 2.6 15 years ago
Barry Warsaw b1abc08a29 Added tag v2.6.8rc2 for changeset 1d1b7b9fad48 15 years ago
Barry Warsaw bd371a4cbb Bump to 2.6.8rc2 15 years ago
Barry Warsaw 2875b5b294 Update Docs and NEWS for 2.6.8rc2. 15 years ago
R David Murray 5c2689a00c #14333: fix test_queue so it can be run via standard unittest test discovery. 15 years ago
Ned Deily b07b730e06 Issue #14346: Fix some typos in the Mac/README file. 15 years ago
Georg Brandl 94a105705f Closes #14250: regex.flags has not only explicit flags but also those from the pattern 15 years ago
Georg Brandl 5a607b06d6 Closes #14343: avoid shadowing builtin input() in example code. 15 years ago
Georg Brandl ce54617260 Closes #14342: remove out-of-date section about avoiding recursion errors. 15 years ago
Georg Brandl f354f8e369 Closes #14306: clarify expensiveness of try-except and update code snippet 15 years ago
Senthil Kumaran e3d73544ad explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan 15 years ago
R David Murray bee24df3a7 #11780: s/throw/raise/ 15 years ago
R David Murray 0cc4e53d1d #11780: document that email.encoders throw TypeError on multipart messages. 15 years ago
Benjamin Peterson dbc52f8a0d check for string attribute names in old-style classes (closes #14334) 15 years ago
Benjamin Peterson 6e7832b04c check to make sure the attribute is a string (#14334) 15 years ago
Senthil Kumaran 51a65c9161 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem 15 years ago
Senthil Kumaran 4c59211bd5 Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 15 years ago
Benjamin Peterson f1acd0ab38 merge from 2.7 release branch 15 years ago
Benjamin Peterson bf6bf4f8f2 Added tag v2.7.3rc2 for changeset d46c1973d3c4 15 years ago
Benjamin Peterson ee933eccc9 bump to 2.7.3rc2 15 years ago
R David Murray 32a3b147b2 #12758: removing confusing mention of UTC from time.time description 15 years ago
Benjamin Peterson 66d2bd7fae merge heads 15 years ago
Gregory P. Smith 7210025aa3 merge heads. 15 years ago
Gregory P. Smith 99576c04f1 Fixes Issue 14234: fix for the previous commit, keep compilation when 15 years ago
Gregory P. Smith c10f5c2828 Fixes Issue 14234: fix for the previous commit, keep compilation when 15 years ago
Barry Warsaw e236ad3113 merge 2.6 15 years ago
Barry Warsaw e9bc2f773f - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash 15 years ago
Matthias Klose 3cef2a931c - rename configure.in to configure.ac 15 years ago
Gregory P. Smith d0e1a5b241 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 15 years ago
Gregory P. Smith c8ff46032f Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 15 years ago
Georg Brandl f590e0458e Closes #14289: put a link to the CHM download page on the docs download page. 15 years ago
Martin v. Löwis f163efd736 Issue #5219: Prevent event handler cascade in IDLE. 15 years ago
Vinay Sajip 71e51d66d6 Merged upstream change. 15 years ago
Vinay Sajip 9790e083a5 Closes #14267: Corrected computation of rollover filename. 15 years ago
Senthil Kumaran d17a898fcf Fix closes Issue14281 - Test for cgi.escape by Brian Landers 15 years ago
Senthil Kumaran b968b36ad0 merge heads 15 years ago
Ezio Melotti b56b6fff1f #14179: add tests for re.compile. Patch by Florian Mladitsch. 15 years ago
Senthil Kumaran c768d4caa8 closes issue14257 - Grammatical fix 15 years ago
Senthil Kumaran 814d316888 closes issue14257 minor error in glossary wording regarding __hash__ 15 years ago
Senthil Kumaran 15b6f3f825 Fix closes issue14258 - added clarification to \W and \S flags 15 years ago
Ezio Melotti b60156e809 #14161: fix test failures on Windows. 15 years ago
Ezio Melotti eace3a7261 #14161: fix compile error under Windows. 15 years ago
Ezio Melotti 11f8b6872a #14161: fix the __repr__ of file objects to escape the file name. 15 years ago
Antoine Pitrou f60845b70a Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. 15 years ago
Mark Dickinson 5081957642 Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. 15 years ago
Jason R. Coombs e107ab3b6c Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present). 15 years ago
Jason R. Coombs ea4629afa6 Improve the test case to avoid spurious errors about already existing symlinks. 15 years ago
Jason R. Coombs 0e17dfbdcf Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifdef again. 15 years ago
Ezio Melotti 452bfcc222 #14114: don't include copybutton.js in the htmlhelp output. 15 years ago