]> granicus.if.org Git - python/shortlog
python
2011-12-21 Antoine PitrouFix ssl module compilation if ECDH support was disabled...
2011-12-20 Benjamin Petersonmerge 3.2
2011-12-20 Benjamin Petersonfix possible if unlikely leak
2011-12-20 Benjamin Petersonmerge 3.2
2011-12-20 Benjamin Petersonnote the blinding speed of these functions
2011-12-20 Antoine PitrouMerge
2011-12-20 Antoine PitrouIssue #13637: "a2b" functions in the binascii module...
2011-12-20 Charles-François... Followup to issue #11867: Use socketpair(), since FreeB...
2011-12-20 Charles-François... Followup to issue #11867: Use socketpair(), since FreeB...
2011-12-20 Antoine PitrouFix for buggy test
2011-12-20 Antoine PitrouIssue #13634: Add support for querying and disabling...
2011-12-19 Benjamin Petersonmerge 3.2
2011-12-19 Benjamin Petersondon't mention implementation detail
2011-12-19 Victor Stinnerbackout 7876cd49300d: Move PyUnicode_WCHAR_KIND outside...
2011-12-19 Giampaolo Rodola'(bug #8684) fix 'fedora without thread buildbot' as...
2011-12-19 Antoine Pitrou_Py_fopen now allows bytes filenames under non-Windows...
2011-12-19 Antoine PitrouIssue #13627: Add support for SSL Elliptic Curve-based...
2011-12-19 Antoine PitrouIssue #5424: add tests for inet_ntoa, inet_ntop, inet_a...
2011-12-19 Antoine PitrouIssue #5424: add tests for inet_ntoa, inet_ntop, inet_a...
2011-12-19 Charles-François... Issue #13453: Try to increase some socket timeouts...
2011-12-19 Charles-François... Issue #13453: Try to increase some socket timeouts...
2011-12-19 Victor Stinner(Merge 3.2) Issue #13628: python-gdb.py is now able...
2011-12-19 Victor StinnerIssue #13628: python-gdb.py is now able to retrieve...
2011-12-19 Antoine PitrouIssue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE,...
2011-12-19 Charles-François... Issue #11867: Make test_mailbox.test_lock_conflict...
2011-12-19 Charles-François... Issue #11867: Make test_mailbox.test_lock_conflict...
2011-12-19 Ezio Melotti#13576: merge with 3.2.
2011-12-19 Ezio Melotti#13576: add tests about the handling of (possibly broke...
2011-12-19 Ezio Melotti#13387: merge with 3.2.
2011-12-19 Ezio Melotti#13387: rephrase unclear sentence.
2011-12-18 Michael FoordMerge 3.2
2011-12-18 Michael FoordFix inspect.getattr_static to work on modules (again).
2011-12-18 Victor Stinneriobench.py: add more info in the header
2011-12-18 Victor Stinner(Merge 3.2) Handle correctly _Py_fopen() error: don...
2011-12-18 Victor StinnerHandle correctly _Py_fopen() error: don't replace the...
2011-12-18 Victor Stinnerimport.c now catchs _Py_stat() exceptions
2011-12-18 Antoine PitrouFollowup to #7502: add __hash__ method and tests.
2011-12-18 Antoine PitrouFollowup to #7502: add __hash__ method and tests.
2011-12-18 Antoine PitrouMerge
2011-12-18 Georg BrandlMerge with 3.2.
2011-12-18 Antoine PitrouMerge
2011-12-18 Victor StinnerIssue #13617: Document that the result of the conversio...
2011-12-18 Georg BrandlSmall clarification in docstring of dict.update():...
2011-12-18 Antoine PitrouIssue #7502: Fix equality comparison for DocTestCase...
2011-12-18 Antoine PitrouMerge
2011-12-18 Antoine PitrouIssue #7502: Fix equality comparison for DocTestCase...
2011-12-18 Victor StinnerIssue #13617: Document that the result of the conversio...
2011-12-18 Antoine PitrouMerge
2011-12-18 Antoine PitrouIn the test SSL server, also output the cipher name
2011-12-18 Charles-François... Null merge.
2011-12-18 Charles-François... Issue #11870: threading: Properly reinitialize threads...
2011-12-18 Charles-François... Issue #11870: threading: Properly reinitialize threads...
2011-12-18 Charles-François... Issue #8035: urllib: Fix a bug where the client could...
2011-12-18 Charles-François... Issue #8035: urllib: Fix a bug where the client could...
2011-12-18 Victor StinnerIssue #13624: Write a specialized UTF-8 encoder to...
2011-12-18 Antoine PitrouNull merge
2011-12-18 Victor StinnerOptimize str * n for len(str)==1 and UCS-2 or UCS-4
2011-12-18 Victor StinnerIssue #13522: Fix _Py_co_pow() documentation
2011-12-18 Victor StinnerIssue #13522: Fix _Py_co_pow() documentation
2011-12-18 Victor StinnerIssue #13621: Optimize str.replace(char1, char2)
2011-12-18 Antoine PitrouIssue #13522: document error return values of some...
2011-12-18 Antoine PitrouIssue #13522: document error return values of some...
2011-12-18 Victor StinnerIssue #13623: Fix a performance regression introduced...
2011-12-17 Victor StinnerIssue #11231: Fix bytes and bytearray docstrings
2011-12-17 Victor StinnerIssue #11231: Fix bytes and bytearray docstrings
2011-12-17 Victor StinnerIssue #13530: Document os.lseek() result
2011-12-17 Victor StinnerIssue #13530: Document os.lseek() result
2011-12-17 Victor StinnerMerge
2011-12-17 Victor StinnerIssue #10951: Fix compiler warnings in timemodule.c...
2011-12-17 Victor StinnerIssue #10951: Fix a compiler warning in timemodule.c
2011-12-17 Victor StinnerMove PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum
2011-12-17 Gregory P.... Mention that level can be an int or str in the setLevel...
2011-12-17 Charles-François... Issue #12809: Expose IP_TRANSPARENT in the socket modul...
2011-12-17 Benjamin Petersonfix possible NULL dereference
2011-12-17 Victor StinnerThe locale decoder raises a UnicodeDecodeError instead...
2011-12-17 Victor StinnerIssue #13560: Locale codec functions use the classic...
2011-12-17 Victor StinnerWhat's New in Python 3.3: complete the deprecation...
2011-12-17 Victor StinnerIssue #13560: os.strerror() now uses the current locale...
2011-12-17 Victor StinnerIssue #13560: Add PyUnicode_EncodeLocale()
2011-12-16 Ezio Melotti#13613: merge with 3.2.
2011-12-16 Ezio Melotti#13613: fix example in re doc.
2011-12-16 Victor StinnerAdd PyUnicode_DecodeLocaleAndSize() and PyUnicode_Decod...
2011-12-16 Victor Stinner(Merge 3.2) main() now displays an error message before...
2011-12-16 Victor Stinnermain() now displays an error message before exiting...
2011-12-16 Antoine PitrouSkip test if the path is too long for a AF_UNIX socket
2011-12-16 Antoine PitrouIssue #8373: The filesystem path of AF_UNIX sockets...
2011-12-16 Antoine PitrouIssue #10350: Read and save errno before calling a...
2011-12-16 Antoine PitrouIssue #10350: Read and save errno before calling a...
2011-12-16 Antoine PitrouAdd ACKS entry for 57f0af61da53.
2011-12-16 Antoine PitrouIssue #6695: Full garbage collection runs now clear...
2011-12-16 Benjamin Petersonproperty -> staticmethod
2011-12-15 Benjamin Petersonmerge heads
2011-12-15 Benjamin Petersonfix this test to actually test something (closes #13606)
2011-12-15 Victor StinnerClose #13596: Only recompile Lib/_sysconfigdata.py...
2011-12-15 Benjamin Petersonmerge heads
2011-12-15 Benjamin Petersoninput() in this sense is gone
2011-12-15 Victor Stinner(Merge 3.2) Issue #13545: Fix platform.libc_version...
2011-12-15 Victor StinnerIssue #13545: Fix platform.libc_version() is the SO...
2011-12-15 Benjamin Petersonimprove abstract property support (closes #11610)
2011-12-15 Antoine PitrouIssue #13597: Improve documentation of standard streams.
next