Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Fix Overflow exception in the bignum factorial benchmark that is due to | Stefan Krah | 2012-04-01 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the recent change of the default value for context.Emax. | |||||
* | | | | | | Add _decimal and _testbuffer modules. | Martin v. Löwis | 2012-04-01 | 1 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | Add MASM define to PGI and PGO builds | Martin v. Löwis | 2012-04-01 | 1 | -743/+743 | |
| | | | | | | ||||||
* | | | | | | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 3 | -1/+26 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | a multiprocessing Client or Listener with an AF_PIPE type address under non-Windows platforms. Patch by Popa Claudiu. | |||||
| * | | | | | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 3 | -1/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a multiprocessing Client or Listener with an AF_PIPE type address under non-Windows platforms. Patch by Popa Claudiu. | |||||
* | | | | | | Removing the test of Element that causes ref-leak in GC (issue #14464). | Eli Bendersky | 2012-04-01 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I will now continue investigating the cause of the ref-leak, but I wanted to remove the test so that the refcount test in the buildbots could be clean. The whole change (adding GC to Element) is not reverted because it improved the situation (GC works for immediate cycles) and didn't cause regressions (the test is new and was added together with the fix). | |||||
* | | | | | | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 2 | -2/+9 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | Patch by Suman Saha. | |||||
| * | | | | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 2 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Suman Saha. | |||||
* | | | | | Added tag v3.3.0a2 for changeset 2f69db52d6de | Georg Brandl | 2012-04-01 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Bump to 3.3.0a2.v3.3.0a2 | Georg Brandl | 2012-04-01 | 6 | -7/+7 | |
| | | | | | ||||||
* | | | | | Fix markup errors found by "make suspicious". | Georg Brandl | 2012-04-01 | 2 | -4/+4 | |
| | | | | | ||||||
* | | | | | Update pydoc topics. | Georg Brandl | 2012-04-01 | 1 | -6/+6 | |
| | | | | | ||||||
* | | | | | Remove parens around link. | Georg Brandl | 2012-04-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Issue #14394: Use elaborate phrases that boil down to "one to two orders | Stefan Krah | 2012-04-01 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | of magnitude". Provide link to the benchmarks. | |||||
* | | | | | Issue #14463: Prevent _decimal.so compile failures in OS X installer builds. | Ned Deily | 2012-04-01 | 1 | -1/+5 | |
| | | | | | ||||||
* | | | | | Issue #13507: OS X installer builds now build liblzma for the new | Ned Deily | 2012-04-01 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | lzma module. (Patch by Nicholas Riley) | |||||
* | | | | | merge with 3.2 | Sandro Tosi | 2012-03-31 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | fix typo; thanks to Robert Bardos from docs@ | Sandro Tosi | 2012-03-31 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Issue #14300: Under Windows, sockets created using socket.dup() now allow ↵ | Antoine Pitrou | 2012-03-31 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overlapped I/O. Patch by sbt. | |||||
* | | | | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in ↵ | Antoine Pitrou | 2012-03-31 | 3 | -0/+15 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | the socket repr()). Patch by Matt Joiner. | |||||
| * | | | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in ↵ | Antoine Pitrou | 2012-03-31 | 3 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the socket repr()). Patch by Matt Joiner. | |||||
* | | | | | Null merge | Antoine Pitrou | 2012-03-31 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #14437: Fix building the _io module under Cygwin. | Antoine Pitrou | 2012-03-31 | 2 | -1/+3 | |
| | | | | | ||||||
* | | | | | Fix formatting | Antoine Pitrou | 2012-03-31 | 1 | -7/+7 | |
| | | | | | ||||||
* | | | | | Issue #14456: improve documentation of the signal module w.r.t. threads. | Antoine Pitrou | 2012-03-31 | 1 | -42/+65 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #14456: improve documentation of the signal module w.r.t. threads. | Antoine Pitrou | 2012-03-31 | 1 | -40/+52 | |
| | | | | | ||||||
* | | | | | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 3 | -4/+25 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | |||||
| * | | | | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 3 | -4/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | |||||
* | | | | | merge heads | Sandro Tosi | 2012-03-31 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix typo | Andrew Svetlov | 2012-03-31 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | merge heads | Sandro Tosi | 2012-03-31 | 2 | -1/+20 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | fix issue #5136: deprecate old unused functions from tkinter. | Andrew Svetlov | 2012-03-31 | 2 | -1/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | These functions are not documnted, so no documentation update. | |||||
* | | | | | | merge with 3.2 | Sandro Tosi | 2012-03-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | use unittest.skip; thanks to Chang Min Jeon from docs@ | Sandro Tosi | 2012-03-31 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial. | |||||
| * | | | | #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial. | |||||
* | | | | | merge with 3.2 | Sandro Tosi | 2012-03-31 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ | Sandro Tosi | 2012-03-31 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Fix warning when compiling socketmodule.c with VS2010 | Kristján Valur Jónsson | 2012-03-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | VS2010 defineds the old errno constants in addition to the WSA* ones. | |||||
* | | | | | Issue #14435: Add Misc/NEWS and Misc/ACKS | Kristján Valur Jónsson | 2012-03-31 | 2 | -0/+4 | |
| | | | | | ||||||
* | | | | | issue #3035: update PendingDeprecationWarning to DeprectionWarning, point ↵ | Andrew Svetlov | 2012-03-31 | 2 | -16/+25 | |
| | | | | | | | | | | | | | | | | | | | | deprecation in tkinter doc | |||||
* | | | | | Merge from 3.2 | Andrew Svetlov | 2012-03-31 | 2 | -4/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | update NEWS as Terry Reedy proposed | Andrew Svetlov | 2012-03-31 | 2 | -4/+8 | |
| | | | | | ||||||
* | | | | | Fix the tests of GC collection in ET.Element according to Benjamin's ↵ | Eli Bendersky | 2012-03-31 | 1 | -23/+21 | |
| | | | | | | | | | | | | | | | | | | | | recommendations | |||||
* | | | | | Fix-up a comment | Raymond Hettinger | 2012-03-31 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | Fix-up comments and add a sentinel variable for clarity. | Raymond Hettinger | 2012-03-31 | 1 | -16/+17 | |
| | | | | | ||||||
* | | | | | No need to create and destroy links when updating a fixed-sized circular queue. | Raymond Hettinger | 2012-03-31 | 1 | -11/+16 | |
| | | | | | ||||||
* | | | | | Merge #10423: clarify options vs args in argparse discussion of optparse | R David Murray | 2012-03-30 | 1 | -2/+3 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Patch by Sandro Tosi. | |||||
| * | | | | #10423: clarify options vs args in argparse discussion of optparse | R David Murray | 2012-03-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Sandro Tosi. | |||||
* | | | | | Minor cleanup: add whitespace, add comments, bring function attribute ↵ | Raymond Hettinger | 2012-03-30 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | updates together. |