2012-06-10 |
Michael Foord | unittest.mock minor doc update |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Michael Foord | Adding patch.stopall method to unittest.mock |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Raymond Hettinger | Expand examples for ChainMap(). Improve markup. |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Stefan Krah | 1) State restrictions for the transform length. |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Raymond Hettinger | Small cleanup and optimization |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Raymond Hettinger | Note that the _asdict() method is outdated |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Raymond Hettinger | Minor reformatting (wrap fat lines, etc.) and create... |
commit | commitdiff | tree | snapshot |
2012-06-09 |
Michael Foord | Fix exception when calling reset_mock on a mock created... |
commit | commitdiff | tree | snapshot |
2012-06-09 |
Stefan Krah | Add one extra comparison to the _mpd_shortmul() case... |
commit | commitdiff | tree | snapshot |
2012-06-09 |
R David Murray | Now that Defects are Exception subclasses, call super. |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Stefan Krah | Enumerate all cases in the overflow detection strategy... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Alexander Belopolsky | Relax datetime.timestamp() test around DST change |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Alexander Belopolsky | Relax datetime.timestamp() test around DST change |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Stefan Krah | Merge. |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Stefan Krah | 1) List relative error for _mpd_qln10(). |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Alexander Belopolsky | Issue #2736: Added datetime.timestamp() method. |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Hynek Schlawack | #14814: Remove redundant code from ipaddress.IPv6Network |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Terry Jan Reedy | Merge from 3.2, #12510 |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Terry Jan Reedy | Issue #12510: Revise and triple # of calltip tests... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Richard Oudkerk | Merge fixes for #13854 and #12157. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Alexander Belopolsky | Issue #11823: disassembly now shows argument counts... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Stefan Krah | 1) The overflow detection in mpd_qln() has a surprising... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Nick Coghlan | Merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Nick Coghlan | Nudge readers towards a more accurate mental model... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Kristján Valur... | Rearrange code to beat an optimizer bug affecting Relea... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Richard Oudkerk | Issue #13854: Properly handle non-integer, non-string... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Richard Oudkerk | Issue #12157: pool.map() does not handle empty iterable... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Stefan Krah | 1) Add error analysis comments to mpd_qln10() and _mpd_... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Victor Stinner | Close #6203: Document that Python 3 sets LC_CTYPE at... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Kristján Valur... | Signal condition variables with the mutex held. Destro... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Gregory P.... | Fixes issue #15000: support the odd x32 abi on posixsub... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Gregory P.... | Fixes issue #15000: support the odd x32 abi on posixsub... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Richard Oudkerk | Add test for multiprocessing.Conditon.wait() and changs... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Victor Stinner | Close #11022: TextIOWrapper doesn't call locale.setloca... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Hynek Schlawack | #14814: ipaddress: refactor dup code, minor janitoring... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Victor Stinner | Issue #14711: os.stat_float_times() has been deprecated. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Nadeem Vawda | Add a function lzma.open(), to match gzip.open() and... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Nadeem Vawda | Allow LZMAFile to accept modes with a "b" suffix. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Nadeem Vawda | Simplify usage of LZMAFile's fileobj support, like... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Nadeem Vawda | Add a function bz2.open(), to match gzip.open(). |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Nadeem Vawda | Clarify acceptable values for BZ2File.__init__'s mode... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Nadeem Vawda | Make BZ2File's fileobj support easier to use. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Nadeem Vawda | Add fileobj support to gzip.open(). |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Victor Stinner | Issue #14993: Use standard "unsigned char" instead... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
R David Murray | #8739: fix omission of DEBUGSTREAM reset in new test... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Richard Oudkerk | Prevent handle leak if CreateProcess() fails in multipr... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Richard Oudkerk | Fix potential NameError in multiprocessing.Condition... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Richard Oudkerk | Make Finalize reserve a reference to os.getpid in case... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Richard Oudkerk | Add namespaceobject.h and namespaceobject.c to pythonco... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Hynek Schlawack | #14814: Remove dead code from ipaddress |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Barry Warsaw | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Barry Warsaw | PEP 421 requires that .name be lower case. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Barry Warsaw | A few documentation improvements, spurred on by Brett... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Barry Warsaw | Add NEWS entry. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Barry Warsaw | Trunk merge. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Hynek Schlawack | #14814: Use correct comparison for IP addresses |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Raymond Hettinger | Add usage note. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Raymond Hettinger | Separate key creation logic from the sequence class... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Benjamin Peterson | __GNUC__ does not imply gcc version is present, so... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Gregory P.... | null merge (not removing the new feature in 3.3) |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Gregory P.... | Revert the modification of e.strerror in 3.2 as that... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Gregory P.... | null merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Gregory P.... | Move the 14992 note to the correct section. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Gregory P.... | Fixes Issue #14992: os.makedirs(path, exist_ok=True... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Gregory P.... | Fixes Issue #14992: os.makedirs(path, exist_ok=True... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Barry Warsaw | Eric Snow's implementation of PEP 421. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
R David Murray | #2658: Add test for issue fixed by fix for #1079. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Martin v. Löwis | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Martin v. Löwis | PEP 3131: support non-ASCII characters in auto-completi... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Martin v. Löwis | Do not try to insert control characters. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Martin v. Löwis | Drop unused constant. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Martin v. Löwis | Merge 3.2: issue #14937. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Martin v. Löwis | Issue #14937: Perform auto-completion of filenames... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Senthil Kumaran | merge heads |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Senthil Kumaran | Issue 14989: http.server --cgi option can enable the... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Eli Bendersky | merge |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Eli Bendersky | Issue #14090: fix some minor C API problems in default... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Terry Jan Reedy | Merge with 3.2 #12510 |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Terry Jan Reedy | Issue 12510: Expand 2 bare excepts. Improve comments... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Eli Bendersky | Issue #14424: Document PyType_GenericAlloc, and fix... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Eli Bendersky | Fix unterminated keyword array passed to PyArg_ParseTup... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Brett Cannon | Issue #14987: Add a missing import statement |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Terry Jan Reedy | Merge with 3.2 #10365 |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Terry Jan Reedy | Issue 10365: Add and replace comments; condense default... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
R David Murray | #1079: Fix parsing of encoded words. |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Sandro Tosi | null merge |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Sandro Tosi | backport c4bd68be5fc6 to 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Sandro Tosi | Issue #14926: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Sandro Tosi | Issue #14926: fix docstring highlight |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Sandro Tosi | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Sandro Tosi | refer to time.strftime |
commit | commitdiff | tree | snapshot |
2012-06-02 |
R David Murray | #14957: fix doc typo. |
commit | commitdiff | tree | snapshot |
2012-06-02 |
R David Murray | #14957: fix doc typo. |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Sandro Tosi | Issue #14814: use print() function |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Sandro Tosi | Issue #14814: minor spelling fixes |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Benjamin Peterson | don't leak if the __class__ closure is set |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Victor Stinner | Fix sporadic failure of test_time.test_process_time... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
R David Murray | #14957: clarify splitlines docs. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
R David Murray | #14957: clarify splitlines docs. |
commit | commitdiff | tree | snapshot |
next |