2012-02-05 |
Meador Inge | Issue #12142: Fixed reference cycle when importing... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Nadeem Vawda | Issue #1625: Document BZ2File's lack of support for... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Ned Deily | Issue #13933: IDLE auto-complete did not work with... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Antoine Pitrou | Fix failing test on big-endian machines (issue #13806). |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | threading primitives now have timeouts |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Charles-François... | Issue #8184: Fix a potential file descriptor leak when a |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | put returns on their own lines |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | remove unused import |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Ned Deily | Issue #13861: Prevent test_apropos* test case failures... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Ned Deily | Issue #13901: Prevent test_distutils failures on OS... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Charles-François... | Issue #13817: After fork(), reinit the ad-hoc TLS imple... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Petri Lehtinen | Document absoluteness of sys.executable |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Stefan Krah | Issue #1813: Revert workaround for a glibc bug on the... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Brian Curtin | merge. again. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Brian Curtin | Add a hint that CSD == Service Pack. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Petri Lehtinen | sqlite3: Handle strings with embedded zeros correctly |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Raymond Hettinger | Add usage note |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Terry Jan Reedy | whitespace |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Terry Jan Reedy | #13506 Add '' to path for interactive interpreter by... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Gregory P.... | Fix zip_import.c's read_directory() to use appropriate... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Benjamin Peterson | ready types returned from PyType_FromSpec |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Benjamin Peterson | adjust declaration |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Antoine Pitrou | Issue #13848: open() and the FileIO constructor now... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Georg Brandl | Fix #13900: resolve self-referential description of... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Benjamin Peterson | remove tests from really old regex module |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Antoine Pitrou | Issue #13806: The size check in audioop decompression... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Antoine Pitrou | Issue #13895: fix test_ssl hanging under Ubuntu |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Charles-François... | Issue #13894: Skip test_threading.CRLockTests if _CRLoc... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Mark Dickinson | Issue #13889: Add missing _Py_SET_53BIT_PRECISION_... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Fix intermittent test_ssl failure. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Benjamin Peterson | note that get() is not affected by default_factory... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Fix error handling in examples of C API use. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Issue #13812: When a multiprocessing Process child... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Clarify that ssl.OP_ALL can be different from OpenSSL... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Issue #13885: CVE-2011-3389: the _ssl module would... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Issue #13885: CVE-2011-3389: the _ssl module would... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brett Cannon | Issue #13883: Document all platforms PYTHONCASEOK works on. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Meador Inge | - Issue #13840: Fix ctypes.create_string_buffer excepti... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Raymond Hettinger | Issue 13870: Fix out of date comment. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Georg Brandl | #13852: some small doc fixes. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Benjamin Peterson | kill extra word |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Benjamin Peterson | say bitwise (because I have no idea what a bit-string is) |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Vinay Sajip | Closes #13859: Replaced reference to StandardError... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Antoine Pitrou | Port import fixes from 2.7. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Antoine Pitrou | Port remaining test fixes, and fix test_importlib too. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Antoine Pitrou | Make test work under 32-bit systems, and when invoked... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Antoine Pitrou | Issue #11235: Fix OverflowError when trying to import... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Antoine Pitrou | Issue #13772: In os.symlink() under Windows, do not... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Georg Brandl | #13816: fix two minor style issues. Thanks to Justin... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Benjamin Peterson | fix declaration style |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Georg Brandl | Fix #13834: strip() strips leading and trailing whitespace. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Fix a unittest error seen on NetBSD 5. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Fix FreeBSD, NetBSD and OpenBSD behavior of the issue... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Improve the test for dirfd(), some systems #define... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Another issue #8052 bugfix (related to previous commit). |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Bugfix for issue #8052 fix on *BSD variants. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Add a Misc/NEWS entry for issue 8052. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Fixes issue #8052: The posix subprocess module's close_... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Avoid the compiler warning about the unused return... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Antoine Pitrou | Issue #12922: fix the TextIOBase documentation to inclu... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Sandro Tosi | fix typo; thanks to Justin Watt from docs@ |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Senthil Kumaran | Fix Issue6631 - Disallow relative file paths in urllib... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Łukasz Langa | #13760: picklability tests for configparser exceptions |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Vinay Sajip | Closes #13807: Merged fix from 3.1. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Vinay Sajip | Closes #13807: Now checks for sys.stderr being there... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Meador Inge | Issue #12949: Document the kwonlyargcount argument... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: more meaningful example + fixes |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: add documentation for nargs=argparse... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #11948: clarify modules search path |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Meador Inge | Issue #2134: Clarify token.OP handling rationale in... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Issue #13722: Avoid silencing ImportErrors when initial... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix refleaks in test_capi |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix the builtin module initialization code to store... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Add part of test_inspect test from 2.7 |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix the _io module leaking references when a sub-interp... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix leaking a RuntimeError objects when creating sub... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix a memory leak when initializing the standard I... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Nadeem Vawda | Issue #13781: Fix GzipFile to work with os.fdopen(... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | And yet another emergency fix for #13803 bootstrap... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | Yet another emergency fix for #13803 bootstrap issue... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Ezio Melotti | #13665: s/string/bytes/ in error message. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | Emergency fix for #13803 bootstrap issue: Under Solaris... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | Closes #13803: Under Solaris, distutils doesn't include... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Antoine Pitrou | Test running of code in a sub-interpreter |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Antoine Pitrou | Issue #13589: Fix some serialization primitives in... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Georg Brandl | Remove "documenting" latex document. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Sandro Tosi | Issue: #12409: remove obsolete susp-entries |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Gregory P.... | regenerate configure using autoconf. includes the... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Gregory P.... | Test for the dirfd library function (for use in some... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Terry Jan Reedy | #6528 None, True, False are keywords in 3.x. Patch... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Ezio Melotti | #13715: fix typo in unicodedata doc. Patch by Eli... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Ezio Melotti | #13695: fix a couple of typos in the doc. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | explain why we need this grammar file (closes #13766) |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Meador Inge | Issue #13629: Renumber the tokens in token.h to match... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Terry Jan Reedy | #13039 allow proper deletion of '>>> ' in IDLE editor... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Gregory P.... | Consolidate the occurrances of the prime used as the... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Sandro Tosi | remove 'Documenting Python' and its references, it... |
commit | commitdiff | tree | snapshot |
next |