1. 06 Tem, 2015 1 kayıt (commit)
  2. 12 Haz, 2015 1 kayıt (commit)
  3. 06 Şub, 2015 1 kayıt (commit)
  4. 03 Kas, 2014 1 kayıt (commit)
  5. 06 Nis, 2014 1 kayıt (commit)
  6. 03 Mar, 2014 1 kayıt (commit)
  7. 23 Ara, 2013 1 kayıt (commit)
  8. 03 Kas, 2013 1 kayıt (commit)
  9. 22 Eyl, 2013 1 kayıt (commit)
    • Florian Apolloner's avatar
      Fixed "Address already in use" from liveserver. · 2ca00faa
      Florian Apolloner yazdı
      Our WSGIServer rewrapped the socket errors from server_bind into
      WSGIServerExceptions, which is used later on to provide nicer
      error messages in runserver and used by the liveserver to see if
      the port is already in use. But wrapping server_bind isn't enough since
      it only binds to the socket, socket.listen (which is called from
      server_activate) could also raise "Address already in use".
      
      Instead of overriding server_activate too I chose to just catch socket
      errors, which seems to make more sense anyways and should be more robust
      against changes in wsgiref.
      2ca00faa
  10. 05 Eyl, 2013 1 kayıt (commit)
  11. 31 Agu, 2013 1 kayıt (commit)
  12. 10 Agu, 2013 1 kayıt (commit)
  13. 28 Tem, 2013 1 kayıt (commit)
  14. 21 Haz, 2013 1 kayıt (commit)
  15. 10 Haz, 2013 1 kayıt (commit)
  16. 26 Şub, 2013 2 kayıt (commit)
  17. 25 Şub, 2013 1 kayıt (commit)
  18. 08 Ara, 2012 1 kayıt (commit)
  19. 20 Eki, 2012 1 kayıt (commit)
    • Claude Paroz's avatar
      Removed custom WSGIRequestHandler.get_environ · 681550ca
      Claude Paroz yazdı
      We probably historically customized it for good reasons, but
      currently, the differences with upstream Python are not
      significant any longer.
      Also fixes #19075 for which a test has been added.
      681550ca
  20. 15 Agu, 2012 1 kayıt (commit)
  21. 22 Tem, 2012 1 kayıt (commit)
  22. 17 May, 2012 1 kayıt (commit)
  23. 03 May, 2012 1 kayıt (commit)
  24. 29 Nis, 2012 1 kayıt (commit)
  25. 08 Nis, 2012 1 kayıt (commit)
  26. 05 Nis, 2012 1 kayıt (commit)
  27. 29 Ara, 2011 1 kayıt (commit)
  28. 27 Ara, 2011 1 kayıt (commit)
  29. 22 Ara, 2011 1 kayıt (commit)
    • Julien Phalip's avatar
      Fixed #2879 -- Added support for the integration with Selenium and other… · 2f02a05f
      Julien Phalip yazdı
      Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss.
      
      git-svn-id: http://code.djangoproject.com/svn/django/trunk@17241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
      2f02a05f
  30. 30 Haz, 2011 1 kayıt (commit)
  31. 20 Eki, 2010 1 kayıt (commit)
  32. 26 Eyl, 2010 1 kayıt (commit)
  33. 29 Tem, 2009 1 kayıt (commit)