2012-04-06 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Kristján Valur... | Set a time threshold in test_asyncore.capture_server... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Sandro Tosi | Issue #14502: it's RuntimeError on 3.3 |
commit | commitdiff | tree | snapshot |
2012-04-06 |
R David Murray | Merge #14492: fix some bugs in Tools/scripts/pdeps.py. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
R David Murray | #14492: fix some bugs in Tools/scripts/pdeps.py. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Sandro Tosi | merge heads |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Victor Stinner | Close #14249: Use bit shifts instead of an union, it... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Sandro Tosi | Issue #14502: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Sandro Tosi | Issue #14502: release() and unlocked lock generates... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Raymond Hettinger | Clarify that the purpose of computing all the miscellan... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Andrew Svetlov | Issue #8515: Set __file__ when run file in IDLE. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Stefan Krah | Merge. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Stefan Krah | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Stefan Krah | Reduce array size. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Andrew Svetlov | Merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Andrew Svetlov | Issue #14496: Fix wrong name in idlelib/tabbedpages.py. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Stefan Krah | Formatting. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Stefan Krah | Allow printing a leading '-' and the maximum number... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Stefan Krah | Raise InvalidOperation if exponents of zeros are clampe... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Victor Stinner | Close #14249: Use an union instead of a long to short... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Andrew Svetlov | Issue #3033: Add displayof parameter to tkinter font. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Georg Brandl | Replace ThreadError by RuntimeError: the former is... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Eli Bendersky | Reformat by replacing tabs with 4-spaces. Makes the... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Éric Araujo | A few tweaks to whatsnew/3.3 (fixes #14362) |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Eli Bendersky | Replace bootstrap imports with real C API calls. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
R David Murray | Merge: test_tools fix: don't import analyze_dxp if... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
R David Murray | test_tools fix: don't import analyze_dxp if no _thread... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
R David Murray | Merge #14490, #14491: add 'sundry'-style import tests... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
R David Murray | #14490, #14491: add 'sundry'-style import tests for... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Antoine Pitrou | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin,... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Brett Cannon | Fix test_site from modifying sysconfig._CONFIG_VARS. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Georg Brandl | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Georg Brandl | Closes #14495: fix typo. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Eli Bendersky | Fix Windows compilation errors |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Matthias Klose | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowse... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Matthias Klose | Followup for issue #14321, remove references to Parser... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Eli Bendersky | Fixes and enhancements to _elementtree: |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Antoine Pitrou | Issue #14482: Raise a ValueError, not a NameError,... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Antoine Pitrou | Issue #14482: Raise a ValueError, not a NameError,... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
R David Murray | Merge #14481: fix formatting of example in subprocess... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
R David Murray | #14481: fix formatting of example in subprocess docs. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Kristján Valur... | Issue #14288: Modify Misc/NEWS |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Kristján Valur... | Issue #14288: Serialization support for builtin iterators. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Georg Brandl | Move ChainMap versionadded to be less ambiguous. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Andrew Svetlov | Issue #802310: Generate always unique tkinter font... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Andrew Svetlov | reformat code to follow PEP8 |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Benjamin Peterson | add XXX |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Benjamin Peterson | fix parse_syntax_error to clean up its resources |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Brett Cannon | If a module injects something into sys.modules as a... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Victor Stinner | Expose clock_settime() as time.clock_settime() |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Victor Stinner | Add time.CLOCK_HIGHRES constant, needed on Solaris |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Stefan Krah | Merge. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Stefan Krah | Improve comments. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Benjamin Peterson | remove uneeded line |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Stefan Krah | Testing the implicit initialization of the thread local... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Brett Cannon | Guard an LLTRACE variable to silence an unused variable... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Kristján Valur... | Merge with 3.2 (Issue #14471) |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Kristján Valur... | Issue #14471: Fix a possible buffer overrun in the... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Benjamin Peterson | prevent writing to stderr from messing up the exception... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Stefan Krah | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Stefan Krah | Merge. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Stefan Krah | Clear the context flags if a context is initialized... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Georg Brandl | Merge. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Georg Brandl | Post-release update. |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Benjamin Peterson | adjust formatting |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Benjamin Peterson | remove extraneous condition |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Benjamin Peterson | be consistent with rest of function |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Stefan Krah | Fix Overflow exception in the bignum factorial benchmar... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Martin v. Löwis | Add _decimal and _testbuffer modules. |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Martin v. Löwis | Add MASM define to PGI and PGO builds |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Antoine Pitrou | Issue #14151: Raise a ValueError, not a NameError,... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Antoine Pitrou | Issue #14151: Raise a ValueError, not a NameError,... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Eli Bendersky | Removing the test of Element that causes ref-leak in... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Antoine Pitrou | Issue #13019: Fix potential reference leaks in bytearra... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Antoine Pitrou | Issue #13019: Fix potential reference leaks in bytearra... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Georg Brandl | Added tag v3.3.0a2 for changeset 2f69db52d6de |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Georg Brandl | Bump to 3.3.0a2. v3.3.0a2 |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Georg Brandl | Fix markup errors found by "make suspicious". |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Georg Brandl | Update pydoc topics. |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Georg Brandl | Remove parens around link. |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Stefan Krah | Issue #14394: Use elaborate phrases that boil down... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Ned Deily | Issue #14463: Prevent _decimal.so compile failures... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Ned Deily | Issue #13507: OS X installer builds now build liblzma... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Sandro Tosi | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Sandro Tosi | fix typo; thanks to Robert Bardos from docs@ |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Antoine Pitrou | Issue #14300: Under Windows, sockets created using... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Antoine Pitrou | Issue #13872: socket.detach() now marks the socket... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Antoine Pitrou | Issue #13872: socket.detach() now marks the socket... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Antoine Pitrou | Null merge |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Antoine Pitrou | Issue #14437: Fix building the _io module under Cygwin. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Antoine Pitrou | Fix formatting |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Antoine Pitrou | Issue #14456: improve documentation of the signal modul... |
commit | commitdiff | tree | snapshot |
next |