]> granicus.if.org Git - python/shortlog
python
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.
2011-12-15 Antoine PitrouIssue #13597: Improve documentation of standard streams.
2011-12-15 Antoine PitrouFix OSError.__init__ and OSError.__new__ so that each...
2011-12-15 Antoine PitrouFix the fix for issue #12149: it was incorrect, althoug...
2011-12-15 Antoine PitrouFix the fix for issue #12149: it was incorrect, althoug...
2011-12-15 Meador IngeIssue #13593: updating the importlib utility decorators...
2011-12-15 Meador IngeIssue #13591: Moving the NEWS line to the right release.
2011-12-15 Meador IngeIssue #13591: Moving the NEWS line to the right release.
2011-12-15 Meador IngeIssue #13591: import_module potentially imports a modul...
2011-12-15 Meador IngeIssue #13591: import_module potentially imports a modul...
2011-12-14 Ned DeilyIssue #4625: Add NEWS entry.
2011-12-14 Ned DeilyIssue #4625: add NEWS entry.
2011-12-14 Ned DeilyIssue #4625: If IDLE cannot write to its recent file...
2011-12-14 Ned DeilyIssue #4625: If IDLE cannot write to its recent file...
2011-12-14 Charles-François... Issue #13453: Fix a race condition in test_poplib.
2011-12-14 Charles-François... Issue #13453: Fix a race condition in test_poplib.
2011-12-14 Charles-François... Null merge - Issue #4028: Make multiprocessing build...
2011-12-14 Charles-François... Issue #4028: Make multiprocessing build on SunOS.
2011-12-14 Giampaolo Rodola'Fix #13449: add 'blocking' parameter to sched.scheduler...
2011-12-14 Giampaolo Rodola'Fix #8684: make sched.scheduler class thread-safe
2011-12-13 Alexandre VassalottiMerge 3.2
2011-12-13 Alexandre VassalottiIssue #13505: Make pickling of bytes object compatible...
2011-12-13 Ezio Melotti#6570: merge with 3.2.
2011-12-13 Ezio Melotti#6570: clarify tutorial section about keyword arguments.
2011-12-13 Ezio Melotti#13549: merge with 3.2.
2011-12-13 Ezio Melotti#13549: improve tutorial section about listcomps.
2011-12-12 Antoine PitrouFix test_gdb failure
2011-12-12 Florent XiclunaIssue #13575: there is only one class type.
2011-12-12 Antoine PitrouIssue #13577: various kinds of descriptors now have...
next