2012-12-10 |
Chris Jerdonek | Issue #16629: Merge IDLE test fix from 3.3. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Chris Jerdonek | Issue #16629: Merge IDLE test fix from 3.2. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Chris Jerdonek | Issue #16629: Fix IDLE idlelib.CallTips test. Patch... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Andrew Svetlov | Issue #16582: use int exit code in tkinter._exit |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Andrew Svetlov | Issue #16582: use int exit code in tkinter._exit |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Andrew Svetlov | Issue #16582: use int exit code in tkinter._exit |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Senthil Kumaran | merge from 3.3 - Document reason attribute for urllib... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Senthil Kumaran | merge from 3.2 - reason attribute for urllib.error... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Senthil Kumaran | Fix issue13211 - Document the reason attribute for... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Richard Oudkerk | Make test of poll() use unbuffered IO |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Richard Oudkerk | Issue #16616: Enable test in test_poll which was (accid... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Benjamin Peterson | merge 3.1 |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Antoine Pitrou | Issue #16248: Disable code execution from the user... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Antoine Pitrou | Issue #16248: Disable code execution from the user... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Antoine Pitrou | Issue #16248: Disable code execution from the user... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Antoine Pitrou | Issue #16248: Disable code execution from the user... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Antoine Pitrou | Issue #13390: New function :func:`sys.getallocatedblock... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Nick Coghlan | Merge from 3.3 (issue #15209) |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Nick Coghlan | Issue #15209: Fix typo and some additional wording... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Éric Araujo | Merge fixes for #13614, #13512 and #7719 from 3.3 |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Éric Araujo | Merge fixes for #13614, #13512 and #7719 from 3.2 |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Éric Araujo | Fix setup.py register failure with invalid rst in descr... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Éric Araujo | Fix a few markup/grammar nits |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Antoine Pitrou | Issue #16602: When a weakref's target was part of a... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Antoine Pitrou | Issue #16602: When a weakref's target was part of a... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Antoine Pitrou | Issue #16602: When a weakref's target was part of a... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Éric Araujo | Create ~/.pypirc securely (#13512). |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Éric Araujo | Ignore .nfs* files in distutils (#7719). |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Andrew Svetlov | Drop double newlines printed in some file iteration... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Andrew Svetlov | Drop double newlines printed in some file iteration... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Andrew Svetlov | Drop double newlines printed in some file iteration... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Nick Coghlan | Merge from 3.3 (issue #16267) |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Nick Coghlan | Close issue #16267: better docs for @abstractmethod... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Nick Coghlan | Merge from 3.3 (Issue #15209) |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Nick Coghlan | Issue #15209: Clarify exception chaining description |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Ezio Melotti | Merge debug output removal with 3.3. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Ezio Melotti | Merge debug output removal with 3.2. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Ezio Melotti | Remove debug output from example. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Antoine Pitrou | Issue #16628: Fix a memory leak in ctypes.resize(). |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Antoine Pitrou | Issue #16628: Fix a memory leak in ctypes.resize(). |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Antoine Pitrou | Issue #16628: Fix a memory leak in ctypes.resize(). |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Benjamin Peterson | add fixer for reload() -> imp.reload() (closes #11797... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Chris Jerdonek | Issue #16495: remove extraneous NULL encoding check... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Raymond Hettinger | Improve OrderedDict equality test. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Benjamin Peterson | assert than we never try to deal with True, False,... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Benjamin Peterson | create NameConstant AST class for None, True, and False... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Andrew Svetlov | Specify which I/O ABC methods have implementations... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Andrew Svetlov | Specify which I/O ABC methods have implementations... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Andrew Svetlov | Specify which I/O ABC methods have implementations... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Svetlov | Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macro... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Svetlov | Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macro... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Svetlov | Merge: skip pdb test for #13120 if threading is not... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Svetlov | Merge: skip pdb test for #13120 if threading is not... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Svetlov | Skip pdb test for #13120 if threading is not available. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Svetlov | Merge 3.3 |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Svetlov | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Eric Snow | Issue #15627: This is simply an update to the name... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Andrew Svetlov | Merge issue #13120: Allow to call pdb.set_trace() from... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Andrew Svetlov | Issue #13120: Allow to call pdb.set_trace() from thread. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Victor Stinner | Issue #16444: test more bytes in support.TESTFN_UNDECOD... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Andrew Svetlov | Merge issue #13120: Allow to call pdb.set_trace() from... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Victor Stinner | Cleanup unicodeobject.c |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Victor Stinner | Issue #16455: On FreeBSD and Solaris, if the locale... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Antoine Pitrou | Fix test splitting in previous commit. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Antoine Pitrou | Fix test splitting in previous commit. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Antoine Pitrou | Fix test splitting in previous commit. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Antoine Pitrou | Split the bigmem re test in two separate tests with... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Antoine Pitrou | Split the bigmem re test in two separate tests with... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Antoine Pitrou | Split the bigmem re test in two separate tests with... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Andrew Svetlov | Merge issue #16583: Prevent nesting SystemExit in tkint... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Andrew Svetlov | Merge issue #16583: Prevent nesting SystemExit in tkint... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Andrew Svetlov | Issue #16583: Prevent nesting SystemExit in tkinter... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Victor Stinner | (Null merge 3.3) |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Victor Stinner | (Null merge 3.2) |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Victor Stinner | Issue #16416: Fix compilation error |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Victor Stinner | (Merge 3.2) Issue #16416: On Mac OS X, operating system... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Victor Stinner | Issue #16416: On Mac OS X, operating system data are... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Antoine Pitrou | Issue #16562: Optimize dict equality testing. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | more test to more general test file, so it can test... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | loosen test now that bytes are allowed |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | document UnicodeError attributes |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | document that encoding error handlers may return bytes... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | merge 3.3 (#16585) |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | support encoding error handlers that return bytes ... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Benjamin Peterson | unicode -> str |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Mark Dickinson | Issue 10052: null merge from 3.3 |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Mark Dickinson | Issue 10052: merge fix from 3.2. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Mark Dickinson | Issue 10052: fix failed uint32_t / uint64_t / int32_t... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Mark Dickinson | Issue 10052: fix failed uint32_t / uint64_t / int32_t... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Antoine Pitrou | Issue #10182: The re module doesn't truncate indices... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Antoine Pitrou | Issue #10182: The re module doesn't truncate indices... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Antoine Pitrou | Issue #10182: The re module doesn't truncate indices... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Christian Heimes | Issue #16588: Silence unused-but-set warnings in Python... |
commit | commitdiff | tree | snapshot |
next |