]> granicus.if.org Git - python/shortlog
python
2012-01-04 Antoine PitrouAdd a subsection explaning cipher selection.
2012-01-03 Benjamin Petersonfix formatting
2012-01-03 Benjamin Petersonexception support is correct now (closes #13705)
2012-01-03 Benjamin Petersonmerge 3.1
2012-01-03 Benjamin Petersonfix this to not depend on dictionary order
2012-01-03 Antoine PitrouMerge
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro TosiIssue #6031: improve serve_forever() description
2012-01-03 Sandro TosiIssue #9349: add argparse.SUPPRESS to help doc
2012-01-02 Charles-François... Issue #9975: socket: Fix incorrect use of flowinfo...
2012-01-01 Sandro TosiIssue #13594: various fixes to aifc module; patch by...
2012-01-01 Sandro TosiIssue #13680: add lowecase compression type to write...
2012-01-01 Sandro TosiIssue #13690: add re.DEBUG; patch by Filip Gruszczyński
2012-01-01 Sandro TosiIssue #13683: raise with no exception in scope throws...
2012-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2012-01-01 Benjamin Petersonmerge heads
2012-01-01 Benjamin Petersonadd another year to glorious PSF IP
2011-12-31 Sandro Tosifix some broken URLs
2011-12-31 Eli BenderskySome formatting & grammar fixes for the multiprocessing doc
2011-12-31 Benjamin Petersonindicate msg is an argument
2011-12-30 Antoine PitrouFix no-op tests in importlib.
2011-12-30 Benjamin Petersonuse booleans
2011-12-27 Benjamin Petersonpropgate error in other conditions
2011-12-25 Georg BrandlI do not think we will ever have auto-indent at the...
2011-12-25 Sandro Tosiuse list() to wrap range() in itertools.permutations...
2011-12-25 Sandro Tosifix "Title underline too short" sphinx warning
2011-12-25 Sandro Tosiuse double-quote char instead of unicode ones; thanks...
2011-12-25 Sandro Tosifix to sent/send typo
2011-12-25 Sandro Tosifix Constuctor/Constructor typo; thanks to Anthon van...
2011-12-24 Sandro Tosipoint IronPython to ironpython.net; thanks to Lazar...
2011-12-24 Sandro Tosifix Rather that/Rather than; thanks to Reuben Thomas...
2011-12-24 Sandro Tosiremove spurious dot from string formatting example...
2011-12-24 Sandro Tosicorrect syslog.openlog() argument name to logoption...
2011-12-24 Meador IngeIssue #13632: Update token documentation to reflect...
2011-12-24 Benjamin Petersonparameter_list was meant here
2011-12-24 Benjamin Petersonkill superfluous 'comprehension' case (closes #13658)
2011-12-23 Charles-François... Issue #13565: Increase multiprocessing's server socket...
2011-12-23 Senthil KumaranMinor code style improvements in http.server suggested...
2011-12-23 Senthil KumaranNews entry for Issue12798
2011-12-23 Senthil KumaranIssue12798 - Update mimetypes documentation. Correct...
2011-12-22 Ross LagerwallDon't redefine _GNU_SOURCE if it's already defined.
2011-12-22 Ross LagerwallIssue #11006: Don't issue low level warning in subproce...
2011-12-22 Michael FoordMetaclasses with metaclasses with a __dict__ descriptor...
2011-12-21 Antoine PitrouUse context managers in test_ssl to simplify test writing.
2011-12-21 Antoine PitrouIssue #13645: fix test_import failure when run immediat...
2011-12-21 Antoine PitrouIssue #13597: Fix the documentation of the "-u" command...
2011-12-21 Antoine PitrouIssue #1785: Fix inspect and pydoc with misbehaving...
2011-12-20 Benjamin Petersonfix possible if unlikely leak
2011-12-20 Benjamin Petersonnote the blinding speed of these functions
2011-12-20 Charles-François... Followup to issue #11867: Use socketpair(), since FreeB...
2011-12-19 Benjamin Petersondon't mention implementation detail
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 Victor StinnerIssue #13628: python-gdb.py is now able to retrieve...
2011-12-19 Charles-François... Issue #11867: Make test_mailbox.test_lock_conflict...
2011-12-19 Ezio Melotti#13576: add tests about the handling of (possibly broke...
2011-12-19 Ezio Melotti#13387: rephrase unclear sentence.
2011-12-18 Michael FoordFix inspect.getattr_static to work on modules (again).
2011-12-18 Victor StinnerHandle correctly _Py_fopen() error: don't replace the...
2011-12-18 Antoine PitrouFollowup to #7502: add __hash__ method and tests.
2011-12-18 Antoine PitrouMerge
2011-12-18 Georg BrandlSmall clarification in docstring of dict.update():...
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 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 Victor StinnerIssue #13522: Fix _Py_co_pow() documentation
2011-12-18 Antoine PitrouIssue #13522: document error return values of some...
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 #10951: Fix a compiler warning in timemodule.c
2011-12-16 Ezio Melotti#13613: fix example in re doc.
2011-12-16 Victor Stinnermain() now displays an error message before exiting...
2011-12-16 Antoine PitrouIssue #10350: Read and save errno before calling a...
2011-12-15 Victor StinnerIssue #13545: Fix platform.libc_version() is the SO...
2011-12-15 Antoine PitrouIssue #13597: Improve documentation of standard streams.
2011-12-15 Antoine PitrouFix the fix for issue #12149: it was incorrect, althoug...
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-14 Ned DeilyIssue #4625: add NEWS entry.
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 #4028: Make multiprocessing build on SunOS.
2011-12-13 Alexandre VassalottiIssue #13505: Make pickling of bytes object compatible...
2011-12-13 Ezio Melotti#6570: clarify tutorial section about keyword arguments.
2011-12-13 Ezio Melotti#13549: improve tutorial section about listcomps.
2011-12-10 Benjamin Petersonwe're always going to have gc
2011-12-10 Benjamin Petersonyou can't get resource.error if you can't import resource
2011-12-10 Charles-François... Issue #13453: Catch EAI_FAIL in support.transient_internet.
2011-12-10 Lars GustäbelFix doc typo.
2011-12-09 Florent XiclunaRemove obsolete py3k comment.
2011-12-09 Florent XiclunaFix docstring typo.
2011-12-09 Antoine PitrouIssue #13528: rework the performance question in the...
2011-12-09 Victor StinnerIssue #5905: time.strftime() is now using the locale...
2011-12-08 Stefan KrahIssue #13547: clean Lib/_sysconfigdata.py and Modules...
2011-12-08 Stefan KrahIssue #11149: Also enable -fwrapv if $CC is a full...
2011-12-07 Victor StinnerIssue #11886: workaround an OS bug (time zone data...
2011-12-07 Ezio Melotti#13531: add a test for defaultdict with a non-callable...
2011-12-07 Ned DeilyIssue #8641: Update IDLE 3 syntax coloring to recognize...
next