]> granicus.if.org Git - python/shortlog
python
2013-11-18 Victor StinnerIssue #19437: Fix error handling of PyCArrayType_new...
2013-11-18 Victor StinnerIssue #19437: Fix error handling of CDataType_from_buffer()
2013-11-18 Larry HastingsArgument Clinic: rename "self" to "module" for module...
2013-11-18 Serhiy StorchakaIssue #8402: Added the escape() function to the glob...
2013-11-18 Victor StinnerRelax timing on test_asyncio for busy (slow) Windows...
2013-11-18 Christian HeimesGetVolumePathNameW: downcast bufsize to DWORD
2013-11-18 Christian HeimesSafely downcast SOCKET_T to int in _ssl module
2013-11-18 Christian HeimesRemove unused code path from PBKDF2 that is causing...
2013-11-17 Zachary WareIssue #19520: Fix (the last!) compiler warning on 32bit...
2013-11-18 Victor StinnerIssue #19634: Fix time_strftime() on AIX, format is...
2013-11-18 Guido van RossumSkip test_asyncio if concurrent.futures can't be import...
2013-11-18 Victor Stinnersqlite: Use Py_ssize_t to store a size instead of an int
2013-11-18 Victor StinnerPY_FORMAT_SIZE_T should not be used with PyErr_Format...
2013-11-18 Victor Stinnersqlite: raise an OverflowError if a string or a BLOB...
2013-11-18 Victor StinnerFix a compiler warning on Windows 64-bit: _sqlite module
2013-11-18 Victor Stinnersqlite: raise an OverflowError if the result is longer...
2013-11-18 Victor StinnerUse Py_ssize_t type for sizes in getargs.c
2013-11-18 Victor StinnerFix a compiler warning on Windows 64-bit in parsetok.c
2013-11-18 Victor StinnerFix compiler warnings on Windows 64-bit in grammar.c
2013-11-17 Antoine PitrouIssue #17618: Add Base85 and Ascii85 encoding/decoding...
2013-11-17 Victor Stinnertest_selectors: test_timeout fails sometimes on busy...
2013-11-17 Victor StinnerIssue #19634: time.strftime("%y") now raises a ValueErr...
2013-11-17 Gregory P.... Fix test.support.bind_port() to not cause an error...
2013-11-17 Gregory P.... Fix test.support.bind_port() to not cause an error...
2013-11-17 Gregory P.... Fix compilation error under gcc of the ctypes module...
2013-11-17 Gregory P.... Fix compilation error under gcc of the ctypes module...
2013-11-17 Serhiy StorchakaIssue #19603: Use specific asserts in test_decr.
2013-11-17 Serhiy StorchakaIssue #19603: Use specific asserts in test_decr.
2013-11-17 Ezio MelottiMerge indentation fix in doc example from 3.3.
2013-11-17 Ezio MelottiFix indentation in doc example.
2013-11-17 Christian HeimesIssue #19448: Add private API to SSL module to lookup...
2013-11-17 Richard OudkerkMerge.
2013-11-17 Richard OudkerkIssue #19599: Increase sleep period.
2013-11-17 Richard OudkerkMerge.
2013-11-17 Richard OudkerkFix handling of SystemExit and exit code. Patch by...
2013-11-17 Richard OudkerkMerge.
2013-11-17 Richard OudkerkIssue 16998: Clarify that += on a shared value is not...
2013-11-17 Antoine PitrouIssue #19508: direct the user to read the security...
2013-11-17 Antoine PitrouIssue #19508: direct the user to read the security...
2013-11-17 Richard OudkerkIssue #19565: Prevent warnings at shutdown about pendin...
2013-11-17 Serhiy StorchakaIssue #19606: Use specific asserts in http.cookiejar...
2013-11-17 Serhiy StorchakaIssue #19606: Use specific asserts in http.cookiejar...
2013-11-17 Serhiy StorchakaIssue #19607: Use specific asserts in weakref tests.
2013-11-17 Serhiy StorchakaIssue #19607: Use specific asserts in weakref tests.
2013-11-17 Serhiy StorchakaIssue #19605: Use specific asserts in datetime tests
2013-11-17 Serhiy StorchakaIssue #19605: Use specific asserts in datetime tests
2013-11-17 Serhiy StorchakaNull merge
2013-11-17 Serhiy StorchakaMerge heads
2013-11-17 Serhiy StorchakaMerge heads
2013-11-17 Georg Brandlmerge with 3.3
2013-11-17 Georg BrandlPost-release bump.
2013-11-17 Georg Brandlmerge with 3.3.3 release clone
2013-11-17 Georg BrandlAdded tag v3.3.3 for changeset c3896275c0f6
2013-11-17 Georg BrandlBump to 3.3.3 final. v3.3.3
2013-11-17 Nick CoghlanClose #19282: Native context management in dbm
2013-11-17 Ezio Melotti#19238: merge with 3.3.
2013-11-17 Ezio Melotti#19238: fix typo in documentation.
2013-11-16 Serhiy StorchakaIssue #19604: Use specific asserts in array tests.
2013-11-16 Serhiy StorchakaIssue #19604: Use specific asserts in array tests.
2013-11-16 Serhiy StorchakaIssue #19602: Use specific asserts in tkinter tests.
2013-11-16 Serhiy StorchakaIssue #19602: Use specific asserts in tkinter tests.
2013-11-16 Serhiy StorchakaIssue #19601: Use specific asserts in sqlite3 tests.
2013-11-16 Serhiy StorchakaIssue #19601: Use specific asserts in sqlite3 tests.
2013-11-16 Serhiy StorchakaIssue #19600: Use specific asserts in distutils tests.
2013-11-16 Serhiy StorchakaIssue #19600: Use specific asserts in distutils tests.
2013-11-16 Serhiy StorchakaIssue #19594: Use specific asserts in unittest tests.
2013-11-16 Serhiy StorchakaIssue #19594: Use specific asserts in unittest tests.
2013-11-16 Serhiy StorchakaIssue #19591: Use specific asserts in ctype tests.
2013-11-16 Serhiy StorchakaIssue #19591: Use specific asserts in ctype tests.
2013-11-16 Ezio Melotti#17806: Added keyword-argument support for "tabsize...
2013-11-16 Jason R. CoombsCorrect long line
2013-11-16 Jason R. CoombsIssue #19586: Update remaining deprecated assertions...
2013-11-16 Serhiy StorchakaFixed issue number for issue #8311.
2013-11-16 Serhiy StorchakaIssue #16685: Added support for writing any bytes-like...
2013-11-16 Serhiy StorchakaIssue #5202: Added support for unseekable files in...
2013-11-16 Serhiy StorchakaIssue #19590: Use specific asserts in email tests.
2013-11-16 Serhiy StorchakaIssue #19590: Use specific asserts in email tests.
2013-11-16 Guido van Rossumasyncio: Replace connection_refused() with error_receiv...
2013-11-16 Jason R. CoombsUpdate more usage of assertEqual
2013-11-16 Jason R. CoombsUse preferred assertEqual
2013-11-16 Jason R. CoombsUse preferred assertEqual form. Correct indentation.
2013-11-16 Jason R. CoombsIssue #7408: Forward port limited test from Python...
2013-11-16 Victor Stinnercalculate_path() now fails with a fatal error when...
2013-11-15 Vinay SajipIssue #19504: Used American spelling for 'customize'.
2013-11-15 Vinay SajipIssue #19523: Closed FileHandler leak which occurred...
2013-11-15 Victor Stinnerfileutils.c: use MAXPATHLEN instead of PATH_MAX
2013-11-15 Victor Stinnersysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH...
2013-11-15 Victor Stinnerpythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGT...
2013-11-14 Serhiy StorchakaIssue #19592: Use specific asserts in lib2to3 tests.
2013-11-12 Andrew KuchlingCloses #12828: add docstring text noting this is an...
2013-11-12 Andrew KuchlingUpdate e-mail address
2013-11-12 Tim GoldenIssue #13674 Updated NEWS
2013-11-12 Tim GoldenIssue13674 Correct crash with strftime %y format under...
2013-11-12 Zachary WareIssue #19440: Clean up test_capi
2013-11-12 Zachary WareCorrect a merge error in Misc/NEWS
2013-11-11 Tim GoldenRemove outdated comment
2013-11-11 Georg BrandlAdded tag v3.3.3rc2 for changeset d32442c0e60d
2013-11-11 Georg BrandlBump to 3.3.3rc2. v3.3.3rc2
2013-11-10 Jason R. CoombsIssue #19544 and Issue #6286: Restore use of urllib...
2013-11-10 Jason R. CoombsIssue 19544 and Issue #7457: Restore the read_pkg_file...
next