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 |
2012-06-01 |
Sandro Tosi | merge heads |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Sandro Tosi | Issue #14968: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Sandro Tosi | Issue #14968: set 'Inplace Operators' as subsection... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Benjamin Peterson | check return for error |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Hynek Schlawack | #14814: Fix errror message creation in ipaddress.collap... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Nick Coghlan | Close #14969: Improve the handling of exception chainin... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Hynek Schlawack | #14814: Remove 2.x's new-style classes syntax from... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Stefan Krah | word.digits are always initialized before use in the... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Eli Bendersky | Issue #14007: implement doctype() method calling in... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Eli Bendersky | We're always building _elementtree with USE_PYEXPAT_CAP... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Brian Curtin | Reformat two issue numbers |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Eli Bendersky | fix trailing whitespace |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Eli Bendersky | Issue #14007: make XMLParser a real subclassable type... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Hynek Schlawack | #14814: Remove stale __hex__ method from ipaddress |
commit | commitdiff | tree | snapshot |
2012-05-31 |
R David Murray | Don't use metaclasses when class decorators can do... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Georg Brandl | Post-release update. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Martin v. Löwis | VS 2010 has the AMD64 redist files in VC\redist\x64. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Martin v. Löwis | Update to Tcl/Tk 8.5.11. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Stefan Krah | Use workctx instead of ctx for cosmetic reasons. Also... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Stefan Krah | Improve Underflow handling in the correct-rounding... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Ned Deily | Issue #14962: merge |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Ned Deily | Issue #14962: Update text coloring in IDLE shell window... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Kristjan Valur... | Issue #14952: Fix incorrect output dll names for win64... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Stefan Krah | Improve comments. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Stefan Krah | Merge. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Nick Coghlan | Close #14963: Use an iterative algorithm in contextlib... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Stefan Krah | Pad the result with zeros just before the final rounding. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Nick Coghlan | Issue #14963: Added test cases for contextlib.ExitStack... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Stefan Krah | Do not clobber existing flags. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Nick Coghlan | Typo fix |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Nick Coghlan | Additional ExitStack examples, and a few other cleanups... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Vinay Sajip | Null merge from 3.2. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Vinay Sajip | Added test skip under Windows, as not applicable there. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Kristjan Valur... | Issue #14909: A number of places were using PyMem_Reall... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
R David Murray | Make parameterized tests in email less hackish. |
commit | commitdiff | tree | snapshot |
next |