2012-12-26 |
Kristján Valur... | Merge with 3.2 : |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Senthil Kumaran | Issue #16702: Skip proxies for localhost in urllib2_loc... |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Senthil Kumaran | Issue #16702: Skip proxies for localhost in urllib2_loc... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Chris Jerdonek | Null merge. |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Chris Jerdonek | Fix Sphinx warning (missing "setting-envvars" reference). |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Chris Jerdonek | Merge from 3.2: add links and index entries for "argume... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Chris Jerdonek | Add additional links and index entries for "argument... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Kristján Valur... | Issue #14574: Ignore socket errors raised when flushing... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Andrew Svetlov | rename MathcObject to match object in doctrings for... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Andrew Svetlov | rename MathcObject to match object in doctrings for... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Ezio Melotti | #16760: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Ezio Melotti | #16760: use ref:`match-objects` instead of :class:... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Ezio Melotti | #16677: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Ezio Melotti | #16677: rename section header and fix markup. |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Andrew Svetlov | Add test coverage for os.removedirs (#16775) |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Andrew Svetlov | Add test coverage for os.removedirs (#16775) |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Senthil Kumaran | Fix issue16713 - tel url parsing with params |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Senthil Kumaran | Fix issue16713 - tel url parsing with params |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Andrew Svetlov | Keep ref to ECHILD in local scope (#16650) |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Andrew Svetlov | Keep ref to ECHILD in local scope (#16650) |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Andrew Svetlov | Issue #16511: Use default IDLE width and height if... |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Andrew Svetlov | Issue #16511: Use default IDLE width and height if... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Chris Jerdonek | Link to "yield from" examples in yield documentation. |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Andrew Svetlov | Issue #16443: Add docstrings to regular expression... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Andrew Svetlov | merge heads |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Andrew Svetlov | Issue #16443: Add docstrings to regular expression... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Senthil Kumaran | merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Senthil Kumaran | Fix Issue15701 - HTTPError info method call raises... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Stefan Krah | Issue #16753: Define __GNUC_STDC_INLINE__ to an integer... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Andrew Svetlov | merge heads |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Andrew Svetlov | Issue #16045: add more unit tests for built-in int() |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Brett Cannon | Issue #16752: Add a missing import to modulefinder. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Stefan Krah | Issue #16745: The gcc visibility pragma is buggy on... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Stefan Krah | Fix Visual Studio build. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Stefan Krah | Issue #16745: Hide symbols in _decimal.so. |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Stefan Krah | Issue #16745: Hide a couple of symbols by making them... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Kristjan Valur... | Merge with 3.2 : Don't DECREF the ctypes error_object... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Kristjan Valur... | Merge with 3.1 : Don't DECREF the ctypes error_object... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Kristjan Valur... | Don't DECREF the ctypes error_object without the GIL... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Benjamin Peterson | link to GIL as a term |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Benjamin Peterson | fix typo (#16687) |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Benjamin Peterson | improve message (#16597) |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Benjamin Peterson | call close on the underlying stream even if flush raise... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Benjamin Peterson | try to call __bytes__ before __index__ (closes #16722) |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Andrew Svetlov | replace threw with raised (#16714) |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Andrew Svetlov | replace threw with raised (#16714) |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Antoine Pitrou | Small cleanup in test_ftplib |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Antoine Pitrou | Silence sporadic failure in RecvmsgIntoSCTPStreamTest... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Antoine Pitrou | Call importlib.invalidate_caches() after creating modul... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Antoine Pitrou | Try to make test_threaded_import faster and safer ... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Antoine Pitrou | Add sanity assertions in some import lock code (issue... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Svetlov | Issue #16714: use 'raise' exceptions, don't 'throw'. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Svetlov | Issue #16714: use 'raise' exceptions, don't 'throw'. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Svetlov | Issue #16711: Fix required method names for collections... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Svetlov | Issue #16711: Fix required method names for collections... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Giampaolo Rodola' | Issue 16646 (ftplib): deliberately use intermediate... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Giampaolo Rodola' | Issue 16646 (ftplib): deliberately use intermediate... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Andrew Svetlov | Issue #16647: save socket error details in LMTP.connect() |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Andrew Svetlov | Issue #16647: save socket error details in LMTP.connect() |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Giampaolo Rodola' | Fix issue #16646: ftplib.FTP.makeport() might lose... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Giampaolo Rodola' | Fix issue #16646: ftplib.FTP.makeport() might lose... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Andrew Svetlov | Update example: Counter.subtract returns None, not... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Andrew Svetlov | Update example: Counter.subtract returns None, not... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Andrew Svetlov | Fix typo |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Andrew Svetlov | Fix typo |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Brian Curtin | Merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Brian Curtin | Fix #14901. Update the Windows FAQ. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stefan Krah | Issue #15783: Support None default values in the Contex... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Antoine Pitrou | Silence sporadic failure in RecvmsgSCTPStreamTest.testR... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Antoine Pitrou | Null merge |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Antoine Pitrou | Fix ResourceWarnings in test_pty |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Antoine Pitrou | Issue #16696: fix comparison between bytes and string... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Antoine Pitrou | Issue #16696: fix comparison between bytes and string... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Antoine Pitrou | Issue #16626: Fix infinite recursion in glob.glob(... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Antoine Pitrou | Issue #16626: Fix infinite recursion in glob.glob(... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Hynek Schlawack | #16664: Add regression tests for glob's behaviour conce... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Hynek Schlawack | #16664: Add regression tests for glob's behaviour conce... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Stefan Krah | Issue #15783: Except for the number methods, the C... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Andrew Svetlov | Use OSError instead of os.error in the docs. |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Benjamin Peterson | remove dead code |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Antoine Pitrou | Issue #16298: In HTTPResponse.read(), close the socket... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Antoine Pitrou | Issue #16298: In HTTPResponse.read(), close the socket... |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Ezio Melotti | #16683: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Ezio Melotti | #16683: restore alphabetical order in audioop docs... |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Ezio Melotti | #16681: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Ezio Melotti | #16681: use "bidirectional class" instead of "bidirecti... |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Ezio Melotti | #16681: use "bidirectional class" instead of "bidirecti... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Ross Lagerwall | Issue #16661: Fix the os.getgrouplist() test by not... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Christian Heimes | Cross compiling needs host and build settings. configur... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Christian Heimes | Just to be sure, initialize with a copy of the compiler... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Christian Heimes | Fix cross compiling issue in setup.py, ensure that... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Gregory P.... | Code style fixup: No need for double ((parenthesis... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Gregory P.... | Code style fixup: No need for double ((parenthesis... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Gregory P.... | null merge, no change needed in 3.3. |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Gregory P.... | Keep y a Py_hash_t instead of Py_uhash_t as it is compa... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Gregory P.... | Fix the internals of our hash functions to used unsigne... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Gregory P.... | Fix the internals of our hash functions to used unsigne... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Gregory P.... | 1 << 31 is invalid for signed integers, fix it by makin... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Gregory P.... | 1 << 31 is invalid for signed integers, fix it by makin... |
commit | commitdiff | tree | snapshot |
next |