- e106e5c Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the by Victor Stinner · 12 years ago
- 2399ad5 Issue #19437: Fix error handling of CDataType_from_buffer() by Victor Stinner · 12 years ago
- ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 12 years ago
- fd32fff Issue #8402: Added the escape() function to the glob module. by Serhiy Storchaka · 12 years ago
- e3010fd Relax timing on test_asyncio for busy (slow) Windows buildbots by Victor Stinner · 12 years ago
- 85ba92a GetVolumePathNameW: downcast bufsize to DWORD by Christian Heimes · 12 years ago
- b08ff7d Safely downcast SOCKET_T to int in _ssl module by Christian Heimes · 12 years ago
- cc6cdce Remove unused code path from PBKDF2 that is causing a warning on Win64 by Christian Heimes · 12 years ago
- 7f4bf9f Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 by Zachary Ware · 12 years ago
- 136f064 Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* by Victor Stinner · 12 years ago
- 3287905 Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for issue 19645. by Guido van Rossum · 12 years ago
- afccb0a sqlite: Use Py_ssize_t to store a size instead of an int by Victor Stinner · 12 years ago
- cb29ec5 PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is by Victor Stinner · 12 years ago
- 3f658be sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX by Victor Stinner · 12 years ago
- 83e30bf Fix a compiler warning on Windows 64-bit: _sqlite module by Victor Stinner · 12 years ago
- 83ed42b sqlite: raise an OverflowError if the result is longer than INT_MAX bytes by Victor Stinner · 12 years ago
- 74387f5 Use Py_ssize_t type for sizes in getargs.c by Victor Stinner · 12 years ago
- cad876d Fix a compiler warning on Windows 64-bit in parsetok.c by Victor Stinner · 12 years ago
- 3a8a333 Fix compiler warnings on Windows 64-bit in grammar.c by Victor Stinner · 12 years ago
- 6dd0d46 Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. by Antoine Pitrou · 12 years ago
- 1a048f9 test_selectors: test_timeout fails sometimes on busy (slow) buildbots, relax by Victor Stinner · 12 years ago
- 55329f8 Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a by Victor Stinner · 12 years ago
- b6e622d Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 12 years ago
- 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 12 years ago
- 61b976f Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 12 years ago
- 7929a1d Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 12 years ago
- 898e976 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 12 years ago
- 76edd21 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 12 years ago
- 58b7166 Merge indentation fix in doc example from 3.3. by Ezio Melotti · 12 years ago
- e65cb19 Fix indentation in doc example. by Ezio Melotti · 12 years ago
- a6bc95a Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. by Christian Heimes · 12 years ago
- 35e4ad7 Merge. by Richard Oudkerk · 12 years ago
- 46b4a5e Issue #19599: Increase sleep period. by Richard Oudkerk · 12 years ago
- 69cce48 Merge. by Richard Oudkerk · 12 years ago
- 8731d7b Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 12 years ago
- cfac518 Merge. by Richard Oudkerk · 12 years ago
- edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 12 years ago
- 6b2b084 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 12 years ago
- 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 12 years ago
- 633db6f Issue #19565: Prevent warnings at shutdown about pending overlapped ops. by Richard Oudkerk · 12 years ago
- 80b2aa0 Issue #19606: Use specific asserts in http.cookiejar tests. by Serhiy Storchaka · 12 years ago
- 9d282f6 Issue #19606: Use specific asserts in http.cookiejar tests. by Serhiy Storchaka · 12 years ago
- c1fc5b5 Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 12 years ago
- 2e29c9e Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 12 years ago
- 9289713 Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 12 years ago
- 3df4dcc Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 12 years ago
- af40ee0 Null merge by Serhiy Storchaka · 12 years ago
- f532d94 Merge heads by Serhiy Storchaka · 12 years ago
- 3afec4e Merge heads by Serhiy Storchaka · 12 years ago
- f41d0cc merge with 3.3 by Georg Brandl · 12 years ago
- 1d2436a Post-release bump. by Georg Brandl · 12 years ago
- 497b394 merge with 3.3.3 release clone by Georg Brandl · 12 years ago
- 7a5cf6c Added tag v3.3.3 for changeset c3896275c0f6 by Georg Brandl · 12 years ago
- 9e2043a Bump to 3.3.3 final. by Georg Brandl · 12 years ago
- c610aba Close #19282: Native context management in dbm by Nick Coghlan · 12 years ago
- eb8ea26 #19238: merge with 3.3. by Ezio Melotti · 12 years ago
- 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 12 years ago
- 4725dc3 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 12 years ago
- 91b3e77 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 12 years ago
- e3eb3ec Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 12 years ago
- e3b5a76 Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 12 years ago
- d4b75bf Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 12 years ago
- 78ee078 Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 12 years ago
- 932c616 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 12 years ago
- 3998915 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 12 years ago
- bc39869 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 12 years ago
- 5665bc5 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 12 years ago
- 8f203dd Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 12 years ago
- 7c5e24f Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 12 years ago
- 745d54d #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). by Ezio Melotti · 12 years ago
- b41c254 Correct long line by Jason R. Coombs · 12 years ago
- 9d78e41 Issue #19586: Update remaining deprecated assertions to their preferred usage. by Jason R. Coombs · 12 years ago
- 13d4853 Fixed issue number for issue #8311. by Serhiy Storchaka · 12 years ago
- 452bab4 Issue #16685: Added support for writing any bytes-like objects in the aifc, by Serhiy Storchaka · 12 years ago
- 7714ebb Issue #5202: Added support for unseekable files in the wave module. by Serhiy Storchaka · 12 years ago
- a7a34a8 Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 12 years ago
- 328cf3c Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 12 years ago
- 2335de7 asyncio: Replace connection_refused() with error_received(). by Guido van Rossum · 12 years ago
- 6f87a08 Update more usage of assertEqual by Jason R. Coombs · 12 years ago
- e9f0311 Use preferred assertEqual by Jason R. Coombs · 12 years ago
- 75c40ae Use preferred assertEqual form. Correct indentation. by Jason R. Coombs · 12 years ago
- cb37641 Issue #7408: Forward port limited test from Python 2.7, fixing failing buildbot tests on BSD-based platforms. by Jason R. Coombs · 12 years ago
- 72967a4 calculate_path() now fails with a fatal error when it fails to allocate memory by Victor Stinner · 12 years ago
- 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
- a76157d Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 12 years ago
- b11d6cb fileutils.c: use MAXPATHLEN instead of PATH_MAX by Victor Stinner · 12 years ago
- 2384714 sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 12 years ago
- 2f5bbc6 pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 12 years ago
- 8bdc130 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 12 years ago
- 98a0d06 Closes #12828: add docstring text noting this is an internal-only module by Andrew Kuchling · 12 years ago
- 587e970 Update e-mail address by Andrew Kuchling · 12 years ago
- 09a5f5e Issue #13674 Updated NEWS by Tim Golden · 12 years ago
- 6e51b8f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 12 years ago
- c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 12 years ago
- 0eac43a Correct a merge error in Misc/NEWS by Zachary Ware · 12 years ago
- acea823 Remove outdated comment by Tim Golden · 12 years ago
- 53171b5 Added tag v3.3.3rc2 for changeset d32442c0e60d by Georg Brandl · 12 years ago
- 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 12 years ago
- a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 12 years ago
- 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 12 years ago